mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 21:42:35 +01:00
Follow-up for Bug 23032: update NDB result files.
This commit is contained in:
parent
8978c1cde2
commit
e7f79394bd
2 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue