From bc7cf3033885e91812688a9c9248d8a7acdea211 Mon Sep 17 00:00:00 2001 From: "venu@myvenu.com" <> Date: Mon, 21 Jul 2003 00:13:22 -0700 Subject: Enable warnings by default for single value list inserts also when the client protocol is >= 4.1 --- mysql-test/t/warnings.test | 1 + 1 file changed, 1 insertion(+) (limited to 'mysql-test/t/warnings.test') diff --git a/mysql-test/t/warnings.test b/mysql-test/t/warnings.test index 6374fbf83ac..6991f9d9b2f 100644 --- a/mysql-test/t/warnings.test +++ b/mysql-test/t/warnings.test @@ -51,6 +51,7 @@ update t1 set c='mysql ab' where c='test'; update t1 set d=c; create table t2(a tinyint NOT NULL, b char(3)); insert into t2 select b,c from t1; +insert into t2(b) values('mysqlab'); drop table t1, t2; # -- cgit v1.2.1