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--source include/have_innodb.inc
6--source include/have_binlog_format_statement.inc
7
8set binlog_format=statement;
9source include/database.test;
10set binlog_format=mixed;
11source include/database.test;
12set binlog_format=row;
13source include/database.test;
14
15show databases;
16