summaryrefslogtreecommitdiff
path: root/sql/sql_class.h
diff options
context:
space:
mode:
authorbell@sanja.is.com.ua <>2004-03-04 18:32:55 +0200
committerbell@sanja.is.com.ua <>2004-03-04 18:32:55 +0200
commitd03034d3062f528266ac4853ab2f2ba17f01dfdb (patch)
treef122123efc8dd764d21d073a89045021aecd2992 /sql/sql_class.h
parentf8345cc6171edd0cbe78900975b16ed8d77f67d3 (diff)
downloadmariadb-git-d03034d3062f528266ac4853ab2f2ba17f01dfdb.tar.gz
invalidation of locking for write tables (BUG#2693)
fixed linking query_prealloc_size to query cache presence
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r--sql/sql_class.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h
index d96c6bb53cc..85724e7c83f 100644
--- a/sql/sql_class.h
+++ b/sql/sql_class.h
@@ -336,6 +336,7 @@ struct system_variables
my_bool log_warnings;
my_bool low_priority_updates;
my_bool new_mode;
+ my_bool query_cache_wlock_invalidate;
CONVERT *convert_set;
};