From 8b2e642aa214db729161252b96f36bfbae3add21 Mon Sep 17 00:00:00 2001 From: Nirbhay Choubey Date: Wed, 8 Feb 2017 15:28:00 -0500 Subject: MDEV-7635: Update tests to adapt to the new default sql_mode --- mysql-test/include/commit.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysql-test/include/commit.inc') diff --git a/mysql-test/include/commit.inc b/mysql-test/include/commit.inc index 830ffb52c02..a28d3e5f3d1 100644 --- a/mysql-test/include/commit.inc +++ b/mysql-test/include/commit.inc @@ -267,7 +267,7 @@ select * from t2; insert into t2 (a) values (1026); --replace_result $MYSQLTEST_VARDIR .. --error ER_DUP_ENTRY -eval load data infile "../../std_data/words.dat" into table t1 (a) set a:=f2(26); +eval load data infile "../../std_data/words.dat" ignore into table t1 (a) set a:=f2(26); select * from t2; rollback; -- cgit v1.2.1