mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Test suites for engine testing, moved from test-extra so will be available
for general use.
This commit is contained in:
8
mysql-test/suite/engines/funcs/t/ix_drop_error.test
Normal file
8
mysql-test/suite/engines/funcs/t/ix_drop_error.test
Normal file
@@ -0,0 +1,8 @@
|
||||
--disable_warnings
|
||||
DROP TABLE IF EXISTS t9;
|
||||
--enable_warnings
|
||||
CREATE TABLE t9(c1 INTEGER NOT NULL);
|
||||
--error 1091
|
||||
DROP INDEX i1 ON t9;
|
||||
DROP TABLE t9; SHOW TABLES;
|
||||
|
||||
Reference in New Issue
Block a user