addendum for the fix for bug 27417:

extend the assert so it will run the testsuite
This commit is contained in:
unknown 2007-07-31 14:42:56 +03:00
parent 1307d3b803
commit 21d639e573

View File

@ -1333,7 +1333,8 @@ multi_update::~multi_update()
if (copy_field)
delete [] copy_field;
thd->count_cuted_fields= CHECK_FIELD_IGNORE; // Restore this setting
DBUG_ASSERT(trans_safe || thd->transaction.all.modified_non_trans_table);
DBUG_ASSERT(trans_safe || !updated ||
thd->transaction.all.modified_non_trans_table);
}