1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Bug#15206: "Misleading message "No data to FETCH":

reword the misleading message.
This commit is contained in:
konstantin@mysql.com
2006-01-17 21:10:47 +03:00
parent ef68a070f2
commit 8d6c98ed90
7 changed files with 17 additions and 42 deletions

View File

@ -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