Current Path : /usr/opt/mysql57/mysql-test/suite/binlog/t/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/opt/mysql57/mysql-test/suite/binlog/t/binlog_server_start_options.test |
############################################################ # Tests startup options for mysql server pertaining binlog # This test doesnot require (as of now) to be run for all # the binlogging format as server startup in the cases # below are independent of the format. We therefore run this # test in only statement format. ############################################################ --source include/have_binlog_format_statement.inc --source include/have_debug.inc #----------------------------------------------------------# # BUG 11766817 - 60030: CRASH ON MYSQLD STARTUP WHEN USING # # LOG-BIN # #----------------------------------------------------------# #----------------------------------------------------------# # BUG 12929941 - SEGFAULT IN STRMAKE/CONVERT_DIRNAME WHEN # # USING --RELAY-LOG=SLAVE-RELAY-BIN # #----------------------------------------------------------# # Check if datadir was changed to the correct value via # code --let $assert_text= Datadir should not be empty --let $assert_cond= "[SHOW VARIABLES LIKE "datadir", Value, 1]" != "" --source include/assert.inc