~drizzle-trunk/drizzle/jenkins-Drizzle-Builder-213

« back to all changes in this revision

Viewing changes to mysql-test/suite/binlog/t/binlog_statement_insert_delayed.test

  • Committer: brian
  • Date: 2008-06-25 05:29:13 UTC
  • Revision ID: brian@localhost.localdomain-20080625052913-6upwo0jsrl4lnapl
clean slate

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# This test is to verify replication with INSERT DELAY through
 
2
# unrecommended STATEMENT binlog format
 
3
 
 
4
-- source include/not_embedded.inc
 
5
-- source include/have_binlog_format_statement.inc
 
6
-- disable_query_log
 
7
reset master; # get rid of previous tests binlog
 
8
-- enable_query_log
 
9
-- source extra/binlog_tests/binlog_insert_delayed.test