mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03: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:
@ -12,7 +12,7 @@
|
||||
constructed. That's why they are not visible in this interface.
|
||||
*/
|
||||
|
||||
extern ulonglong subquery_cache_miss, subquery_cache_hit;
|
||||
extern ulong subquery_cache_miss, subquery_cache_hit;
|
||||
|
||||
class Expression_cache :public Sql_alloc
|
||||
{
|
||||
|
Reference in New Issue
Block a user