⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.124
Server IP:
50.28.103.30
Server:
Linux host.jcukjv-lwsites.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
Server Software:
nginx/1.28.0
PHP Version:
8.3.12
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
www
/
server
/
mysql
/
mysql-test
/
suite
/
binlog
/
t
/
View File Name :
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