config root man

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

# ==== Purpose ====
#
# Verify that 'CREATE TABLE' event was not logged while killing a
# CREATE...SELECT right before writting 'create table' event into
# binlog statement cache, right after writting 'create table' event
# into binlog statement cache or after writting rows event into
# binlog transaction cache when binlog_format=row and gtid_mode=off.
#
# ==== Implementation ====
#
# 1. Execute a 'CREATE...SELECT', stop at several given sync points.
# 2. Kill the 'CREATE...SELECT' query from other connection.
# 3. Verify that 'CREATE TABLE' event was not logged.
#
# ==== References ====
#
# Bug#20742519  KILL `CREATE TABLE ..SELECT` MAY LEAD TO REPLICATION BROKEN

--let $engine= InnoDB
--source extra/binlog_tests/binlog_row_kill_create_select.test

--let $engine= MyISAM
--source extra/binlog_tests/binlog_row_kill_create_select.test

Man Man