mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
error messages: name the storage engine explicitly,
instead of "used storage engine" and similar changes.
This commit is contained in:
@@ -47,7 +47,8 @@ engine=archive
|
||||
partition by list (a)
|
||||
(partition p0 values in (1), partition p1 values in (2));
|
||||
insert into t1 values (1), (2);
|
||||
--error 0, ER_CANT_CREATE_TABLE
|
||||
--replace_regex /#sql-[0-9a-f_]+/#sql-temporary/
|
||||
--error ER_CANT_CREATE_TABLE
|
||||
create index inx on t1 (a);
|
||||
alter table t1 add partition (partition p2 values in (3));
|
||||
alter table t1 drop partition p2;
|
||||
|
Reference in New Issue
Block a user