diff options
author | Alexander Nozdrin <alik@sun.com> | 2009-11-06 17:20:27 +0300 |
---|---|---|
committer | Alexander Nozdrin <alik@sun.com> | 2009-11-06 17:20:27 +0300 |
commit | 2ca5b2c7916fe5312617aa992d5292e724af75f0 (patch) | |
tree | 3fcae3d99a56ba99d825ae4457901d49e4b474e3 /sql/item_func.h | |
parent | 7a90f041cc3b6db8600e9469cab6d436653552ec (diff) | |
parent | 26fc5583196f7b88256cb733be033757a0517266 (diff) | |
download | mariadb-git-2ca5b2c7916fe5312617aa992d5292e724af75f0.tar.gz |
Manual merge from mysql-trunk-merge.
Diffstat (limited to 'sql/item_func.h')
-rw-r--r-- | sql/item_func.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/item_func.h b/sql/item_func.h index 628878bcaed..6f2b3f0bfc2 100644 --- a/sql/item_func.h +++ b/sql/item_func.h @@ -1396,7 +1396,6 @@ 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); |