Skip to content

Commit 01cfb57

Browse files
author
Satya B
committed
Bug#49898 - Fix for bug#37408 introduces a linker error
the declaration of THR_LOCK_myisam_mmap in mi_static is redundant as it accessible via the extern declaration in include/myisam.h
1 parent 60d93c6 commit 01cfb57

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)