config root man

Current Path : /home/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
Upload File :
Current File : /home/usr.opt/mysql57/mysql-test/suite/binlog/t/binlog_max_flush_queue_time_warn.test

# ==== Purpose ====
#
# Verify that a warning is written into an error log when starting
# server with an option "--binlog_max_flush_queue_time".
#
# ==== Implementation ====
#
# Source assert_grep.inc to assert a warning in an error log.
#
# ==== References ====
#
# WL#8756  Deprecate binlog_max_flush_queue_time in 5.7

--source include/have_log_bin.inc
--source include/have_binlog_format_row.inc

# Make sure the test is repeatable
RESET MASTER;
--let $assert_file= $MYSQLTEST_VARDIR/log/mysqld.1.err
--let $assert_count= 1
--let $assert_select= The syntax '--binlog_max_flush_queue_time' is deprecated and will be removed in a future release
--let $assert_text= Found the expected warning "The syntax '--binlog_max_flush_queue_time' is deprecated and will be removed in a future release" in server's error log.
--source include/assert_grep.inc

Man Man