diff options
author | konstantin@mysql.com <> | 2006-01-17 21:10:47 +0300 |
---|---|---|
committer | konstantin@mysql.com <> | 2006-01-17 21:10:47 +0300 |
commit | 8d6c98ed90016e2b6a27f9dcd5bd8b9fb3959ef5 (patch) | |
tree | 76aab497308c61162f44b40be33307a7e57ae1b1 /mysql-test/r/variables.result | |
parent | ef68a070f2f6d269e3a98a1b4f212876053dcb24 (diff) | |
download | mariadb-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.result | 4 |
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 |