~linuxjedi/drizzle/trunk-bug-667053

« back to all changes in this revision

Viewing changes to mysql-test/suite/binlog/t/binlog_database.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
# A wrapper to test that dropping a database is binlogged
 
2
# correctly. We test all three modes in the same file to avoid
 
3
# unecessary server restarts.
 
4
 
 
5
set binlog_format=statement;
 
6
source extra/binlog_tests/database.test;
 
7
set binlog_format=mixed;
 
8
source extra/binlog_tests/database.test;
 
9
set binlog_format=row;
 
10
source extra/binlog_tests/database.test;
 
11
 
 
12
show databases;