Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Apply clang-tidy to remove empty constructors / destructors | Vicențiu Ciorbaru | 2023-02-09 | 1 | -1/+1 |
* | MDEV-27653 long uniques don't work with unicode collations | Alexander Barkov | 2023-01-19 | 1 | -1/+19 |
* | MDEV-28846 Poor performance when rowid filter contains no elements | Igor Babaev | 2022-10-25 | 1 | -1/+1 |
* | Fix build without either ENABLED_DEBUG_SYNC or DBUG_OFF | Marko Mäkelä | 2022-09-23 | 1 | -0/+2 |
* | Reduce compilation dependencies on wsrep_mysqld.h | Daniele Sciascia | 2022-08-31 | 1 | -0/+3 |
* | Merge branch '10.3' into 10.4 | Oleksandr Byelkin | 2022-08-03 | 1 | -0/+2 |
|\ | |||||
| * | MDEV-27282 InnoDB: Failing assertion: !query->intersection | Thirunarayanan Balathandayuthapani | 2022-08-03 | 1 | -0/+2 |
* | | Merge branch '10.3' into 10.4 | Sergei Golubchik | 2022-05-08 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Merge branch '10.2' into 10.3 | Oleksandr Byelkin | 2022-05-03 | 1 | -1/+1 |
| |\ | |||||
| | * | MDEV-25317 Assertion `scale <= precision' failed in decimal_bin_size And Asse... | Alexey Botchkov | 2022-04-26 | 1 | -2/+4 |
* | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2022-04-21 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | MDEV-28267 ASAN heap-use-after-free in Item_sp::func_name_cstring | Alexander Barkov | 2022-04-09 | 1 | -1/+1 |
* | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2022-03-07 | 1 | -8/+6 |
|\ \ \ | |/ / | |||||
| * | | Merge 10.2 into 10.3 | Marko Mäkelä | 2022-03-04 | 1 | -8/+6 |
| |\ \ | | |/ | |||||
| | * | MDEV-27968 GCC 12 -Og -Wmaybe-uninitialized in udf_handler::fix_fields() | Marko Mäkelä | 2022-03-01 | 1 | -8/+6 |
| | * | fix clang build | Eugene Kosov | 2021-06-15 | 1 | -2/+0 |
* | | | Merge branch '10.3' into 10.4 | Oleksandr Byelkin | 2021-07-31 | 1 | -5/+11 |
|\ \ \ | |/ / | |||||
| * | | add const qualifiers to sys_var::value_ptr functions and fix const casts | Nikita Malyavin | 2021-07-27 | 1 | -5/+11 |
* | | | Fix all warnings given by UBSAN | Monty | 2021-04-20 | 1 | -23/+51 |
* | | | 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.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.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 mariadb-10.4.14 | Marko Mäkelä | 2020-08-10 | 1 | -5/+7 |
|\ \ \ \ | |||||
| * \ \ \ | 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-23032 FLOOR()/CEIL() incorrectly calculate the precision of a DECIMAL(M,... | Alexander Barkov | 2020-08-04 | 1 | -18/+47 |
|/ / / / | |||||
* | | | | 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 |
* | | | | 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 |
* | | | | 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 |
| | |\ \ | | | |/ |