mirror of
https://github.com/MariaDB/server.git
synced 2025-11-18 07:48:43 +03:00
copy from test-extra-5.1 to main tree
This commit is contained in:
9
mysql-test/suite/rpl/include/rpl_mixed_clear_tables.inc
Normal file
9
mysql-test/suite/rpl/include/rpl_mixed_clear_tables.inc
Normal file
@@ -0,0 +1,9 @@
|
||||
#########################################
|
||||
# Author: Serge Kozlov skozlov@mysql.com
|
||||
# Date: 07/10/2006
|
||||
# Purpose: Delete all rows from work tables (t1, t2) on master
|
||||
# Requirements:
|
||||
#########################################
|
||||
|
||||
DELETE FROM t1;
|
||||
DELETE FROM t2;
|
||||
Reference in New Issue
Block a user