correct result of the ps.tset
This commit is contained in:
parent
ecf9b1b754
commit
2fac162f39
@ -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|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user