summaryrefslogtreecommitdiff
path: root/mysql-test/suite/rpl/include/rpl_mixed_clear_tables.inc
blob: 83dc9f756d17383cfce31f6b5d83ebf3d614cb23 (plain)
1
2
3
4
5
6
7
8
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;