diff options
author | cmiller@zippy.cornsilk.net <> | 2006-11-06 20:41:18 -0500 |
---|---|---|
committer | cmiller@zippy.cornsilk.net <> | 2006-11-06 20:41:18 -0500 |
commit | 19cb3d3bf744b2ec1af2eaddfe91ba1c96dc0bd6 (patch) | |
tree | 8351eaf5c2f6649a3cd74d7e6c3c131683a1d403 /sql | |
parent | 40170fbf58c84f9a5186adcb418ffa7b83104ae3 (diff) | |
download | mariadb-git-19cb3d3bf744b2ec1af2eaddfe91ba1c96dc0bd6.tar.gz |
Fix after merge.
Diffstat (limited to 'sql')
-rw-r--r-- | sql/item_func.h | 1 |
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(); }; |