1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Revert "MDEV-35019 Provide a way to enable "rollback XA on disconnect" behavior we had before 10.5.2"

This reverts commit 8ae462a220.
This commit is contained in:
Sergei Golubchik
2024-10-16 13:23:47 +02:00
parent 8ae462a220
commit 5ebda30ccc
12 changed files with 1 additions and 152 deletions

View File

@ -788,7 +788,6 @@ typedef struct system_variables
my_bool binlog_annotate_row_events;
my_bool binlog_direct_non_trans_update;
my_bool column_compression_zlib_wrap;
my_bool legacy_xa_rollback_at_disconnect;
plugin_ref table_plugin;
plugin_ref tmp_table_plugin;