diff options
author | Sergey Vojtovich <svoj@mariadb.org> | 2015-02-26 13:11:30 +0400 |
---|---|---|
committer | Sergey Vojtovich <svoj@mariadb.org> | 2015-03-04 13:34:52 +0400 |
commit | 903160ef5937daab0b13c534e0704be428efb0f0 (patch) | |
tree | ce54c3c5bba2cf394b122337cbefe610126913b4 /mysql-test/r/mysqld--help.result | |
parent | 87b0cc99123e5d6923c77ac3e08c4e9ed0d4d769 (diff) | |
download | mariadb-git-903160ef5937daab0b13c534e0704be428efb0f0.tar.gz |
MDEV-6089 - MySQL WL#7305 "Improve MDL scalability by using lock-free hash"
Removed MDL objects cache. Won't be needed when this MDEV is implemented.
Diffstat (limited to 'mysql-test/r/mysqld--help.result')
-rw-r--r-- | mysql-test/r/mysqld--help.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/mysqld--help.result b/mysql-test/r/mysqld--help.result index 1a6897d4de2..c4a1169d384 100644 --- a/mysql-test/r/mysqld--help.result +++ b/mysql-test/r/mysqld--help.result @@ -452,7 +452,7 @@ The following options may be given as the first argument: in between --memlock Lock mysqld in memory. --metadata-locks-cache-size=# - Size of unused metadata locks cache + Unused --metadata-locks-hash-instances=# Number of metadata locks hash instances --min-examined-row-limit=# |