mariadb/libmysql
monty@mysql.com 7e92336b1d Fixed a possible memory leak on MacOSX when using the shared libmysql.so library (Bug #2061)
mysql_server_init() now returns error code if something went wrong (Bug #2062)
Don't use my_fopen() when reading symlink information as this may cause problems when a lot of files are opened.
Free thread keys with pthread_key_delete() instead of relying on automatic free. (Bug #2062)
Fixed bug in UNION statement with alias '*'. (Bug #1249)
Fixed a bug in DELETE ... ORDER BY ... LIMIT where the rows where not deleted in the proper order. (Bug #1024).
FOUND_ROWS() could return incorrect number of rows after a query with an impossible WHERE condition.
HOW DATABASES doesn't anymore show .sym files (on windows) that doesn't point to a valid directory. (Bug #1385)
2003-12-11 06:24:08 +02:00
..
.cvsignore
acinclude.m4
conf_to_src.c
dll.c
errmsg.c
get_password.c fixed bug #1174 2003-09-02 12:09:27 -04:00
libmysql.c Fixed a possible memory leak on MacOSX when using the shared libmysql.so library (Bug #2061) 2003-12-11 06:24:08 +02:00
libmysql.def Block SIGPIPE also for not threaded client programs. 2003-09-23 13:36:01 +03:00
Makefile.am
Makefile.shared
manager.c 4 small items in this: 2003-10-31 23:20:23 +01:00