Merge mysql-5.1 to mysql-5.5.
This commit is contained in:
commit
095475e6df
@ -515,7 +515,7 @@ row_purge_upd_exist_or_extern_func(
|
||||
|
||||
ut_ad(node);
|
||||
|
||||
if ((node->rec_type == TRX_UNDO_UPD_DEL_REC)
|
||||
if (node->rec_type == TRX_UNDO_UPD_DEL_REC
|
||||
|| (node->cmpl_info & UPD_NODE_NO_ORD_CHANGE)) {
|
||||
|
||||
goto skip_secondaries;
|
||||
|
Loading…
x
Reference in New Issue
Block a user