mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-9220 Split filesort.cc:make_sortkey() and filesort.cc::sortlength() into virtual methods in Type_handler
This commit is contained in:
@ -23,8 +23,8 @@
|
||||
#include "queues.h"
|
||||
|
||||
typedef struct st_buffpek BUFFPEK;
|
||||
typedef struct st_sort_field SORT_FIELD;
|
||||
|
||||
struct SORT_FIELD;
|
||||
class Field;
|
||||
struct TABLE;
|
||||
|
||||
|
Reference in New Issue
Block a user