1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Fix a typo in the test case.

This commit is contained in:
kostja@bodhi.(none)
2007-06-01 18:04:25 +04:00
parent d97db648a0
commit 4688ace2a6
2 changed files with 2 additions and 4 deletions

View File

@ -158,9 +158,7 @@ CREATE TABLE t1 (word CHAR(20) NOT NULL PRIMARY KEY) ENGINE=INNODB;
--error 1062
LOAD DATA INFILE "../std_data_ln/words.dat" INTO TABLE t1;
--disable warnings
DROP TABLE IF EXISTS t1;
--enable warnings
DROP TABLE t1;
sync_with_master;
# End of 4.1 tests