We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97412d1 commit 9721437Copy full SHA for 9721437
storage/myisam/mi_static.c
@@ -41,7 +41,6 @@ my_off_t myisam_max_temp_length= MAX_FILE_SIZE;
41
ulong myisam_bulk_insert_tree_size=8192*1024;
42
ulong myisam_data_pointer_size=4;
43
ulonglong myisam_mmap_size= SIZE_T_MAX, myisam_mmap_used= 0;
44
-pthread_mutex_t THR_LOCK_myisam_mmap;
45
46
static int always_valid(const char *filename __attribute__((unused)))
47
{
0 commit comments