1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

remove wrong assert

This commit is contained in:
serg@serg.mylan
2006-06-16 16:26:30 +02:00
parent d00b56549c
commit c4dd4a398b

View File

@@ -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)