Skip to content

Commit 9721437

Browse files
author
Alexander Nozdrin
committed
Postfix for Bug#37408 (fix for Bug#49898).
1 parent 97412d1 commit 9721437

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

storage/myisam/mi_static.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ my_off_t myisam_max_temp_length= MAX_FILE_SIZE;
4141
ulong myisam_bulk_insert_tree_size=8192*1024;
4242
ulong myisam_data_pointer_size=4;
4343
ulonglong myisam_mmap_size= SIZE_T_MAX, myisam_mmap_used= 0;
44-
pthread_mutex_t THR_LOCK_myisam_mmap;
4544

4645
static int always_valid(const char *filename __attribute__((unused)))
4746
{

0 commit comments

Comments
 (0)