Commit 1291f779 authored by unknown's avatar unknown

fulltext2.test: --enable/disable_warnings


mysql-test/t/fulltext2.test:
  fixed
parent e7390ddc
......@@ -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