summaryrefslogtreecommitdiff
path: root/sql/sql_udf.h
diff options
context:
space:
mode:
authorunknown <hf@deer.(none)>2005-02-09 02:50:45 +0400
committerunknown <hf@deer.(none)>2005-02-09 02:50:45 +0400
commitc346d5c36aad584ef87d22f0cabfd19c350de48f (patch)
tree9631c72d46b0fd08479ad02de00e5846cd339cda /sql/sql_udf.h
parent61e36a967b46dcc37d0cff1deaf9e775244fb756 (diff)
downloadmariadb-git-c346d5c36aad584ef87d22f0cabfd19c350de48f.tar.gz
Precision Math implementation
BitKeeper/etc/ignore: Added client/decimal.c client/my_decimal.cc client/my_decimal.h to the ignore list
Diffstat (limited to 'sql/sql_udf.h')
-rw-r--r--sql/sql_udf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_udf.h b/sql/sql_udf.h
index d1f99a6d232..51ea6d4d627 100644
--- a/sql/sql_udf.h
+++ b/sql/sql_udf.h
@@ -103,6 +103,7 @@ class udf_handler :public Sql_alloc
*null_value=0;
return tmp;
}
+ my_decimal *val_decimal(my_bool *null_value, my_decimal *dec_buf);
void clear()
{
is_null= 0;