summaryrefslogtreecommitdiff
path: root/myisam
diff options
context:
space:
mode:
authorSatya B <satya.bn@sun.com>2009-12-24 12:02:29 +0530
committerSatya B <satya.bn@sun.com>2009-12-24 12:02:29 +0530
commit01cfb57fae2c7601ce5ec74432cb9e3659129517 (patch)
tree48a7142569b9cf3abf57dce4505f9b69f819336b /myisam
parent60d93c69f6869ab230a9c5764cc0f17c6075b398 (diff)
downloadmariadb-git-01cfb57fae2c7601ce5ec74432cb9e3659129517.tar.gz
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
Diffstat (limited to 'myisam')
-rw-r--r--myisam/mi_static.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/myisam/mi_static.c b/myisam/mi_static.c
index b6464e452d7..f75ede48828 100644
--- a/myisam/mi_static.c
+++ b/myisam/mi_static.c
@@ -41,7 +41,6 @@ my_off_t myisam_max_temp_length= MAX_FILE_SIZE;
ulong myisam_bulk_insert_tree_size=8192*1024;
ulong myisam_data_pointer_size=4;
ulonglong myisam_mmap_size= SIZE_T_MAX, myisam_mmap_used= 0;
-pthread_mutex_t THR_LOCK_myisam_mmap;
static int always_valid(const char *filename __attribute__((unused)))
{