remove wrong assert
This commit is contained in:
parent
0237d9b0af
commit
6f1605321d
@ -3471,7 +3471,6 @@ int Field_long::store(longlong nr, bool unsigned_val)
|
|||||||
ASSERT_COLUMN_MARKED_FOR_WRITE;
|
ASSERT_COLUMN_MARKED_FOR_WRITE;
|
||||||
int error= 0;
|
int error= 0;
|
||||||
int32 res;
|
int32 res;
|
||||||
DBUG_ASSERT(table->in_use == current_thd); // General safety
|
|
||||||
|
|
||||||
if (unsigned_flag)
|
if (unsigned_flag)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user