diff options
author | unknown <ramil@mysql.com> | 2005-05-06 08:34:50 +0500 |
---|---|---|
committer | unknown <ramil@mysql.com> | 2005-05-06 08:34:50 +0500 |
commit | 97b7fbd4951536f31a0c2f3582316a10816becfe (patch) | |
tree | 6dfc0ea29309ef1a39fe91680d55a6e65b6df305 /include | |
parent | 5426d2efc74da13eee1a7f89e060114ffc7e2bf5 (diff) | |
parent | a3269ecf1c8fd5411467dc5b4e77cfdc1fffa6a8 (diff) | |
download | mariadb-git-97b7fbd4951536f31a0c2f3582316a10816becfe.tar.gz |
Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0
into mysql.com:/home/ram/work/5.0
BitKeeper/etc/logging_ok:
auto-union
Diffstat (limited to 'include')
-rw-r--r-- | include/decimal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/decimal.h b/include/decimal.h index 7b49841ca88..2648e04c1cf 100644 --- a/include/decimal.h +++ b/include/decimal.h @@ -39,7 +39,7 @@ int decimal2longlong(decimal_t *from, longlong *to); int longlong2decimal(longlong from, decimal_t *to); int decimal2double(decimal_t *from, double *to); int double2decimal(double from, decimal_t *to); -void decimal_optimize_fraction(decimal_t *from); +int decimal_actual_fraction(decimal_t *from); int decimal2bin(decimal_t *from, char *to, int precision, int scale); int bin2decimal(char *from, decimal_t *to, int precision, int scale); |