mirror of
https://github.com/MariaDB/server.git
synced 2025-05-07 04:01:59 +03:00
for general use. mysql-test/Makefile.am: Adding directories of additional test suites mysql-test/mysql-stress-test.pl: Adding check for additional errors checking during test run
9 lines
163 B
Plaintext
9 lines
163 B
Plaintext
--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;
|
|
|