summaryrefslogtreecommitdiff
path: root/mysql-test/r/variables.result
diff options
context:
space:
mode:
authorkonstantin@mysql.com <>2006-01-17 21:10:47 +0300
committerkonstantin@mysql.com <>2006-01-17 21:10:47 +0300
commit8d6c98ed90016e2b6a27f9dcd5bd8b9fb3959ef5 (patch)
tree76aab497308c61162f44b40be33307a7e57ae1b1 /mysql-test/r/variables.result
parentef68a070f2f6d269e3a98a1b4f212876053dcb24 (diff)
downloadmariadb-git-8d6c98ed90016e2b6a27f9dcd5bd8b9fb3959ef5.tar.gz
Bug#15206: "Misleading message "No data to FETCH":
reword the misleading message.
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 df180218a09..4f6a6569443 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