Commit 500af554 authored by gkodinov/kgeorge@magare.gmz's avatar gkodinov/kgeorge@magare.gmz
Browse files

addendum for the fix for bug 27417:

extend the assert so it will run the testsuite
parent 9a0e6ec6
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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);
}