Commit 2dc2ec3e authored by konstantin@mysql.com's avatar konstantin@mysql.com

Cleanup after test for Bug#11458

parent 374b9182
......@@ -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;
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