1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

More verbose error messages

This commit is contained in:
Elena Stepanova
2013-11-07 03:36:53 +04:00
parent dcb3650d63
commit cdecd86a53
15 changed files with 22 additions and 32 deletions

View File

@ -10,7 +10,7 @@ a
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