mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
Follow-up for Bug 23032: update NDB result files.
This commit is contained in:
parent
7b7efa1261
commit
191efc05a3
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…
Add table
Add a link
Reference in a new issue