From 5b9ee3f2ae4e32a05aaae5c702110bd0cdb94271 Mon Sep 17 00:00:00 2001 From: Alexander Barkov Date: Tue, 12 Jan 2016 17:03:29 +0400 Subject: MDEV-9220 Split filesort.cc:make_sortkey() and filesort.cc::sortlength() into virtual methods in Type_handler --- sql/filesort.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sql/filesort.h') diff --git a/sql/filesort.h b/sql/filesort.h index 4c95f1202b2..22d7f987de2 100644 --- a/sql/filesort.h +++ b/sql/filesort.h @@ -24,10 +24,10 @@ class SQL_SELECT; class SQL_SELECT; class THD; struct TABLE; -typedef struct st_sort_field SORT_FIELD; +struct SORT_FIELD; class Filesort_tracker; -ha_rows filesort(THD *thd, TABLE *table, st_sort_field *sortorder, +ha_rows filesort(THD *thd, TABLE *table, SORT_FIELD *sortorder, uint s_length, SQL_SELECT *select, ha_rows max_rows, bool sort_positions, ha_rows *examined_rows, ha_rows *found_rows, -- cgit v1.2.1