mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Cleaned up SSL documentation
Fixes for embedded server Made key_cache more configurable Fixed that one can change key blocksize in MyISAM A lot of optimizations to make MyISAM slightly faster
This commit is contained in:
@@ -40,7 +40,7 @@ my_bool myisam_concurrent_insert=0;
|
||||
#endif
|
||||
my_off_t myisam_max_extra_temp_length= MI_MAX_TEMP_LENGTH;
|
||||
my_off_t myisam_max_temp_length= MAX_FILE_SIZE;
|
||||
uint myisam_bulk_insert_tree_size=8192*1024;
|
||||
ulong myisam_bulk_insert_tree_size=8192*1024;
|
||||
|
||||
/* read_vec[] is used for converting between P_READ_KEY.. and SEARCH_ */
|
||||
/* Position is , == , >= , <= , > , < */
|
||||
|
||||
Reference in New Issue
Block a user