mariadb/client
monty@mysql.com 6fbc869d18 A lot of fixes for prepared statements (PS):
New mysqltest that can run mysqltest with PS
Added support for ZEROFILL in PS
Fixed crash when one called mysql_stmt_store_result() without a preceding mysql_stmt_bind_result()
Updated test cases to support --ps-protocol
(Some tests are still run using old protocol)
Fixed crash in PS when using SELECT * FROM t1 NATURAL JOIN t2...
Fixed crash in PS when using sub queries
Create table didn't signal when table was created. This could cause a "DROP TABLE created_table" in another thread to wait "forever"
Fixed wrong permissions check in PS and multi-table updates (one could get permission denied for legal quries)
Fix for PS and SELECT ... PROCEDURE
Reset all warnings when executing a new PS query
group_concat(...ORDER BY) didn't work with PS
Fixed problem with test suite when not using innodb
2004-10-26 19:30:01 +03:00
..
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
client_priv.h Dumping BLOBs in HEX notation. The patch was orinigally 2004-10-19 10:40:59 +05:00
completion_hash.cc upgrade readline to version 4.3 2002-11-19 18:26:53 +04:00
completion_hash.h upgrade readline to version 4.3 2002-11-19 18:26:53 +04:00
get_password.c Merge with 4.0.14 2003-08-11 22:44:43 +03:00
Makefile.am A lot of fixes for prepared statements (PS): 2004-10-26 19:30:01 +03:00
my_readline.h mysql.cc: 2004-05-05 22:47:09 +02:00
mysql.cc Fix compiler warnings (detected by Intel's C++ compiler) 2004-10-22 18:44:51 +03:00
mysqladmin.c Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-4.1 2004-10-07 22:09:14 +03:00
mysqlbinlog.cc Merge with 4.0 2004-09-01 04:12:09 +03:00
mysqlcheck.c Fixed a bug in password handling. All related to Bug#5955. 2004-10-07 22:08:17 +03:00
mysqldump.c Dumping BLOBs in HEX notation. The patch was orinigally 2004-10-19 10:40:59 +05:00
mysqlimport.c Review of all code pushed since last review 2004-10-20 01:28:42 +03:00
mysqlmanager-pwgen.c Merge with 4.0 2004-09-01 04:12:09 +03:00
mysqlmanagerc.c Added global my_getopt_error_reporter function pointer which is 2004-08-31 21:27:58 +05:00
mysqlshow.c Fixed a bug in password handling. All related to Bug#5955. 2004-10-07 22:08:17 +03:00
mysqltest.c A lot of fixes for prepared statements (PS): 2004-10-26 19:30:01 +03:00
readline.cc mysql.cc: 2004-05-05 22:47:09 +02:00
sql_string.cc just tried to find all 'skipp' and replace it with 'skip'. 2004-02-02 20:25:39 +04:00
sql_string.h Cleanup after split of libmysql.c to client.c and libmysql.c. A 4.1 master/slave will now use the 4.1 protocol 2003-06-14 11:37:42 +03:00