[Gambas-devel] MySQL component (4.1 changes)

nigel at ...2... nigel at ...2...
Tue Feb 15 10:07:32 CET 2005


Benoit,

Attached is a patch file for the mysql component; it adds the new system tables added by MySQL 4.1.  No rocket science here :-)

Here is a warning :
Due to a bug in the 4.1.8 and 4.1.9 MySQL releases where the API mysql_character_set_name() gives back the collation sequence rather than the character set, the database-manager will crash where character conversion is attempted during the update of a field.  The change at the the mysql end is simple in that the mysql file libmysql.c needs to be altered before being compiled, so that csname is returned instead of name.  Hopefully, the guys that release MySQL will soon have this resolved (it was reported in 4.1.8 so should have been ok in 4.1.9 but my check shows that it is not).

regards

Nigel

-- 

Whatever you Wanadoo:
http://www.wanadoo.co.uk/time/

This email has been checked for most known viruses - find out more at: http://www.wanadoo.co.uk/help/id/7098.htm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: main.c.diff
Type: text/x-patch
Size: 596 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/devel/attachments/20050215/d2e4c82d/attachment.bin>


More information about the Devel mailing list