Commit 7f5fd989 authored by unknown's avatar unknown

Bug#17095 circular replication

- make sure any value is set for linked operations as well, e.g. blob tables
parent 28af0d78
......@@ -288,6 +288,8 @@ Dbtup::insertActiveOpList(OperationrecPtr regOperPtr,
regOperPtr.p->saved_change_mask[0] = prevOpPtr.p->saved_change_mask[0];
regOperPtr.p->saved_change_mask[1] = prevOpPtr.p->saved_change_mask[1];
regOperPtr.p->m_any_value = prevOpPtr.p->m_any_value;
prevOpPtr.p->op_struct.m_wait_log_buffer= 0;
prevOpPtr.p->op_struct.m_load_diskpage_on_commit= 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment