⚝
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
/
r
/
View File Name :
binlog_xa_prepare_failure.result
CALL mtr.add_suppression("Statement is unsafe because it is being used inside a XA transaction"); SET @save_session_debug= @@SESSION.debug; CREATE TABLE t1 (a INT PRIMARY KEY); XA START 'xa1'; INSERT INTO t1 VALUES (1); XA END 'xa1'; SET @@SESSION.debug = "+d,simulate_xa_prepare_failure_in_cache_finalize"; XA PREPARE 'xa1'; Got one of the listed errors XA ROLLBACK 'xa1'; ERROR XAE04: XAER_NOTA: Unknown XID XA COMMIT 'xa1'; ERROR XAE04: XAER_NOTA: Unknown XID XA START 'xa1'; INSERT INTO t1 VALUES (1); XA END 'xa1'; SET @@SESSION.debug = "+d,simulate_failure_in_before_commit_hook"; XA PREPARE 'xa1'; Got one of the listed errors XA ROLLBACK 'xa1'; ERROR XAE04: XAER_NOTA: Unknown XID XA COMMIT 'xa1'; ERROR XAE04: XAER_NOTA: Unknown XID XA START 'xa1'; INSERT INTO t1 VALUES (1); XA END 'xa1'; SET @@SESSION.debug = "+d,simulate_transaction_rollback_request"; XA PREPARE 'xa1'; Got one of the listed errors XA ROLLBACK 'xa1'; ERROR XAE04: XAER_NOTA: Unknown XID XA COMMIT 'xa1'; ERROR XAE04: XAER_NOTA: Unknown XID SET @@SESSION.debug= @save_session_debug; DROP TABLE t1;