correct result of the ps.tset

This commit is contained in:
unknown 2013-07-01 11:31:18 +03:00
parent ecf9b1b754
commit 2fac162f39

View File

@ -1201,13 +1201,13 @@ SET @aux= "SELECT COUNT(*)
prepare my_stmt from @aux; prepare my_stmt from @aux;
execute my_stmt; execute my_stmt;
COUNT(*) COUNT(*)
42 43
execute my_stmt; execute my_stmt;
COUNT(*) COUNT(*)
42 43
execute my_stmt; execute my_stmt;
COUNT(*) COUNT(*)
42 43
deallocate prepare my_stmt; deallocate prepare my_stmt;
drop procedure if exists p1| drop procedure if exists p1|
drop table if exists t1| drop table if exists t1|