You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug#16028934 GTID FUNCTIONS ARE CONDITIONALLY COMPILED
Problem: Comment in item_create.c says:
"do **NOT** conditionally (#ifdef, #ifndef) define a function".
But gtid_subset and gtid_subtract were compiled only when
HAVE_REPLICATION was defined.
Fix: Removed the HAVE_REPLICATION condition for those two functions.
0 commit comments