summaryrefslogtreecommitdiff
path: root/sql/sql_expression_cache.h
diff options
context:
space:
mode:
authorunknown <sanja@askmonty.org>2010-10-27 06:03:59 +0300
committerunknown <sanja@askmonty.org>2010-10-27 06:03:59 +0300
commita09e5f504ae75ce40eb7cfd568709f55ec6b3764 (patch)
tree22ac3e3c3c1decc7a458720fc26698b3f03aeb1e /sql/sql_expression_cache.h
parentb4d5f30a869857d532af0200fdb2204213c51f58 (diff)
downloadmariadb-git-a09e5f504ae75ce40eb7cfd568709f55ec6b3764.tar.gz
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.
Diffstat (limited to 'sql/sql_expression_cache.h')
-rw-r--r--sql/sql_expression_cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_expression_cache.h b/sql/sql_expression_cache.h
index d74e9f49178..88f71e0cf32 100644
--- a/sql/sql_expression_cache.h
+++ b/sql/sql_expression_cache.h
@@ -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
{