diff options
author | unknown <monty@mysql.com> | 2005-04-06 19:43:35 +0300 |
---|---|---|
committer | unknown <monty@mysql.com> | 2005-04-06 19:43:35 +0300 |
commit | 081f146e9f4e0f4a55f9309cdeb8519ed8ced8c1 (patch) | |
tree | 22e52dde149dd54691424a98e931b6247fbca16b /mysql-test/t/kill.test | |
parent | f1ac14ee1d7ae66504041249359029f2a1437801 (diff) | |
download | mariadb-git-081f146e9f4e0f4a55f9309cdeb8519ed8ced8c1.tar.gz |
Fixed errors found during review
mysql-test/r/drop.result:
Made error message smaller to not get into trouble with clients with smaller error buffers
The proper way to fix this is to generate a separate warning for each not found table if there was more than one table in the DROP
but
mysql-test/r/kill.result:
Portablity fix
mysql-test/t/kill.test:
Portablity fix
mysys/my_sync.c:
Fixed possible compiler warning
sql/records.cc:
Fixed possible compiler warning
sql/share/errmsg.txt:
Made error message smaller to not get into trouble with clients with smaller error buffers
sql/sql_class.cc:
Don't put code in comments
sql/sql_show.cc:
Cleanup
Diffstat (limited to 'mysql-test/t/kill.test')
-rw-r--r-- | mysql-test/t/kill.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/kill.test b/mysql-test/t/kill.test index 6744a212828..37e11e14df5 100644 --- a/mysql-test/t/kill.test +++ b/mysql-test/t/kill.test @@ -27,7 +27,7 @@ connection con1; --disable_reconnect # this statement should fail ---error 2006 +--error 2006,2013 select 1; --enable_reconnect # this should work, and we should have a new connection_id() |