diff options
author | Ramil Kalimullin <ramil@mysql.com> | 2009-03-25 23:41:16 +0400 |
---|---|---|
committer | Ramil Kalimullin <ramil@mysql.com> | 2009-03-25 23:41:16 +0400 |
commit | 6379cc00bb14d5c94549781c4e071a53ec9abd90 (patch) | |
tree | 7aa34f58ecccff62834f2f5bd96104233a64261f /sql/sql_class.h | |
parent | bafe7f60c64a603e5eafc9ae06fe5b35421e298a (diff) | |
parent | 63821b173dc937bfdac4937ebf18141aa7fbd4bd (diff) | |
download | mariadb-git-6379cc00bb14d5c94549781c4e071a53ec9abd90.tar.gz |
Manual merge.
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r-- | sql/sql_class.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h index 148e4b86e9e..ce4524fb982 100644 --- a/sql/sql_class.h +++ b/sql/sql_class.h @@ -1775,6 +1775,9 @@ public: sp_cache *sp_proc_cache; sp_cache *sp_func_cache; + /** number of name_const() substitutions, see sp_head.cc:subst_spvars() */ + uint query_name_consts; + /* If we do a purge of binary logs, log index info of the threads that are currently reading it needs to be adjusted. To do that |