From 31f269f1dde00a510bdd4f3a098b424b7d8126bd Mon Sep 17 00:00:00 2001 From: "sasha@mysql.sashanet.com" <> Date: Sat, 4 Aug 2001 16:37:29 -0600 Subject: fixed error message numbers in union test --- mysql-test/t/union.test | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mysql-test/t/union.test') diff --git a/mysql-test/t/union.test b/mysql-test/t/union.test index b831be7db28..a96a33db04b 100644 --- a/mysql-test/t/union.test +++ b/mysql-test/t/union.test @@ -19,11 +19,11 @@ select 't1',b,count(*) from t1 group by b UNION select 't2',b,count(*) from t2 g explain select a,b from t1 union all select a,b from t2; # Test some error conditions with UNION ---error 1213 +--error 1214 select a,b from t1 into outfile 'skr' union select a,b from t2; ---error 1213 -select a,b from t1 order by a union select a,b from t2; --error 1214 +select a,b from t1 order by a union select a,b from t2; +--error 1215 select a,b from t1 union select a from t2; drop table t1,t2; -- cgit v1.2.1