Commit 2fac162f authored by unknown's avatar unknown

correct result of the ps.tset

parent ecf9b1b7
...@@ -1201,13 +1201,13 @@ SET @aux= "SELECT COUNT(*) ...@@ -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|
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment