1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Always use USE_STRCOLL code

This commit is contained in:
unknown
2003-01-30 11:15:14 +04:00
parent a2ccd6f0fe
commit 7ae7275c9c
8 changed files with 0 additions and 41 deletions

View File

@ -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;