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

Post.merge fixes

Fixed warnings
Fixed error numbers
This commit is contained in:
istruewing@synthia.local
2007-07-01 11:56:01 +02:00
parent fd58622757
commit 754f66cf56
4 changed files with 9 additions and 9 deletions

View File

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