diff options
Diffstat (limited to 'sql/sql_load.cc')
-rw-r--r-- | sql/sql_load.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_load.cc b/sql/sql_load.cc index 3fa6e095f10..ce12879de65 100644 --- a/sql/sql_load.cc +++ b/sql/sql_load.cc @@ -283,7 +283,7 @@ static bool write_execute_load_query_log_event(THD *, const sql_exchange*, const bool Load_data_param::add_outvar_field(THD *thd, const Field *field) { - if (field->flags & BLOB_FLAG) + if (field->flags() & BLOB_FLAG) { m_use_blobs= true; m_fixed_length+= 256; // Will be extended if needed |