-
Type:
Bug
-
Status: Done
-
Priority:
Medium
-
Resolution: Fixed
-
Affects Version/s: 5.7.24-31.33, 5.6.42-28.30
-
Fix Version/s: 5.7.25-31.35, 5.6.43-28.32
-
Component/s: None
-
Labels:None
- Start 2 node cluster
- Execute the following workload on node-1. Check if the same is replicated on node.
- DROP FUNCTION is not replicated leading to in-consistency.
CREATE FUNCTION service_get_write_locks RETURNS INT SONAME 'locking_service.so';
DROP FUNCTION service_get_write_locks;
- blocks
-
PXC-2386 Assertion `thd->debug_binlog_xid_last.is_null() || thd->debug_binlog_xid_last.get_my_xid() != xid' failed
-
- Done
-