mariadb/client
dlenev@brandersnatch.localdomain c87912c8da Fix for spurious failures of sp.test on many platforms (aka Bug #9161
"Warnings on 'drop procedure' platform-specific").

In mysqltest we should not issue "SHOW WARNINGS" until we have not 
read results from all statements in multi-statement.

Otherwise such "SHOW WARNINGS" will either cause "Packets out of order"
error and thus will ruin current connection (but we may not notice this as
it happened in sp.test because we ignore errors from such auxilary
SHOW WARNINGS and use auto-reconnecting connections) or will
succeed but consume first packet from next statement in multi-statement
sequence (this happens if "SHOW WARNINGS" is issued when this packet
is already received by client. Packet is thrown away by net_clear()
call which is issued when "SHOW WARNINGS" is sent to server).

In our case sp.test failed because usually we had first situation
but sometimes second situation occured causing warning to pop-up.
2005-03-20 20:29:03 +03:00
..
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
client_priv.h WL#2319 V2: Exclude tables from dump 2004-12-27 19:10:30 +01:00
completion_hash.cc few harmless warnings from automated code-checking tools fixed 2005-01-08 21:25:31 +01: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 Precision Math implementation 2005-02-09 02:50:45 +04:00
my_readline.h mysql.cc: 2004-05-05 22:47:09 +02:00
mysql.cc typecast fix for windows 64-bit compilation error 2005-03-16 08:51:57 +01:00
mysqladmin.cc 4.1 -> 5.0 merge 2005-02-03 13:18:30 +02:00
mysqlbinlog.cc WL#874 "Extended LOAD DATA". 2005-03-16 04:32:47 +03:00
mysqlcheck.c Merge changes 2005-02-04 11:59:02 -08:00
mysqldump.c Merge 4.1 -> 5.0 2005-03-17 16:51:07 +03:00
mysqlimport.c Changing the default of libmysqlclient : it's now NO reconnection. 2004-12-09 14:44:10 +01: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 Changing the default of libmysqlclient : it's now NO reconnection. 2004-12-09 14:44:10 +01:00
mysqltest.c Fix for spurious failures of sp.test on many platforms (aka Bug #9161 2005-03-20 20:29:03 +03:00
readline.cc fixed conversion errors (Windows IA64 build) 2005-03-07 09:47:24 +01:00
sql_string.cc Cleanup during reviews 2005-03-16 16:11:01 +02:00
sql_string.h Cleanup during reviews 2005-03-16 16:11:01 +02:00