mariadb/sql-common
holyfoot/hf@mysql.com/hfmain.(none) 40fb6443ce Bug #29494 Field packet with NULL fields crashes libmysqlclient.
unpack_fields() didn't expect NULL_LENGHT in the field's descriptions.
In this case we get NULL in the resulting string so cannot use
strdup_root to make a copy of it.
strdup_root changed with strmake_root as it's NULL-safe
2007-07-20 16:05:55 +05:00
..
client.c Bug #29494 Field packet with NULL fields crashes libmysqlclient. 2007-07-20 16:05:55 +05:00
Makefile.am Fix for Bug#4030 "Client side conversion string -> date type doesn't 2004-06-24 19:08:36 +04:00
my_time.c Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1-maint 2007-03-26 13:45:02 +05:00
pack.c Added missing SSL library (Should be in source distribution) 2003-11-28 12:18:13 +02:00