diff options
author | Alexander Barkov <bar@mariadb.org> | 2016-01-12 17:03:29 +0400 |
---|---|---|
committer | Alexander Barkov <bar@mariadb.org> | 2016-01-12 17:03:29 +0400 |
commit | 5b9ee3f2ae4e32a05aaae5c702110bd0cdb94271 (patch) | |
tree | 990ccee63f443ab0bc20fe70ceb9ee6fcbceb951 /sql/sql_test.h | |
parent | 454589b67f9609a78f00e521fe2ef0994eed4f3f (diff) | |
download | mariadb-git-5b9ee3f2ae4e32a05aaae5c702110bd0cdb94271.tar.gz |
MDEV-9220 Split filesort.cc:make_sortkey() and filesort.cc::sortlength() into virtual methods in Type_handler
Diffstat (limited to 'sql/sql_test.h')
-rw-r--r-- | sql/sql_test.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_test.h b/sql/sql_test.h index 3c1ee188eeb..867582a9569 100644 --- a/sql/sql_test.h +++ b/sql/sql_test.h @@ -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); |