summaryrefslogtreecommitdiff
path: root/sql/mdl.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/mdl.h')
-rw-r--r--sql/mdl.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/sql/mdl.h b/sql/mdl.h
index 0eb8ebd0008..ee1c418eb74 100644
--- a/sql/mdl.h
+++ b/sql/mdl.h
@@ -982,14 +982,6 @@ extern "C" int thd_is_connected(MYSQL_THD thd);
/*
- Start-up parameter for the number of partitions of the hash
- containing all the MDL_lock objects and a constant for
- its default value.
-*/
-extern ulong mdl_locks_hash_partitions;
-static const ulong MDL_LOCKS_HASH_PARTITIONS_DEFAULT = 8;
-
-/*
Metadata locking subsystem tries not to grant more than
max_write_lock_count high-prio, strong locks successively,
to avoid starving out weak, low-prio locks.