diff options
author | Elena Stepanova <elenst@gmail.com> | 2013-11-07 03:36:53 +0400 |
---|---|---|
committer | Elena Stepanova <elenst@gmail.com> | 2013-11-07 03:36:53 +0400 |
commit | cdecd86a53f4935e31ffab2271babfcf7754da3b (patch) | |
tree | 9d4f8fe5d64c15d6fe8c2708dfc08725dbaa3ebb /storage/myisam | |
parent | dcb3650d6305483c002477804c57162c466ce397 (diff) | |
download | mariadb-git-cdecd86a53f4935e31ffab2271babfcf7754da3b.tar.gz |
More verbose error messages
Diffstat (limited to 'storage/myisam')
-rw-r--r-- | storage/myisam/mysql-test/storage_engine/alter_tablespace.rdiff | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/myisam/mysql-test/storage_engine/alter_tablespace.rdiff b/storage/myisam/mysql-test/storage_engine/alter_tablespace.rdiff index 07c03fc8d3e..bbbe6826494 100644 --- a/storage/myisam/mysql-test/storage_engine/alter_tablespace.rdiff +++ b/storage/myisam/mysql-test/storage_engine/alter_tablespace.rdiff @@ -13,13 +13,13 @@ -2 -ALTER TABLE t1 DISCARD TABLESPACE; -SELECT a FROM t1; --ERROR HY000: Got error -1 from storage engine +-ERROR HY000: Got error -1 "Internal error < 0 (Not system error)" from storage engine <STORAGE_ENGINE> -ALTER TABLE t1 IMPORT TABLESPACE; -SELECT a FROM t1; -a -1 -2 -+ERROR HY000: Table storage engine for 't1' doesn't have this option ++ERROR HY000: Storage engine <STORAGE_ENGINE> of the table `test`.`t1` doesn't have this option +# ERROR: Statement ended with errno 1031, errname ER_ILLEGAL_HA (expected to succeed) +# ------------ UNEXPECTED RESULT ------------ +# [ ALTER TABLE t1 DISCARD TABLESPACE ] |