addendum for the fix for bug 27417:
extend the assert so it will run the testsuite
This commit is contained in:
parent
1307d3b803
commit
21d639e573
@ -1333,7 +1333,8 @@ multi_update::~multi_update()
|
|||||||
if (copy_field)
|
if (copy_field)
|
||||||
delete [] copy_field;
|
delete [] copy_field;
|
||||||
thd->count_cuted_fields= CHECK_FIELD_IGNORE; // Restore this setting
|
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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user