1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

In previous push, a DROP TABLE at the end of test was missing.

This commit is contained in:
guilhem@mysql.com
2006-02-18 21:08:41 +01:00
parent 37c1744a03
commit 32a5692733
2 changed files with 2 additions and 0 deletions

View File

@ -279,3 +279,4 @@ select
@a not like "%#%error_code=%error_code=%";
@a like "%#%error_code=0%ROLLBACK;%ROLLBACK /* added by mysqlbinlog */;%" @a not like "%#%error_code=%error_code=%"
1 1
drop table t1, t2;