mirror of
https://github.com/MariaDB/server.git
synced 2025-12-06 05:42:06 +03:00
error messages: name the storage engine explicitly,
instead of "used storage engine" and similar changes.
This commit is contained in:
@@ -39,7 +39,7 @@ ERROR 42S02: Table 'test.seq_' doesn't exist
|
||||
show create table se;
|
||||
ERROR 42S02: Table 'test.se' doesn't exist
|
||||
show create table seq_1_to_15_step_0;
|
||||
ERROR HY000: Got error 140 "Wrong create options" from storage engine
|
||||
ERROR HY000: Got error 140 "Wrong create options" from storage engine SEQUENCE
|
||||
select * from seq_1_to_15_step_2;
|
||||
seq
|
||||
1
|
||||
|
||||
Reference in New Issue
Block a user