mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
error messages: name the storage engine explicitly,
instead of "used storage engine" and similar changes.
This commit is contained in:
@ -18,10 +18,10 @@ SET DEBUG_SYNC='now SIGNAL table_altered';
|
||||
# Complete optimization
|
||||
Table Op Msg_type Msg_text
|
||||
test.t1 optimize note Table does not support optimize, doing recreate + analyze instead
|
||||
test.t1 optimize error Got error -1 "Internal error < 0 (Not system error)" from storage engine
|
||||
test.t1 optimize error Got error -1 "Internal error < 0 (Not system error)" from storage engine MEMORY
|
||||
test.t1 optimize status Operation failed
|
||||
Warnings:
|
||||
Error 1030 Got error -1 "Internal error < 0 (Not system error)" from storage engine
|
||||
Error 1030 Got error -1 "Internal error < 0 (Not system error)" from storage engine MEMORY
|
||||
DROP TABLE t1;
|
||||
SET DEBUG_SYNC='RESET';
|
||||
#
|
||||
|
Reference in New Issue
Block a user