mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-9220 Split filesort.cc:make_sortkey() and filesort.cc::sortlength() into virtual methods in Type_handler
This commit is contained in:
@@ -22,7 +22,7 @@ class JOIN;
|
||||
struct TABLE_LIST;
|
||||
typedef class Item COND;
|
||||
typedef class st_select_lex SELECT_LEX;
|
||||
typedef struct st_sort_field SORT_FIELD;
|
||||
struct SORT_FIELD;
|
||||
|
||||
#ifndef DBUG_OFF
|
||||
void print_where(COND *cond,const char *info, enum_query_type query_type);
|
||||
|
Reference in New Issue
Block a user