1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00
Files
mariadb/mysql-test/suite/binlog/t/binlog_database.test
2018-03-29 13:59:44 +03:00

16 lines
420 B
Plaintext

# 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 include/database.test;
set binlog_format=mixed;
source include/database.test;
set binlog_format=row;
source include/database.test;
show databases;