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 | 7bdc4a260a84d69bd83df1eb71096ec45a6833e7 (patch) | |
tree | 7aa34f58ecccff62834f2f5bd96104233a64261f /sql/sql_class.h | |
parent | 461f754c71b23dc65d45c64473f444f06f157ab3 (diff) | |
parent | 301ac2da2f3d424e56e9ea0117b69d7bd3b26a1d (diff) | |
download | mariadb-git-7bdc4a260a84d69bd83df1eb71096ec45a6833e7.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 |