mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Revert "MDEV-20342 Turn Field::flags from a member to a method"
This reverts commit e86010f909
.
Reverting on Monty's request, as this change makes merging
things from 10.5 to 10.2 much harder.
This commit is contained in:
@@ -401,7 +401,7 @@ int spider_db_mbase_row::store_to_field(
|
||||
field->reset();
|
||||
} else {
|
||||
field->set_notnull();
|
||||
if (field->flags() & BLOB_FLAG)
|
||||
if (field->flags & BLOB_FLAG)
|
||||
{
|
||||
DBUG_PRINT("info", ("spider blob field"));
|
||||
if (
|
||||
|
Reference in New Issue
Block a user