1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

mysql-5.1-innodb: add error codes to innodb_bug51920.test

kill of active connection yields different error code
depending on platform.
This commit is contained in:
Calvin Sun
2010-04-22 14:16:14 -05:00
parent 4b2b0559ee
commit 5bad43c1ff
4 changed files with 12 additions and 4 deletions

View File

@ -9,5 +9,5 @@ SELECT ID FROM INFORMATION_SCHEMA.PROCESSLIST
WHERE INFO="UPDATE bug51920 SET i=2"
INTO @thread_id;
KILL @thread_id;
ERROR 70100: Query execution was interrupted
Got one of the listed errors
DROP TABLE bug51920;