summaryrefslogtreecommitdiff
path: root/mysql-test/r/sp-error.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/sp-error.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/sp-error.result')
-rw-r--r--mysql-test/r/sp-error.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/sp-error.result b/mysql-test/r/sp-error.result
index d7bed7e88a7..9a148c3516e 100644
--- a/mysql-test/r/sp-error.result
+++ b/mysql-test/r/sp-error.result
@@ -535,7 +535,7 @@ fetch c into v;
end|
delete from t1|
call bug7299()|
-ERROR 02000: No data to FETCH
+ERROR 02000: No data - zero rows fetched, selected, or processed
drop procedure bug7299|
create procedure bug9073()
begin