#At file:///work/bzr/mysql-6.0-bugteam/ based on revid:gshchepa@stripped
3024 Gleb Shchepa 2009-02-06
after-push test case update (bug #39265)
modified:
mysql-test/suite/falcon/r/ps_8falcon.result
=== modified file 'mysql-test/suite/falcon/r/ps_8falcon.result'
--- a/mysql-test/suite/falcon/r/ps_8falcon.result 2008-09-19 09:12:48 +0000
+++ b/mysql-test/suite/falcon/r/ps_8falcon.result 2009-02-06 06:11:22 +0000
@@ -1286,11 +1286,12 @@ a b
set @arg00=NULL;
set @arg01=2;
execute stmt1 using @arg00, @arg01;
-ERROR 23000: Column 'a' cannot be null
+Warnings:
+Warning 1048 Column 'a' cannot be null
select a,b from t1 order by a;
a b
+0 two
1 one
-2 two
3 three
4 four
set @arg00=0;
Thread |
---|
• bzr commit into mysql-6.0-bugteam branch (gshchepa:3024) Bug#39265 | Gleb Shchepa | 6 Feb |