mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Always use USE_STRCOLL code
This commit is contained in:
@ -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;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user