diff options
author | unknown <bar@bar.mysql.r18.ru> | 2003-01-30 11:15:14 +0400 |
---|---|---|
committer | unknown <bar@bar.mysql.r18.ru> | 2003-01-30 11:15:14 +0400 |
commit | 9248c03eb4b4102920db593a6176e6541440f575 (patch) | |
tree | 4bf943936ae0609c73eb4b1d0aa5a8bf1ce6d00a /sql/sql_sort.h | |
parent | 4a03f8f4ed415d5a6824d93434d0e1debed22f56 (diff) | |
download | mariadb-git-9248c03eb4b4102920db593a6176e6541440f575.tar.gz |
Always use USE_STRCOLL code
Diffstat (limited to 'sql/sql_sort.h')
-rw-r--r-- | sql/sql_sort.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/sql_sort.h b/sql/sql_sort.h index 62c5f1cb164..14463a67a28 100644 --- a/sql/sql_sort.h +++ b/sql/sql_sort.h @@ -38,9 +38,7 @@ typedef struct st_sort_param { SORT_FIELD *end; uchar *unique_buff; bool not_killable; -#ifdef USE_STRCOLL char* tmp_buffer; -#endif } SORTPARAM; |