summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorunknown <cmiller@zippy.cornsilk.net>2006-11-06 20:41:18 -0500
committerunknown <cmiller@zippy.cornsilk.net>2006-11-06 20:41:18 -0500
commit31a3edf1e27416ef32360a9c8ab4840f213d00f2 (patch)
tree8351eaf5c2f6649a3cd74d7e6c3c131683a1d403 /sql
parent8f8ee04b142220b667fee886b16c0156497410a9 (diff)
downloadmariadb-git-31a3edf1e27416ef32360a9c8ab4840f213d00f2.tar.gz
Fix after merge.
Diffstat (limited to 'sql')
-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 31adc033034..f887ba6a7cd 100644
--- a/sql/item_func.h
+++ b/sql/item_func.h
@@ -430,6 +430,7 @@ public:
my_decimal *decimal_op(my_decimal *);
const char *func_name() const { return "%"; }
void result_precision();
+ void fix_length_and_dec();
};