summaryrefslogtreecommitdiff
path: root/sql/item_func.h
diff options
context:
space:
mode:
authorIgor Babaev <igor@askmonty.org>2009-11-09 18:32:39 -0800
committerIgor Babaev <igor@askmonty.org>2009-11-09 18:32:39 -0800
commit32610c93802b12fe6e3232fe0409bb91add8a1d4 (patch)
tree152399c01e2cfe90637108d45146c48d9f4d6904 /sql/item_func.h
parentc0cc3e7014b16023a0e7af3e0441f69d93a4e816 (diff)
parent0d707fdf8f28a9293fe5c6b0437c42547675a5e8 (diff)
downloadmariadb-git-32610c93802b12fe6e3232fe0409bb91add8a1d4.tar.gz
Merge
Diffstat (limited to 'sql/item_func.h')
-rw-r--r--sql/item_func.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/item_func.h b/sql/item_func.h
index 8231963dfd8..46ca2187558 100644
--- a/sql/item_func.h
+++ b/sql/item_func.h
@@ -1431,6 +1431,7 @@ public:
table_map used_tables() const
{ return const_item() ? 0 : RAND_TABLE_BIT; }
bool eq(const Item *item, bool binary_cmp) const;
+ uint decimal_precision() const;
private:
bool set_value(THD *thd, sp_rcontext *ctx, Item **it);