Commit c4dd4a39 authored by serg@serg.mylan's avatar serg@serg.mylan

remove wrong assert

parent d00b5654
......@@ -3471,8 +3471,7 @@ int Field_long::store(longlong nr, bool unsigned_val)
ASSERT_COLUMN_MARKED_FOR_WRITE;
int error= 0;
int32 res;
DBUG_ASSERT(table->in_use == current_thd); // General safety
if (unsigned_flag)
{
if (nr < 0 && !unsigned_val)
......
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