mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
error messages: name the storage engine explicitly,
instead of "used storage engine" and similar changes.
This commit is contained in:
@ -598,4 +598,4 @@ create table t1 (a int not null, b linestring not null, unique key b (b(12)));
|
||||
create unique index a on t1(a);
|
||||
drop table t1;
|
||||
create table t1 (g geometry not null, spatial gk(g)) engine=innodb;
|
||||
ERROR HY000: The used table type doesn't support SPATIAL indexes
|
||||
ERROR HY000: The storage engine InnoDB doesn't support SPATIAL indexes
|
||||
|
Reference in New Issue
Block a user