1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Cleanup after test for Bug#11458

This commit is contained in:
konstantin@mysql.com
2005-07-13 18:01:04 +04:00
parent 374b9182af
commit 2dc2ec3ef7
2 changed files with 4 additions and 1 deletions

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;