summaryrefslogtreecommitdiff
path: root/include/decimal.h
Commit message (Expand)AuthorAgeFilesLines
* Added typedef decimal_digits_t (uint16) for number of digits in mostMonty2021-05-191-12/+16
* Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
|\
| * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| |\
| | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
* | | Adding "const" qualifier to the argument of decimal_actual_fraction().Alexander Barkov2016-01-141-1/+1
|/ /
* | remove unneded #include's that had a dubious explanationSergei Golubchik2015-10-241-0/+8
|/
* mysql-5.5.18 mergeSergei Golubchik2011-11-031-2/+11
|\
| * 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
| |\ \ | | |/
* | | merge with 5.3Sergei Golubchik2011-10-191-3/+3
|\ \ \ | |/ / |/| |
| * | Adding support for Dynamic columns (WL#34):Michael Widenius2011-05-081-6/+6
| |/
* | 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 ...unknown2007-05-101-2/+2
* Merge mysql.com:/home/kent/bk/main/mysql-5.0unknown2006-12-231-2/+1
|\
| * Many files:unknown2006-12-231-2/+1
* | Bug#16172 DECIMAL data type processed incorrectlyunknown2006-08-081-0/+1
|/
* A lot of fixes to Precision mathunknown2005-05-051-1/+1
* Rename decimal -> decimal_t, decimal_digit -> decimal_digit_tunknown2005-03-211-27/+30
* Fixed BUILD script to use --with-berkeley-db instead of --with-bdbunknown2005-02-191-4/+9
* Precision Math implementationunknown2005-02-091-2/+7
* Merge with new VARCHAR codeunknown2004-12-061-2/+0
|\
| * Add support for up to VARCHAR (size up to 65535)unknown2004-12-061-2/+0
* | int decimal_is_zero(decimal *from);unknown2004-12-061-7/+1
|/
* take into accound end \0 in decimal_string_sizeunknown2004-11-031-2/+2
* error codes chaged to bitmap (for easier testing with masks)unknown2004-11-031-4/+7
* new round mode - half_upunknown2004-10-311-2/+2
* small optimizationunknown2004-10-311-1/+1
* new api per hf request:unknown2004-10-291-1/+22
* decimal_cmp()unknown2004-10-201-0/+1
* decimal to/from bin, and utility functionsunknown2004-10-191-15/+24
* arbitrary precision decimal numbersunknown2004-10-181-0/+68