mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
Cleanup after test for Bug#11458
This commit is contained in:
parent
7a0f6d522b
commit
f5c8f42f9c
2 changed files with 4 additions and 1 deletions
|
@ -620,3 +620,5 @@ execute stmt using @user_id, @id;
|
|||
partner_id
|
||||
execute stmt using @user_id, @id;
|
||||
partner_id
|
||||
deallocate prepare stmt;
|
||||
drop table t1, t2, t3, t4;
|
||||
|
|
|
@ -648,4 +648,5 @@ set @user_id = 'nicke';
|
|||
set @id = '2';
|
||||
execute stmt using @user_id, @id;
|
||||
execute stmt using @user_id, @id;
|
||||
|
||||
deallocate prepare stmt;
|
||||
drop table t1, t2, t3, t4;
|
||||
|
|
Loading…
Reference in a new issue