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/sp-error.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/sp-error.result')
-rw-r--r-- | mysql-test/r/sp-error.result | 2 |
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 |