From 9248c03eb4b4102920db593a6176e6541440f575 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 30 Jan 2003 11:15:14 +0400 Subject: Always use USE_STRCOLL code --- sql/sql_sort.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'sql/sql_sort.h') 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; -- cgit v1.2.1