Follow-up for Bug 23032: update NDB result files.

This commit is contained in:
Alexander Nozdrin 2010-08-09 20:52:26 +04:00
parent 8978c1cde2
commit e7f79394bd
2 changed files with 4 additions and 0 deletions

View file

@ -29,6 +29,8 @@ end;
select * from t2 order by a;
a b
call test_cursor();
Warnings:
Error 1329 No data - zero rows fetched, selected, or processed
select * from t2 order by a;
a b
1 10

View file

@ -38,6 +38,8 @@ INSERT INTO t1 VALUES ('MySQL','1993-02-04'),('ROCKS', '1990-08-27'),('Texas', '
END|
CALL p2();
CALL p1();
Warnings:
Error 1329 No data - zero rows fetched, selected, or processed
DROP TABLE t1;
DROP TABLE t2;
DROP PROCEDURE p1;