diff options
author | Vladislav Vaintroub <wlad@mariadb.com> | 2017-09-28 12:21:16 +0000 |
---|---|---|
committer | Vladislav Vaintroub <wlad@mariadb.com> | 2017-09-28 17:20:46 +0000 |
commit | ccf21c99623caa8596ed2eecc72dcb039ef0ef54 (patch) | |
tree | 34208e6b16e2140a0898c5e6282806cdb8a946ae /sql/item_sum.h | |
parent | 7354dc67737fdeb105656f5cec055da627bb9c29 (diff) | |
download | mariadb-git-ccf21c99623caa8596ed2eecc72dcb039ef0ef54.tar.gz |
fix some conversion warnings
Diffstat (limited to 'sql/item_sum.h')
-rw-r--r-- | sql/item_sum.h | 2 |
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: |