Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 10.5 into 10.6 | Marko Mäkelä | 2022-03-29 | 1 | -9/+23 |
|\ | |||||
| * | Merge 10.4 into 10.5 | Marko Mäkelä | 2022-03-29 | 1 | -9/+23 |
| |\ | |||||
| | * | Merge 10.2 into 10.3 | Marko Mäkelä | 2022-03-29 | 1 | -9/+23 |
| | |\ | |||||
| | | * | MDEV-22742 UBSAN: Many overflow issues in strings/decimal.c - runtime error: ... | Alexey Botchkov | 2022-03-21 | 1 | -9/+23 |
* | | | | Added typedef decimal_digits_t (uint16) for number of digits in most | Monty | 2021-05-19 | 1 | -20/+30 |
|/ / / | |||||
* | | | Updated tests in decimal.c that match current API and usage | Monty | 2021-05-11 | 1 | -17/+18 |
|/ / | |||||
* | | Merge branch '10.2' into 10.3 | Sergei Golubchik | 2021-02-22 | 1 | -4/+59 |
|\ \ | |/ | |||||
| * | MDEV-24790 CAST('0e1111111111' AS DECIMAL(38,0)) returns a wrong result | Alexander Barkov | 2021-02-08 | 1 | -4/+59 |
* | | Merge 10.2 into 10.3 | Marko Mäkelä | 2020-08-10 | 1 | -0/+18 |
|\ \ | |/ | |||||
| * | Merge 10.1 into 10.2 | Marko Mäkelä | 2020-08-10 | 1 | -0/+18 |
| |\ | |||||
| | * | MDEV-23105 Cast number string with many leading zeros to decimal gives unexpe... | Alexander Barkov | 2020-08-05 | 1 | -0/+18 |
* | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2019-05-14 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge 10.1 into 10.2 | Marko Mäkelä | 2019-05-13 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Merge branch '5.5' into 10.1 | Vicențiu Ciorbaru | 2019-05-11 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Update FSF Address | Vicențiu Ciorbaru | 2019-05-11 | 1 | -1/+1 |
* | | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2018-11-06 | 1 | -16/+19 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 10.1 into 10.2 | Marko Mäkelä | 2018-11-06 | 1 | -16/+19 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch '5.5' into 10.0 | Sergei Golubchik | 2018-10-31 | 1 | -16/+19 |
| | |\ \ | | | |/ | |||||
| | | * | MDEV-17256 Decimal field multiplication bug.bb-5.5-hf | Alexey Botchkov | 2018-10-30 | 1 | -16/+19 |
| | * | | Merge branch '5.5' into 10.0 | Sergei Golubchik | 2016-12-09 | 1 | -0/+2 |
| | |\ \ | | | |/ | |||||
| | | * | str2decimal: don't return a negative zero | Sergei Golubchik | 2016-12-05 | 1 | -0/+2 |
| | | * | MDEV-7973 bigint fail with gcc 5.0 | Sergei Golubchik | 2016-07-06 | 1 | -0/+4 |
* | | | | Add likely/unlikely to speed up execution | Monty | 2018-05-07 | 1 | -2/+2 |
* | | | | Misc. typos | luz.paz | 2018-04-05 | 1 | -2/+2 |
* | | | | Merge bb-10.2-ext into 10.3 | Marko Mäkelä | 2018-03-13 | 1 | -0/+6 |
|\ \ \ \ | |/ / / | |||||
| * | | | MDEV-15420 Wrong result for CAST from TIME or DATETIME with zero integer part... | Alexander Barkov | 2018-02-25 | 1 | -0/+6 |
* | | | | Make possible to use clang on Windows (clang-cl) | Vladislav Vaintroub | 2018-02-20 | 1 | -2/+2 |
* | | | | Minor spelling fixes in code comments, docs and output | Otto Kekäläinen | 2018-01-12 | 1 | -1/+1 |
|/ / / | |||||
* | | | str2decimal: don't return a negative zero | Sergei Golubchik | 2016-06-30 | 1 | -0/+2 |
* | | | ull2dec: exact calculation of the precision | Sergei Golubchik | 2016-06-30 | 1 | -2/+1 |
* | | | parse negative numbers into one item | Sergei Golubchik | 2016-06-30 | 1 | -1/+2 |
* | | | General spell fixing in comments and strings | Otto Kekäläinen | 2016-06-08 | 1 | -2/+2 |
* | | | Adding "const" qualifier to the argument of decimal_actual_fraction(). | Alexander Barkov | 2016-01-14 | 1 | -1/+1 |
|/ / | |||||
* | | Merge branch '5.5' into 10.0 | Sergei Golubchik | 2015-12-13 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | MDEV-8407 Numeric errors, server crash with COLUMN_JSON() on DECIMAL with pre... | Oleksandr Byelkin | 2015-12-10 | 1 | -1/+2 |
* | | MDEV-7973 bigint fail with gcc 5.0 | Sergei Golubchik | 2015-05-04 | 1 | -0/+4 |
* | | 5.5.40+ merge | Sergei Golubchik | 2014-10-09 | 1 | -4/+8 |
|\ \ | |/ | |||||
| * | decimal: *correct* implementation of ROUND_UP at last | Sergei Golubchik | 2014-10-08 | 1 | -1/+1 |
| * | fixes for decimal type | Sergei Golubchik | 2014-10-07 | 1 | -1/+5 |
| * | mysql-5.5.40 | Sergei Golubchik | 2014-10-06 | 1 | -3/+3 |
| |\ | |||||
| | * | Bug#18469276: MOD FOR SMALL DECIMALS FAILS | Chaithra Reddy | 2014-07-03 | 1 | -2/+2 |
* | | | MDEV-5858 MySQL Bug#12744991 - DECIMAL_ROUND(X,D) GIVES WRONG RESULTS WHEN D ... | Sergei Golubchik | 2014-03-20 | 1 | -18/+19 |
* | | | MDEV-5314 - Compiling fails on OSX using clang | Sergey Vojtovich | 2014-02-19 | 1 | -2/+2 |
* | | | 10.0-monty merge | Sergei Golubchik | 2013-07-21 | 1 | -24/+24 |
|\ \ \ | |||||
| * | | | Temporary commit of 10.0-merge | Michael Widenius | 2013-03-26 | 1 | -24/+24 |
* | | | | 5.5 merge | Sergei Golubchik | 2013-07-17 | 1 | -1/+1 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | mysql-5.5.32 merge | Sergei Golubchik | 2013-07-16 | 1 | -1/+1 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Fix for Bug 16395495 - OLD FSF ADDRESS IN GPL HEADER | Murthy Narkedimilli | 2013-03-19 | 1 | -1/+1 |
* | | | | 5.5 merge | Sergei Golubchik | 2013-06-06 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | mysql-5.5.31 merge | Sergei Golubchik | 2013-05-07 | 1 | -2/+2 |
| |\ \ \ | | |/ / |