Cleanup after test for Bug#11458

This commit is contained in:
unknown 2005-07-13 18:01:04 +04:00
parent 7a0f6d522b
commit f5c8f42f9c
2 changed files with 4 additions and 1 deletions

View file

@ -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;

View file

@ -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;