mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Just move, no code changes otherwise.
Part of MDEV-7974 - backport fix for mysql bug#12161 (XA and binlog)
This commit is contained in:
@ -395,10 +395,6 @@ const LEX_CSTRING command_name[257]={
|
||||
{ STRING_WITH_LEN("Error") } // Last command number 255
|
||||
};
|
||||
|
||||
const char *xa_state_names[]={
|
||||
"NON-EXISTING", "ACTIVE", "IDLE", "PREPARED", "ROLLBACK ONLY"
|
||||
};
|
||||
|
||||
#ifdef HAVE_REPLICATION
|
||||
/**
|
||||
Returns true if all tables should be ignored.
|
||||
|
Reference in New Issue
Block a user