update results

This commit is contained in:
Sergei Golubchik 2013-07-13 22:29:30 +02:00
parent f5cb6895cb
commit 9fea6e7b7b

View file

@ -34,8 +34,6 @@ 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;