summaryrefslogtreecommitdiff
path: root/include/decimal.h
Commit message (Expand)AuthorAgeFilesLines
* merge 5.1 => 5.5Tor Didriksen2011-08-291-0/+9
|\
| * BUG#12911710 - VALGRIND FAILURE IN ROW-DEBUG:PERFSCHEMA.SOCKET_SUMMARY_BY_INS...Tor Didriksen2011-08-291-0/+9
* | Updated/added copyright headersKent Boortz2011-06-301-2/+2
|\ \ | |/
* | Bug #11792200 - DIVIDING LARGE NUMBERS CAUSES STACK CORRUPTIONSTor Didriksen2011-03-031-11/+11
|/
* WL#3817: Simplify string / memory area types and make things more consistent ...monty@mysql.com/narttu.mysql.fi2007-05-101-2/+2
* Merge mysql.com:/home/kent/bk/main/mysql-5.0kent@kent-amd64.(none)2006-12-231-2/+1
|\
| * Many files:kent@mysql.com/kent-amd64.(none)2006-12-231-2/+1
* | Bug#16172 DECIMAL data type processed incorrectlygluh@mysql.com/gluh.(none)2006-08-081-0/+1
|/
* A lot of fixes to Precision mathholyfoot@hf-ibm.(none)2005-05-051-1/+1
* Rename decimal -> decimal_t, decimal_digit -> decimal_digit_tkonstantin@mysql.com2005-03-211-27/+30
* Fixed BUILD script to use --with-berkeley-db instead of --with-bdbmonty@mysql.com2005-02-191-4/+9
* Precision Math implementationhf@deer.(none)2005-02-091-2/+7
* Merge with new VARCHAR codemonty@mysql.com2004-12-061-2/+0
|\
| * Add support for up to VARCHAR (size up to 65535)monty@mysql.com2004-12-061-2/+0
* | int decimal_is_zero(decimal *from);serg@serg.mylan2004-12-061-7/+1
|/
* take into accound end \0 in decimal_string_sizeserg@serg.mylan2004-11-031-2/+2
* error codes chaged to bitmap (for easier testing with masks)serg@serg.mylan2004-11-031-4/+7
* new round mode - half_upserg@serg.mylan2004-10-311-2/+2
* small optimizationserg@serg.mylan2004-10-311-1/+1
* new api per hf request:serg@serg.mylan2004-10-291-1/+22
* decimal_cmp()serg@serg.mylan2004-10-201-0/+1
* decimal to/from bin, and utility functionsserg@serg.mylan2004-10-191-15/+24
* arbitrary precision decimal numbersserg@serg.mylan2004-10-181-0/+68