From cdecd86a53f4935e31ffab2271babfcf7754da3b Mon Sep 17 00:00:00 2001 From: Elena Stepanova Date: Thu, 7 Nov 2013 03:36:53 +0400 Subject: More verbose error messages --- storage/myisam/mysql-test/storage_engine/alter_tablespace.rdiff | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'storage/myisam') 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 -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 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 ] -- cgit v1.2.1