Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'origin/10.4' into 10.5 | Alexander Barkov | 2023-04-05 | 1 | -1/+1 |
|\ | |||||
* \ | Merge remote-tracking branch '10.4' into 10.5 | Oleksandr Byelkin | 2023-03-31 | 1 | -42/+14 |
|\ \ | |/ | |||||
| * | MDEV-30706 Different results of selects from view and CTE with same definition | Igor Babaev | 2023-03-02 | 1 | -7/+9 |
| * | MDEV-30746 Regression in ucs2_general_mysql500_ci | Alexander Barkov | 2023-03-01 | 1 | -35/+5 |
* | | Merge 10.4 into 10.5 | Marko Mäkelä | 2023-02-10 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Apply clang-tidy to remove empty constructors / destructors | Vicențiu Ciorbaru | 2023-02-09 | 1 | -1/+1 |
* | | Merge branch '10.4' into 10.5 | Oleksandr Byelkin | 2023-01-27 | 1 | -1/+16 |
|\ \ | |/ | |||||
| * | MDEV-27653 long uniques don't work with unicode collations | Alexander Barkov | 2023-01-19 | 1 | -1/+16 |
* | | Merge 10.4 into 10.5 | Marko Mäkelä | 2023-01-13 | 1 | -1/+4 |
|\ \ | |/ | |||||
| * | Merge branch '10.3' into 10.4 | Sergei Golubchik | 2023-01-10 | 1 | -1/+4 |
| |\ | |||||
| | * | MDEV-29988: Major performance regression with 10.6.11 | Dmitry Shulga | 2023-01-02 | 1 | -1/+4 |
* | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2022-12-13 | 1 | -5/+15 |
|\ \ \ | |/ / | |||||
| * | | Merge 10.3 into 10.4 | Marko Mäkelä | 2022-12-13 | 1 | -5/+15 |
| |\ \ | | |/ | |||||
| | * | try harder to reject not strictly deterministic vcols in indexes/stored | Sergei Golubchik | 2022-12-02 | 1 | -1/+8 |
| | * | MDEV-30016 Virtual columns do not support autoincrement columns | Sergei Golubchik | 2022-12-02 | 1 | -1/+3 |
| | * | Safety fix | Monty | 2022-11-29 | 1 | -3/+4 |
| * | | MDEV-19190 Assertion `...auto_inc_initialized` failed in get_auto_increment | lrf141 | 2022-11-24 | 1 | -0/+1 |
* | | | fix error on reading 5.5 tables with generated columns | Sergei Golubchik | 2022-12-13 | 1 | -3/+3 |
* | | | Merge 10.4 into 10.5 | Jan Lindström | 2022-11-30 | 1 | -0/+1 |
* | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2022-10-25 | 1 | -3/+9 |
|\ \ \ | |/ / | |||||
| * | | Merge 10.3 into 10.4 | Marko Mäkelä | 2022-10-25 | 1 | -3/+9 |
| |\ \ | | |/ | |||||
| | * | MDEV-29748 ASAN errors or server crash in File_parser::parse upon concurrent ... | Oleksandr Byelkin | 2022-10-24 | 1 | -0/+4 |
| | * | MDEV-16549 Server crashes in Item_field::fix_fields on query with view and su... | Oleksandr Byelkin | 2022-10-24 | 1 | -2/+4 |
| | * | MDEV-29753 fixup: Silence bogus GCC -Og -Wmaybe-uninitialized | Marko Mäkelä | 2022-10-18 | 1 | -1/+1 |
* | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2022-10-13 | 1 | -1/+24 |
|\ \ \ | |/ / | |||||
| * | | Merge 10.3 into 10.4 | Marko Mäkelä | 2022-10-13 | 1 | -1/+24 |
| |\ \ | | |/ | |||||
| | * | MDEV-29753 An error is wrongly reported during INSERT with vcol index | Nikita Malyavin | 2022-10-12 | 1 | -3/+14 |
| | * | MDEV-29299 SELECT from table with vcol index reports warning | Nikita Malyavin | 2022-10-12 | 1 | -1/+13 |
* | | | Merge branch '10.4' into 10.5 | Sergei Golubchik | 2022-10-02 | 1 | -0/+67 |
|\ \ \ | |/ / | |||||
| * | | Merge branch '10.3' into 10.4 | Sergei Golubchik | 2022-10-01 | 1 | -0/+67 |
| |\ \ | | |/ | |||||
| | * | MDEV-17124: mariadb 10.1.34, views and prepared statements: ERROR 1615 (HY00... | Oleksandr Byelkin | 2022-09-30 | 1 | -0/+67 |
* | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2022-09-26 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | MDEV-29613 Improve WITH_DBUG_TRACE=OFF | Marko Mäkelä | 2022-09-23 | 1 | -1/+1 |
* | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2022-08-30 | 1 | -1/+8 |
|\ \ \ | |/ / | |||||
| * | | Merge 10.3 into 10.4 | Marko Mäkelä | 2022-08-30 | 1 | -1/+2 |
| |\ \ | | |/ | |||||
| | * | MDEV-29258 Failing assertion for name length on RENAME TABLE | Marko Mäkelä | 2022-08-30 | 1 | -2/+3 |
| * | | MDEV-18873 Server crashes in Compare_identifiers::operator or in my_strcasecm... | tmokmss | 2022-08-26 | 1 | -0/+6 |
| * | | MDEV-26546 SIGSEGV's in spider_db_connect on SHOW TABLE and spider_db… …_... | Alexey Botchkov | 2022-07-17 | 1 | -0/+49 |
* | | | Merge branch '10.4' into 10.5 | Sergei Golubchik | 2022-05-09 | 1 | -30/+8 |
|\ \ \ | |/ / | |||||
| * | | Merge branch '10.3' into 10.4 | Sergei Golubchik | 2022-05-08 | 1 | -30/+8 |
| |\ \ | | |/ | |||||
| | * | Merge branch '10.2' into 10.3 | Oleksandr Byelkin | 2022-05-03 | 1 | -1/+1 |
| | |\ | |||||
| | | * | MDEV-27212 Crash in Item_equal::sort on second execution of stored procedurebb-10.2-igor | Igor Babaev | 2022-04-25 | 1 | -1/+1 |
| | * | | Merge branch '10.2' into 10.3 | Sergei Golubchik | 2022-04-21 | 1 | -29/+7 |
| | |\ \ | | | |/ | |||||
| | | * | MDEV-25638 Assertion `!result' failed in convert_const_to_int | Sergei Golubchik | 2022-04-15 | 1 | -0/+1 |
| | | * | MDEV-26281 ASAN use-after-poison when complex conversion is involved in blob | Sergei Golubchik | 2022-04-14 | 1 | -13/+2 |
* | | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2022-04-21 | 1 | -81/+194 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2022-04-21 | 1 | -81/+194 |
| |\ \ \ | | |/ / | |||||
| | * | | MDEV-24176 Server crashes after insert in the table with virtual | Aleksey Midenkov | 2022-04-18 | 1 | -24/+141 |
| | * | | MDEV-24176 Preparations | Aleksey Midenkov | 2022-04-18 | 1 | -59/+56 |
* | | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2022-04-06 | 1 | -7/+17 |
|\ \ \ \ | |/ / / |