summaryrefslogtreecommitdiff
path: root/sql/item_sum.h
diff options
context:
space:
mode:
authorVladislav Vaintroub <wlad@mariadb.com>2017-09-28 12:21:16 +0000
committerVladislav Vaintroub <wlad@mariadb.com>2017-09-28 17:20:46 +0000
commitccf21c99623caa8596ed2eecc72dcb039ef0ef54 (patch)
tree34208e6b16e2140a0898c5e6282806cdb8a946ae /sql/item_sum.h
parent7354dc67737fdeb105656f5cec055da627bb9c29 (diff)
downloadmariadb-git-ccf21c99623caa8596ed2eecc72dcb039ef0ef54.tar.gz
fix some conversion warnings
Diffstat (limited to 'sql/item_sum.h')
-rw-r--r--sql/item_sum.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_sum.h b/sql/item_sum.h
index 852df778087..0c655ded153 100644
--- a/sql/item_sum.h
+++ b/sql/item_sum.h
@@ -382,7 +382,7 @@ protected:
*/
Item **orig_args, *tmp_orig_args[2];
- static ulonglong ram_limitation(THD *thd);
+ static size_t ram_limitation(THD *thd);
public: