diff options
Diffstat (limited to 'include/heap.h')
-rw-r--r-- | include/heap.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/heap.h b/include/heap.h index ca6efa48f1b..b734f8ae88d 100644 --- a/include/heap.h +++ b/include/heap.h @@ -153,7 +153,6 @@ typedef struct st_heap_share char * name; /* Name of "memory-file" */ time_t create_time; THR_LOCK lock; - mysql_mutex_t intern_lock; /* Locking for use with _locking */ my_bool delete_on_close; my_bool internal; /* Internal temporary table */ LIST open_list; |