Error in server handshake with latest code
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MySQL Connector/Python |
Fix Released
|
Critical
|
Geert JM Vanderkelen |
Bug Description
Checking my work with the latest myconnpy code, getting the following error:
Importing model introspection
Creating test database...
Traceback (most recent call last):
File "runtests.py", line 191, in <module>
django_
File "runtests.py", line 161, in django_tests
failures = test_runner(
File "/home/
connection.
File "/home/
test_
File "/home/
cursor = self.connection
File "/home/
cursor = self._cursor()
File "/home/
self.connection = Database.
File "/home/
return MySQL(*args, **kwargs)
File "/home/
self.
File "/home/
self.
File "/home/
self.
File "/home/
self.
File "/home/
raise errors.
mysql.connector
Python 2.6
MySQL 5.1.42
Related branches
Changed in myconnpy: | |
assignee: | nobody → Geert JM Vanderkelen (geertjmvdk) |
Changed in myconnpy: | |
milestone: | none → 0.1.4 |
Changed in myconnpy: | |
status: | Fix Committed → Fix Released |
Yikes.. that's no good.
Repeat on Linux :(
I'll work on it as soon as I can.