Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '10.5' into 10.6 | Oleksandr Byelkin | 2022-08-04 | 1 | -0/+23 |
|\ | |||||
| * | Merge branch '10.4' into 10.5 | Oleksandr Byelkin | 2022-08-04 | 1 | -0/+23 |
| |\ | |||||
| | * | Merge branch '10.3' into 10.4 | Oleksandr Byelkin | 2022-08-03 | 1 | -0/+25 |
| | |\ | |||||
| | | * | MDEV-23809: Server crash in JOIN_CACHE::free ...: part #2 | Sergei Petrunia | 2022-08-03 | 1 | -4/+17 |
| | | * | MDEV-23809: Server crash in JOIN_CACHE::free or ... | Sergei Petrunia | 2022-08-03 | 1 | -0/+12 |
* | | | | Merge 10.5 into 10.6 | Marko Mäkelä | 2022-07-27 | 1 | -5/+17 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2022-07-27 | 1 | -5/+17 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch '10.3' into 10.4 | Oleksandr Byelkin | 2022-07-27 | 1 | -5/+17 |
| | |\ \ | | | |/ | |||||
| | | * | MDEV-29139 Crash when using ANY predicand with redundant subquery in GROUP BY... | Igor Babaev | 2022-07-26 | 1 | -0/+15 |
| | | * | MDEV-26427 MariaDB Server SEGV on INSERT .. SELECT | Oleg Smirnov | 2022-07-14 | 1 | -4/+0 |
| | | * | MDEV-28871: Assert ... failed in JOIN::dbug_verify_sj_inner_tables... | Sergei Petrunia | 2022-07-07 | 1 | -1/+2 |
* | | | | Merge remote-tracking branch 'origin/10.5' into 10.6 | Vladislav Vaintroub | 2022-06-23 | 1 | -6/+8 |
|\ \ \ \ | |/ / / | |||||
| * | | | MDEV-28858 Wrong result with table elimination combined with not_null_range_scan | Monty | 2022-06-16 | 1 | -6/+8 |
| * | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2022-06-09 | 1 | -4/+14 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge 10.3 into 10.4 | Marko Mäkelä | 2022-06-09 | 1 | -4/+14 |
| | |\ \ | | | |/ | |||||
| | | * | MDEV-28749: restore_prev_nj_state() doesn't update cur_sj_inner_tables correctly | Sergei Petrunia | 2022-06-07 | 1 | -4/+14 |
* | | | | Make join->key_dependent up to date for derived tables | Michael Widenius | 2022-06-07 | 1 | -1/+8 |
* | | | | Improve table pruning in optimizer with up to date key_dependent map | Michael Widenius | 2022-06-07 | 1 | -10/+57 |
* | | | | greedy_search() and best_extension_by_limited_search() scrambled table order | Michael Widenius | 2022-06-07 | 1 | -10/+31 |
* | | | | MDEV-28749: restore_prev_nj_state() doesn't update cur_sj_inner_tables correctly | Sergei Petrunia | 2022-06-07 | 1 | -4/+14 |
* | | | | Fixed cost calculation for SELECT STRAIGHT_JOIN | Monty | 2022-06-07 | 1 | -16/+18 |
* | | | | Merge branch '10.5' into 10.6mariadb-10.6.8 | Sergei Golubchik | 2022-05-18 | 1 | -4/+5 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch '10.4' into 10.5mariadb-10.5.16 | Sergei Golubchik | 2022-05-18 | 1 | -4/+5 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch '10.3' into 10.4mariadb-10.4.25 | Sergei Golubchik | 2022-05-18 | 1 | -4/+5 |
| | |\ \ | | | |/ | |||||
| | | * | Code cleanup in/around check_interleaving_with_nj()bb-10.3-spetrunia | Sergei Petrunia | 2022-05-15 | 1 | -4/+5 |
* | | | | Fixed warning from UBSAN | Michael Widenius | 2022-05-15 | 1 | -0/+1 |
* | | | | MDEV-28073 Query performance degradation in newer MariaDB versions when using... | Monty | 2022-05-12 | 1 | -52/+111 |
* | | | | Merge branch '10.5' into 10.6 | Sergei Golubchik | 2022-05-10 | 1 | -18/+22 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch '10.4' into 10.5 | Sergei Golubchik | 2022-05-09 | 1 | -17/+21 |
| |\ \ \ | | |/ / | |||||
| | * | | 10.4 specific fixes for DEFAULT() | Sergei Golubchik | 2022-05-09 | 1 | -1/+4 |
| | * | | Merge branch '10.3' into 10.4 | Sergei Golubchik | 2022-05-08 | 1 | -5/+8 |
| | |\ \ | | | |/ | |||||
| | | * | can't use Item_default_value as a field if it's an expression OR a blob | Sergei Golubchik | 2022-05-08 | 1 | -1/+1 |
| | | * | Merge branch '10.2' into 10.3 | Sergei Golubchik | 2022-05-07 | 1 | -5/+7 |
| | | |\ | |||||
| | | | * | MDEV-28402 ASAN heap-use-after-free in create_tmp_table, Assertion `l_offset ... | Oleksandr Byelkin | 2022-05-06 | 1 | -3/+5 |
| | | | * | MDEV-28437: Assertion `!eliminated' failed in Item_subselect::exec | Sergei Petrunia | 2022-05-05 | 1 | -1/+1 |
| | | * | | Merge branch '10.2' into 10.3 | Oleksandr Byelkin | 2022-05-03 | 1 | -2/+2 |
| | | |\ \ | | | | |/ | |||||
| | | | * | MDEV-28403 ASAN heap-use-after-free in String::copy / get_field_default_value | Sergei Golubchik | 2022-04-25 | 1 | -2/+2 |
| | | * | | Merge branch '10.2' into 10.3 | Sergei Golubchik | 2022-04-21 | 1 | -1/+2 |
| | | |\ \ | | | | |/ | |||||
| | | | * | MDEV-21028 Server crashes in Query_arena::set_query_arena upon SELECT from view | Sergei Golubchik | 2022-04-20 | 1 | -1/+2 |
| | * | | | MDEV-28094 Window function in expression in ORDER BY | Sergei Golubchik | 2022-04-29 | 1 | -2/+2 |
| | * | | | cleanup: (*order->item) -> item | Sergei Golubchik | 2022-04-29 | 1 | -11/+9 |
* | | | | | Merge 10.5 into 10.6 | Marko Mäkelä | 2022-04-21 | 1 | -6/+9 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2022-04-21 | 1 | -5/+6 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2022-04-21 | 1 | -6/+8 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Merge remote-tracking branch 'origin/10.2' into 10.3 | Alexander Barkov | 2022-04-14 | 1 | -6/+8 |
| | | |\ \ | | | | |/ | |||||
| | | | * | MDEV-28077 'Wrong create options' error with 'big_tables' enabled | Oleg Smirnov | 2022-04-06 | 1 | -0/+1 |
| | | | * | MDEV-24560 SIGSEGV in st_join_table::cleanup | Oleg Smirnov | 2022-04-06 | 1 | -7/+7 |
| * | | | | Merge branch 10.4 into 10.5 | Daniel Black | 2022-04-21 | 1 | -1/+3 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | MDEV-24529 Assertion failed in vers_select_conds_t::print | Oleg Smirnov | 2022-04-18 | 1 | -1/+3 |
* | | | | | Merge 10.5 into 10.6 | Marko Mäkelä | 2022-04-06 | 1 | -0/+6 |
|\ \ \ \ \ | |/ / / / |