60
60
boost::mutex THR_LOCK_myisam;
62
62
static uint32_t myisam_key_cache_block_size= KEY_CACHE_BLOCK_SIZE;
66
63
static uint64_t max_sort_file_size;
67
64
typedef constrained_check<size_t, SIZE_MAX, 1024, 1024> sort_buffer_constraint;
68
65
static sort_buffer_constraint sort_buffer_size;
79
67
/*****************************************************************************
81
69
*****************************************************************************/