Commit 49580a51 authored by serg@serg.mysql.com's avatar serg@serg.mysql.com

fulltext2.test: --enable/disable_warnings

parent 3f55032c
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment