summaryrefslogtreecommitdiff
path: root/sql/set_var.cc
diff options
context:
space:
mode:
authorMichael Widenius <monty@askmonty.org>2011-12-14 20:38:38 +0200
committerMichael Widenius <monty@askmonty.org>2011-12-14 20:38:38 +0200
commitdd3c7bbc1d0259a595207c2f92aa2bd33b231954 (patch)
treec2a5a7b0c5eeccb42e98c205e6242a2ab30cc81e /sql/set_var.cc
parentefb57a8ebf798eee816981488c901539ec9fcdad (diff)
parent511fd82b26bd581de99393a3962af432a835aa9f (diff)
downloadmariadb-git-dd3c7bbc1d0259a595207c2f92aa2bd33b231954.tar.gz
Merge
Diffstat (limited to 'sql/set_var.cc')
-rw-r--r--sql/set_var.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/set_var.cc b/sql/set_var.cc
index 12ec76327f4..028339319af 100644
--- a/sql/set_var.cc
+++ b/sql/set_var.cc
@@ -650,6 +650,7 @@ static sys_var_thd_enum sys_query_cache_type(&vars, "query_cache_type",
static sys_var_thd_bool
sys_query_cache_wlock_invalidate(&vars, "query_cache_wlock_invalidate",
&SV::query_cache_wlock_invalidate);
+static sys_var_bool_ptr sys_query_cache_strip_comments(&vars, "query_cache_strip_comments", &opt_query_cache_strip_comments);
#endif /* HAVE_QUERY_CACHE */
static sys_var_bool_ptr sys_secure_auth(&vars, "secure_auth", &opt_secure_auth);
static sys_var_const_str_ptr sys_secure_file_priv(&vars, "secure_file_priv",