Commit 095475e6 authored by Marko Mäkelä's avatar Marko Mäkelä

Merge mysql-5.1 to mysql-5.5.

parents ffa70c12 5c57f8cc
......@@ -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;
......
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