Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 10.4 into 10.5 | Marko Mäkelä | 2020-11-03 | 1 | -1/+2 |
|\ | |||||
| * | Merge 10.3 into 10.4 | Marko Mäkelä | 2020-11-03 | 1 | -4/+5 |
| |\ | |||||
| | * | Merge 10.2 into 10.3 | Marko Mäkelä | 2020-11-02 | 1 | -1/+2 |
| | |\ | |||||
| | | * | MDEV-22387: Do not violate __attribute__((nonnull)) | Marko Mäkelä | 2020-11-02 | 1 | -1/+2 |
* | | | | Merge branch '10.4' into 10.5 | Oleksandr Byelkin | 2020-11-01 | 1 | -3/+3 |
|\ \ \ \ | |||||
| * \ \ \ | Merge branch '10.3' into 10.4 | Oleksandr Byelkin | 2020-10-31 | 1 | -3/+3 |
| |\ \ \ \ | | |/ / / | |/| / / | | |/ / | |||||
| | * | | Merge branch '10.2' into 10.3 | Oleksandr Byelkin | 2020-10-30 | 1 | -2/+2 |
| | |\ \ | | | |/ | |||||
| | | * | Merge branch '10.1' into 10.2 | Oleksandr Byelkin | 2020-10-29 | 1 | -2/+0 |
| | | |\ | |||||
| | | | * | MDEV-23702 calculating(auto rounding) issue | Sergei Golubchik | 2020-10-29 | 1 | -2/+0 |
| | | * | | Merge branch '10.1' into 10.2 | Oleksandr Byelkin | 2020-10-28 | 1 | -0/+2 |
| | | |\ \ | | | | |/ | |||||
* | | | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2020-10-30 | 1 | -2/+1 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2020-10-29 | 1 | -2/+1 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2020-10-28 | 1 | -2/+1 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | precedence bugfixing | Sergei Golubchik | 2020-10-23 | 1 | -2/+1 |
* | | | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2020-08-10 | 1 | -18/+37 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge mariadb-10.4.14 | Marko Mäkelä | 2020-08-10 | 1 | -5/+7 |
| |\ \ \ \ | |||||
| * | | | | | MDEV-23032 FLOOR()/CEIL() incorrectly calculate the precision of a DECIMAL(M,... | Alexander Barkov | 2020-08-04 | 1 | -18/+47 |
* | | | | | | Merge branch '10.4' into 10.5 | Oleksandr Byelkin | 2020-08-04 | 1 | -45/+50 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | Merge branch '10.3' into 10.4 | Oleksandr Byelkin | 2020-08-03 | 1 | -5/+7 |
| |\ \ \ \ \ | | |/ / / / | |/| / / / | | |/ / / | |||||
| | * | | | Merge branch '10.2' into 10.3 | Oleksandr Byelkin | 2020-08-03 | 1 | -4/+6 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Merge branch '10.1' into 10.2 | Oleksandr Byelkin | 2020-08-02 | 1 | -6/+8 |
| | | |\ \ | | | | |/ | |||||
| | | | * | Code comment spellfixes | Ian Gilfillan | 2020-07-22 | 1 | -7/+7 |
| | | | * | MDEV-19232: Floating point precision / value comparison problem | Varun Gupta | 2020-07-22 | 1 | -0/+2 |
| * | | | | MDEV-23366 ROUND(18446744073709551615,rand()*0) returns a wrong result | Alexander Barkov | 2020-08-03 | 1 | -46/+41 |
| * | | | | MDEV-23368 ROUND(18446744073709551615,-11) returns a wrong result | Alexander Barkov | 2020-08-02 | 1 | -3/+10 |
| * | | | | MDEV-23350 ROUND(bigint_22_or_longer) returns a wrong data type | Alexander Barkov | 2020-08-02 | 1 | -1/+2 |
* | | | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2020-08-01 | 1 | -12/+100 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | MDEV-23351 Rounding functions return wrong data types for DATE input | Alexander Barkov | 2020-07-31 | 1 | -3/+6 |
| * | | | | MDEV-23337 Rounding functions create a wrong data type for integer input | Alexander Barkov | 2020-07-31 | 1 | -6/+44 |
| * | | | | MDEV-23323 Rounding functions return a wrong data type for a BIT, ENUM, SET a... | Alexander Barkov | 2020-07-30 | 1 | -2/+6 |
| * | | | | MDEV-23320 Hex hybrid constants 0xHHHH work badly in rounding functions | Alexander Barkov | 2020-07-29 | 1 | -1/+3 |
| * | | | | MDEV-23311 CEILING() and FLOOR() convert temporal input to numbers, unlike RO... | Alexander Barkov | 2020-07-28 | 1 | -5/+46 |
* | | | | | Cleanup's and more DBUG_PRINT's | Monty | 2020-06-19 | 1 | -5/+9 |
* | | | | | MDEV-16470: switch off user variables (and fixes of its support)bb-10.5-MDEV-22550 | Oleksandr Byelkin | 2020-06-12 | 1 | -0/+2 |
* | | | | | MDEV-20305 Data loss on DOUBLE and DECIMAL conversion to INT | Alexander Barkov | 2020-06-06 | 1 | -39/+148 |
* | | | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2020-05-18 | 1 | -0/+11 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2020-05-16 | 1 | -0/+11 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge remote-tracking branch 'origin/10.2' into 10.3 | Alexander Barkov | 2020-05-14 | 1 | -0/+2 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Merge remote-tracking branch 'origin/10.1' into 10.2 | Alexander Barkov | 2020-05-14 | 1 | -0/+2 |
| | | |\ \ | | | | |/ | |||||
| | | | * | MDEV-22502 MDB crashes in CREATE TABLE AS SELECT when the precision of return... | Alexander Barkov | 2020-05-14 | 1 | -0/+2 |
| | * | | | Merge remote-tracking branch 'origin/10.2' into 10.3 | Alexander Barkov | 2020-05-14 | 1 | -0/+9 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Merge remote-tracking branch 'origin/10.1' into 10.2 | Alexander Barkov | 2020-05-14 | 1 | -0/+3 |
| | | |\ \ | | | | |/ | |||||
| | | | * | MDEV-22503 MDB limits DECIMAL column precision to 16 doing CTAS with floor/ce... | Alexander Barkov | 2020-05-14 | 1 | -0/+3 |
* | | | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2020-04-29 | 1 | -10/+11 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2020-04-27 | 1 | -11/+12 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2020-04-27 | 1 | -11/+12 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Merge 10.1 into 10.2 | Marko Mäkelä | 2020-04-27 | 1 | -11/+12 |
| | | |\ \ | | | | |/ | |||||
| | | | * | MDEV-22203: WSREP_ON is unnecessarily expensive to evaluate | Marko Mäkelä | 2020-04-27 | 1 | -11/+12 |
* | | | | | Updated optimizer costs in multi_range_read_info_const() and sql_select.cc | Monty | 2020-03-27 | 1 | -1/+1 |
* | | | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2020-03-21 | 1 | -23/+10 |
|\ \ \ \ \ | |/ / / / |