build crash when calling mysql_shutdown()
Status: Beta
Brought to you by:
this213
bug when building mysqlcc 0.9.7 from source on RHEL 3 :
in shared/src/MySQL.cpp, the call to mysql_shutdown()
function is erroneous : it is calling the function with
2 parameters (mysql, SHUTDOWN_DEFAULT) , while it is
defined in mysql.h with only one argument.
the patch simply deletes 'SHUTDOWN_DEFAULT'.
The used mysql version is :
12.22 Distrib 4.0.20 intel-linux (i686)
patch file to fix mysql_shutdown() call
Logged In: YES
user_id=412271
The 0.9.7 release was for MySQL client libraries >= 5 only.
The 0.9.8 release addressed this issue