mirror of
https://github.com/MariaDB/server.git
synced 2025-07-18 23:03:28 +03:00
mysql-test/suite/innodb_plugin/t/innodb_gis.test: Don't run test if innodb_plugin isn't used.
11 lines
276 B
Plaintext
11 lines
276 B
Plaintext
--source include/have_innodb_plugin.inc
|
|
SET storage_engine=innodb;
|
|
--source include/gis_generic.inc
|
|
--source include/gis_keys.inc
|
|
|
|
#
|
|
# Bug #15680 (SPATIAL key in innodb)
|
|
#
|
|
--error ER_TABLE_CANT_HANDLE_SPKEYS
|
|
create table t1 (g geometry not null, spatial gk(g)) engine=innodb;
|