diff options
author | holyfoot/hf@mysql.com/hfmain.(none) <> | 2007-05-11 20:56:22 +0500 |
---|---|---|
committer | holyfoot/hf@mysql.com/hfmain.(none) <> | 2007-05-11 20:56:22 +0500 |
commit | 17265468aca17b5f54a84733527b8afad78be729 (patch) | |
tree | 3513d393c844e574dd5870f2d71444e6a3456124 /sql/my_decimal.h | |
parent | 069314eaf36e8a6ab92d9eebae5d75b56d1e84b9 (diff) | |
download | mariadb-git-17265468aca17b5f54a84733527b8afad78be729.tar.gz |
merging fixes
Diffstat (limited to 'sql/my_decimal.h')
-rw-r--r-- | sql/my_decimal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/my_decimal.h b/sql/my_decimal.h index b19d6e40cb4..9558b00f0cf 100644 --- a/sql/my_decimal.h +++ b/sql/my_decimal.h @@ -395,6 +395,7 @@ int my_decimal_intg(const my_decimal *a) } +inline void my_decimal_trim(ulong *precision, uint *scale) { if (!(*precision) && !(*scale)) |