1
0
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:
bar@bar.mysql.r18.ru
2003-01-30 11:15:14 +04:00
parent 0420f6914e
commit 9a837a873e
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;