diff options
author | Sergey Glukhov <Sergey.Glukhov@sun.com> | 2009-04-17 13:46:27 +0500 |
---|---|---|
committer | Sergey Glukhov <Sergey.Glukhov@sun.com> | 2009-04-17 13:46:27 +0500 |
commit | bf2e29d3744e572147adf3bae1f702eb14b42cf6 (patch) | |
tree | 73c578f3915524ff84b1c7ea535cfee31f320169 /mysql-test/r/handler_myisam.result | |
parent | bd251400dfff157639fc342d2141d51b59a42e79 (diff) | |
parent | ff923cc82d23f9806834a2411150e32d30b9f4d9 (diff) | |
download | mariadb-git-bf2e29d3744e572147adf3bae1f702eb14b42cf6.tar.gz |
5.0-bugteam->5.1-bugteam merge
Diffstat (limited to 'mysql-test/r/handler_myisam.result')
-rw-r--r-- | mysql-test/r/handler_myisam.result | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/r/handler_myisam.result b/mysql-test/r/handler_myisam.result index afbf2d9fb6d..dde6a4586bc 100644 --- a/mysql-test/r/handler_myisam.result +++ b/mysql-test/r/handler_myisam.result @@ -737,3 +737,7 @@ handler t1 read a next; ERROR HY000: Table storage engine for 't1' doesn't have this option handler t1 close; drop table t1; +USE information_schema; +HANDLER COLUMNS OPEN; +ERROR HY000: Incorrect usage of HANDLER OPEN and information_schema +USE test; |