summaryrefslogtreecommitdiff
path: root/sql/sql_sort.h
diff options
context:
space:
mode:
authorunknown <bar@bar.mysql.r18.ru>2003-01-30 11:15:14 +0400
committerunknown <bar@bar.mysql.r18.ru>2003-01-30 11:15:14 +0400
commit9248c03eb4b4102920db593a6176e6541440f575 (patch)
tree4bf943936ae0609c73eb4b1d0aa5a8bf1ce6d00a /sql/sql_sort.h
parent4a03f8f4ed415d5a6824d93434d0e1debed22f56 (diff)
downloadmariadb-git-9248c03eb4b4102920db593a6176e6541440f575.tar.gz
Always use USE_STRCOLL code
Diffstat (limited to 'sql/sql_sort.h')
-rw-r--r--sql/sql_sort.h2
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;