summaryrefslogtreecommitdiff
path: root/mysql-test/r/variables.result
diff options
context:
space:
mode:
authorkonstantin@mysql.com <>2006-02-02 12:03:35 +0300
committerkonstantin@mysql.com <>2006-02-02 12:03:35 +0300
commit065f8066d5de10cf998b02d0e02216f61d87e9db (patch)
tree72eba57e7d347ae15c6a57558fd619c2afc05b31 /mysql-test/r/variables.result
parentbcb4178c730f82a023766ef8a6f44004aa68ea21 (diff)
parent88285b92f23486a3c9f8e6bfeb6b68d66d132f86 (diff)
downloadmariadb-git-065f8066d5de10cf998b02d0e02216f61d87e9db.tar.gz
Merge mysql.com:/home/kostja/mysql/mysql-5.0-for_merge
into mysql.com:/home/kostja/mysql/mysql-5.1-merge
Diffstat (limited to 'mysql-test/r/variables.result')
-rw-r--r--mysql-test/r/variables.result4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/variables.result b/mysql-test/r/variables.result
index d192ee6fe1c..8ee6dfe53cf 100644
--- a/mysql-test/r/variables.result
+++ b/mysql-test/r/variables.result
@@ -537,10 +537,10 @@ select @@query_prealloc_size = @test;
create table t1 (a int);
select a into @x from t1;
Warnings:
-Warning 1329 No data to FETCH
+Warning 1329 No data - zero rows fetched, selected, or processed
show warnings;
Level Code Message
-Warning 1329 No data to FETCH
+Warning 1329 No data - zero rows fetched, selected, or processed
drop table t1;
set @@warning_count=1;
ERROR HY000: Variable 'warning_count' is a read only variable