summaryrefslogtreecommitdiff
path: root/sql/filesort.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/filesort.cc')
-rw-r--r--sql/filesort.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/filesort.cc b/sql/filesort.cc
index 3f4291cfb1f..d92ee34aa1a 100644
--- a/sql/filesort.cc
+++ b/sql/filesort.cc
@@ -2007,7 +2007,7 @@ bool filesort_use_addons(TABLE *table, uint sortlength,
{
if (!bitmap_is_set(table->read_set, field->field_index))
continue;
- if (field->flags & BLOB_FLAG)
+ if (field->flags() & BLOB_FLAG)
return false;
(*length)+= field->max_packed_col_length(field->pack_length());
if (field->maybe_null())