mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Redefinition of myisam_bulk_insert_tree_size
Removed new error message Fixed test case for varbinary Threads are again killable in "merge_buffers" Cleanup of sql_repl.cc SHOW OPEN TABLES now works when no tables are opened
This commit is contained in:
@ -37,6 +37,7 @@ typedef struct st_sort_param {
|
||||
SORT_FIELD *local_sortorder;
|
||||
SORT_FIELD *end;
|
||||
uchar *unique_buff;
|
||||
bool not_killable;
|
||||
#ifdef USE_STRCOLL
|
||||
char* tmp_buffer;
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user