** High Priority **

>>> Ian Holsman <[EMAIL PROTECTED]>  >>>
> my work so far.
> http://svn.zilbo.com/svn/python/MySequoia-python/
> which basically involved doing a search and replace for mysql and 
> changing to mysequoia. (the original code is GPL licensed, so this is as 
> well)

The purpose of the mysequoia library is to provide as much transparency as 
possible to the applications. After "make install" the only thing to do is 
modify the /usr/lib/libmysqlclient.so.?? symbolic link to point to 
/usr/lib/libmysequoia.so (this will be handled automatically by the debian and 
redhat packages) and the application linked to the mysqlclient library must 
work. No need to rewrite the user applications.

> API functions, like mysql_kill and mysql_debug, and mysql_set_option.

mysql_kill will not be implemented (does not make sense, how can we know what 
thread to kill on what node in the cluster?)
mysql_debug is not implemented yet
mysql_set_options will be implemented soon

> I haven't done much testing with it so far, but it can do the 
> connect/select/disconnect.

Great!

regards,
Csaba


_______________________________________________
Carob mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob

Reply via email to