summaryrefslogtreecommitdiff
path: root/mysql-test/suite/binlog/t/binlog_database.test
blob: 9c2a43575fc41fe3345541fed398b4c2b46bd224 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# A wrapper to test that dropping a database is binlogged
# correctly. We test all three modes in the same file to avoid
# unecessary server restarts.

--source include/have_innodb.inc
--source include/have_binlog_format_statement.inc

set binlog_format=statement;
source extra/binlog_tests/database.test;
set binlog_format=mixed;
source extra/binlog_tests/database.test;
set binlog_format=row;
source extra/binlog_tests/database.test;

show databases;