mariadb/libmysql
dlenev@dlenev.mshome 8ec663ef5b Fixed bug #2248 "mysql_fetch without prior mysql_execute hangs"
Done clean-up in prep stmt API functions:
1) Removed some checks that were performed only in debug version
were making debug version more tolerable to user errors than 
production (and thus caused problems for example masking some
bugs). 
2) Also removed some other checks to make prep stmt API 
consistent with the rest of C API (this also in line with 
general politics - make checks in only those places where 
errors are very common and hard to spot).
2004-02-10 16:58:20 +03:00
..
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
acinclude.m4 Import changeset 2000-07-31 21:29:14 +02:00
client_settings.h Fix for #2126 (mysql_server_init call shouldn't be needed) 2003-12-18 15:51:22 +04:00
conf_to_src.c Added missing SSL library (Should be in source distribution) 2003-11-28 12:18:13 +02:00
dll.c - Code cleanup: replaced C++-style comments with the proper syntax for 2003-09-24 08:35:02 +02:00
errmsg.c Fix for #2126 (mysql_server_init call shouldn't be needed) 2003-12-18 15:51:22 +04:00
get_password.c fixed bug #1174 2003-09-02 12:09:27 -04:00
libmysql.c Fixed bug #2248 "mysql_fetch without prior mysql_execute hangs" 2004-02-10 16:58:20 +03:00
libmysql.def CLIENT_MULTI_QUERIES -> CLIENT_MULTI_STATEMENTS 2003-11-18 13:47:27 +02:00
Makefile.am merge with 4.0.15 2003-08-29 13:44:35 +03:00
Makefile.shared Move init_compiled_charsets to own file 2003-10-06 22:56:34 +03:00
manager.c Merge with 4.0 2003-11-04 09:40:36 +02:00