diff options
author | monty@hundin.mysql.fi <> | 2001-12-23 03:03:09 +0200 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-12-23 03:03:09 +0200 |
commit | 5b77e3391050f1f585ab28816ad31761d93e8264 (patch) | |
tree | 1162f17afaccd0f358349f21455cef3996019ee2 /mysql-test/t/innodb.test | |
parent | a3a93da68af52bb051f168796182becba41621fb (diff) | |
download | mariadb-git-5b77e3391050f1f585ab28816ad31761d93e8264.tar.gz |
Fixed test case after HANDLER CLOSE fix
Diffstat (limited to 'mysql-test/t/innodb.test')
-rw-r--r-- | mysql-test/t/innodb.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/innodb.test b/mysql-test/t/innodb.test index 0b738809e9c..9440886ff1e 100644 --- a/mysql-test/t/innodb.test +++ b/mysql-test/t/innodb.test @@ -574,5 +574,6 @@ desc t1; handler t1 open t1; --error 1109 handler t1 read t first; +--error 1109 handler t1 close; drop table t1; |