mariadb/mysql-test/suite/rpl/include/rpl_mixed_clear_tables.inc

10 lines
257 B
PHP
Raw Normal View History

2007-02-06 13:35:54 +01:00
#########################################
# 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;