diff options
author | Vladislav Vaintroub <wlad@montyprogram.com> | 2011-12-27 16:10:34 +0100 |
---|---|---|
committer | Vladislav Vaintroub <wlad@montyprogram.com> | 2011-12-27 16:10:34 +0100 |
commit | 27ef2fda985a1cb55166d77d3d973704ba57e30f (patch) | |
tree | 75dadb418c402adc45e7e9170937683058d9f535 /mysql-test/t/flush_read_lock_kill.test | |
parent | c01fc2abc7820ec372c2f678474912196f49d983 (diff) | |
download | mariadb-git-27ef2fda985a1cb55166d77d3d973704ba57e30f.tar.gz |
fix test suite
Diffstat (limited to 'mysql-test/t/flush_read_lock_kill.test')
-rw-r--r-- | mysql-test/t/flush_read_lock_kill.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/flush_read_lock_kill.test b/mysql-test/t/flush_read_lock_kill.test index a672fa5dfc5..e0a772d9fbb 100644 --- a/mysql-test/t/flush_read_lock_kill.test +++ b/mysql-test/t/flush_read_lock_kill.test @@ -65,7 +65,7 @@ KILL CONNECTION @id; connection con1; --echo # Try to reap FLUSH TABLES WITH READ LOCK, --echo # it fail due to killed statement and connection. ---error 1317,2013 +--error 1317,2013,1927 reap; --echo # Switching to 'con2'. |