Merge mysql-5.1 to mysql-5.5.

This commit is contained in:
Marko Mäkelä 2011-09-26 10:08:42 +03:00
commit 095475e6df

View File

@ -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;