diff options
Diffstat (limited to 'sql/sql_sort.h')
-rw-r--r-- | sql/sql_sort.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_sort.h b/sql/sql_sort.h index 4a4300c4c13..342add1445b 100644 --- a/sql/sql_sort.h +++ b/sql/sql_sort.h @@ -753,6 +753,7 @@ public: bool setup(THD *thd, Field *field); uint make_packed_record(bool exclude_nulls); int compare_packed_keys(uchar *a, uchar *b); + int compare_keys_for_single_arg(uchar *a, uchar *b); static void store_packed_length(uchar *p, uint sz) { int4store(p, sz - size_of_length_field); |