mirror of
https://github.com/MariaDB/server.git
synced 2026-04-26 10:15:29 +02:00
Type of the variables fixed.
sql/sql_expression_cache.cc: Type of the variable fixed. sql/sql_expression_cache.h: Type of the variable fixed.
This commit is contained in:
parent
b4d5f30a86
commit
a09e5f504a
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
|||
Expression cache is used only for caching subqueries now, so its statistic
|
||||
variables we call subquery_cache*.
|
||||
*/
|
||||
ulonglong subquery_cache_miss, subquery_cache_hit;
|
||||
ulong subquery_cache_miss, subquery_cache_hit;
|
||||
|
||||
Expression_cache_tmptable::Expression_cache_tmptable(THD *thd,
|
||||
List<Item*> &dependants,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue