summaryrefslogtreecommitdiff
path: root/storage/tokudb/tokudb_sysvars.cc
diff options
context:
space:
mode:
authorOleksandr Byelkin <sanja@mariadb.com>2019-01-24 17:31:13 +0100
committerOleksandr Byelkin <sanja@mariadb.com>2019-01-24 17:31:13 +0100
commit13802fef831790c4b63a3ddbf96e516eff422464 (patch)
tree0bca22fe26dbf61d2e0bade4214b82f2d05c15db /storage/tokudb/tokudb_sysvars.cc
parenta816eac92ac2381e1b9cd4d655e733bdeafb173e (diff)
downloadmariadb-git-13802fef831790c4b63a3ddbf96e516eff422464.tar.gz
5.6.42-84.2
Diffstat (limited to 'storage/tokudb/tokudb_sysvars.cc')
-rw-r--r--storage/tokudb/tokudb_sysvars.cc14
1 files changed, 7 insertions, 7 deletions
diff --git a/storage/tokudb/tokudb_sysvars.cc b/storage/tokudb/tokudb_sysvars.cc
index e8e9f908275..d1f58d012ec 100644
--- a/storage/tokudb/tokudb_sysvars.cc
+++ b/storage/tokudb/tokudb_sysvars.cc
@@ -662,13 +662,13 @@ static MYSQL_THDVAR_ULONGLONG(
~0ULL,
1);
-static MYSQL_THDVAR_STR(
- last_lock_timeout,
- PLUGIN_VAR_MEMALLOC,
- "last lock timeout",
- NULL,
- NULL,
- NULL);
+static MYSQL_THDVAR_STR(last_lock_timeout,
+ PLUGIN_VAR_MEMALLOC | PLUGIN_VAR_NOCMDOPT |
+ PLUGIN_VAR_READONLY,
+ "last lock timeout",
+ NULL,
+ NULL,
+ NULL);
static MYSQL_THDVAR_BOOL(
load_save_space,