Patch to build with MySql 4.1 and >
MySQL database connector for Python programming
Brought to you by:
adustman
if you get this :
_mysql.c: In function _mysql_ConnectionObject_shutdown':
_mysql.c:1545: error: too few arguments to function
mysql_shutdown'
error: command 'gcc' failed with exit status 1
this is because mysql_shutdown api has changed.
get to that line and change it this way :
r = mysql_shutdown(&(self->connection), SHUTDOWN_DEFAULT);
that should work...
Logged In: YES
user_id=71372
This is already fixed in the 1.1 series, and there will not
be support for 4.1 in the 1.0 series.