mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
another cleanup patch for removing tables before tests start.
This commit is contained in:
parent
f0f8795beb
commit
23e384fc3e
2 changed files with 5 additions and 0 deletions
|
|
@ -1,6 +1,10 @@
|
|||
# Embedded server doesn't support binlog
|
||||
-- source include/not_embedded.inc
|
||||
|
||||
--disable_warnings
|
||||
drop table if exists t1,t2;
|
||||
--enable_warnings
|
||||
|
||||
# Check if a partly-completed INSERT SELECT in a MyISAM table goes into the
|
||||
# binlog
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue