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 |
Current File : /home/usr.opt/mysql57/mysql-test/suite/binlog/t/binlog_gtid_next_begin_caused_trx.test |
# ==== Purpose ==== # # When binlog is enabled and @@SESSION.GTID_NEXT == 'UUID:NUMBER', # verify that the command 'BEGIN' causes an error # 'ER_CANT_DO_IMPLICIT_COMMIT_IN_TRX_WHEN_GTID_NEXT_IS_SET' inside # an empty/a non-empty transaction, since it causes an implicit # commit. We do not save the gtid specified by GTID_NEXT into # GLOBAL@gtid_executed in the case. # # ==== Implementation ==== # # See extra/binlog_tests/gtid_next_begin_caused_trx.test # # ==== References ==== # # Bug#22130929 GTID_NEXT AND BEGIN BEHAVIOR IS DIFFERENT B/W BINLOG AND BINLOG-LESS SERVER # # Test in this file is binlog format agnostic, thus no need # to rerun them for every format. --source include/have_binlog_format_row.inc --source include/have_gtid.inc # Test is not required to run against embedded server --source include/not_embedded.inc # Make sure the test is repeatable RESET MASTER; --source extra/binlog_tests/gtid_next_begin_caused_trx.test