B4BY.588
Home
Terminal
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
share
/
mysql-test
/
suite
/
binlog
/
t
/
Filename :
binlog_database.test
back
Copy
# 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. 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;