1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

fulltext2.test: --enable/disable_warnings

mysql-test/t/fulltext2.test:
  fixed
This commit is contained in:
unknown
2003-01-21 20:11:24 +01:00
parent e7390ddc66
commit 1291f7798d

View File

@@ -6,7 +6,10 @@
# two-level tree
#
--disable_warnings
DROP TABLE IF EXISTS t1;
--enable_warnings
CREATE TABLE t1 (
i int(10) unsigned not null auto_increment primary key,
a varchar(255) not null,