mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Precision Math implementation
BitKeeper/etc/ignore: Added client/decimal.c client/my_decimal.cc client/my_decimal.h to the ignore list
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user