Comment 8 for bug 446150

Revision history for this message
GuilhemBichot (guilhem-bichot) wrote :

--mysqld="--innodb" does fix the "AssertionError: None != (1L, u'myconnpy')".
I still get timeout-test failing. Debugged it a bit: in

File "/home/mysql_src/bzrrepos/connector_python/mysql/connector/connection.py", line 72, in recv
    header = self.sock.recv(4, self.socket_flags)
 the MySQLBaseConnectionr.recv fails with exception of type:
 <class 'socket.timeout'> (according to sys.exc_info())