Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MDEV-21669 InnoDB: Table ... contains <n> indexes inside InnoDB, which is dif... | Eugene Kosov | 2020-02-13 | 1 | -1/+1 |
* | Merge branch '10.3' into 10.4 | Oleksandr Byelkin | 2020-02-11 | 1 | -1/+0 |
|\ | |||||
| * | Merge branch '10.2' into 10.3 | Oleksandr Byelkin | 2020-02-10 | 1 | -1/+0 |
| |\ | |||||
| | * | Merge branch '10.1' into 10.2 | Oleksandr Byelkin | 2020-02-10 | 1 | -1/+0 |
| | |\ | |||||
| | | * | Merge branch '5.5' into 10.1 | Oleksandr Byelkin | 2020-02-10 | 1 | -1/+0 |
| | | |\ | |||||
| | | | * | Clean the comment for `table_f_c unt` parameter | Anel Husakovic | 2020-01-29 | 1 | -1/+0 |
* | | | | | Merge 10.3 into 10.4 | Aleksey Midenkov | 2019-12-02 | 1 | -6/+11 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | MDEV-21147 Assertion `marked_for_read()' upon UPDATE on versioned table via view | Aleksey Midenkov | 2019-12-02 | 1 | -6/+10 |
| * | | | | MDEV-20441 ER_CRASHED_ON_USAGE upon update on versioned Aria table | Aleksey Midenkov | 2019-12-02 | 1 | -0/+1 |
| * | | | | MDEV-18727 improve DML operation of System Versioning | Aleksey Midenkov | 2019-11-22 | 1 | -0/+2 |
* | | | | | MDEV-18727 improve DML operation of System Versioning (10.4) | Aleksey Midenkov | 2019-11-25 | 1 | -0/+2 |
* | | | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2019-11-12 | 1 | -0/+20 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | merge 10.2->10.3 with conflict resolutions | Andrei Elkin | 2019-11-11 | 1 | -0/+20 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | manual merge 10.1->10.2 | Andrei Elkin | 2019-11-11 | 1 | -0/+21 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | MDEV-20519: Query plan regression with optimizer_use_condition_selectivity > 1 | Varun Gupta | 2019-11-07 | 1 | -0/+21 |
* | | | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2019-11-01 | 1 | -1/+10 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Fixes for binary logging --read-only mode | Monty | 2019-10-20 | 1 | -1/+10 |
* | | | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2019-10-10 | 1 | -10/+22 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | MDEV-19406 Assertion on updating view of join with versioned table | Aleksey Midenkov | 2019-10-10 | 1 | -10/+22 |
* | | | | | MDEV-20639 ASAN SEGV in get_prefix upon modifying base column type with exist... | Alexander Barkov | 2019-09-28 | 1 | -0/+9 |
* | | | | | Merge branch '10.3' into 10.4 | Sergei Golubchik | 2019-09-06 | 1 | -2/+4 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge branch '10.2' into 10.3 | Sergei Golubchik | 2019-09-06 | 1 | -2/+4 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Part3: MDEV-18156 Assertion `0' failed or `btr_validate_index(index, 0, false... | Sergei Golubchik | 2019-09-06 | 1 | -0/+2 |
* | | | | | Merge branch '10.3' into 10.4 | Sergei Golubchik | 2019-09-06 | 1 | -11/+43 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2019-09-04 | 1 | -9/+19 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | cleanup: on update default now | Sergei Golubchik | 2019-09-03 | 1 | -9/+19 |
| * | | | | Merge 10.2 (up to commit ef00ac4c86daf3294c46a45358da636763fb0049) into 10.3 | Alexander Barkov | 2019-09-04 | 1 | -2/+24 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Part2: MDEV-18156 Assertion `0' failed or `btr_validate_index(index, 0, false... | Alexander Barkov | 2019-09-03 | 1 | -3/+19 |
| | * | | | MDEV-18156 Assertion `0' failed or `btr_validate_index(index, 0, false)' in r... | Alexander Barkov | 2019-09-03 | 1 | -0/+6 |
* | | | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2019-08-31 | 1 | -2/+1 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | MDEV-20425: Fix -Wimplicit-fallthrough | Marko Mäkelä | 2019-08-30 | 1 | -1/+1 |
* | | | | | MDEV-19705: Assertion `tmp >= 0' failed in best_access_path | Varun Gupta | 2019-08-27 | 1 | -1/+3 |
* | | | | | Fixes based on warnings from gcc/clang and valgrind | Monty | 2019-08-12 | 1 | -3/+3 |
* | | | | | Merge 10.3 into 10.4 | Eugene Kosov | 2019-07-26 | 1 | -0/+1 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | MDEV-20186 Wrong result or Assertion on INSERT after DELETE HISTORY | Aleksey Midenkov | 2019-07-26 | 1 | -0/+1 |
* | | | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2019-07-25 | 1 | -3/+3 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2019-07-19 | 1 | -3/+3 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge 10.1 into 10.2 | Marko Mäkelä | 2019-07-18 | 1 | -3/+3 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Fix typo open_table_def() | Anel Husakovic | 2019-07-11 | 1 | -3/+3 |
| | | * | | imporve clang build | Eugene Kosov | 2019-06-25 | 1 | -2/+2 |
| | * | | | MDEV-16222 Assertion `0' failed in row_purge_remove_sec_if_poss_leaf on table... | Aleksey Midenkov | 2019-07-08 | 1 | -0/+1 |
| * | | | | MDEV-16222 Assertion `0' failed in row_purge_remove_sec_if_poss_leaf on table... | Aleksey Midenkov | 2019-07-09 | 1 | -0/+1 |
* | | | | | MDEV-16222 Assertion `0' failed in row_purge_remove_sec_if_poss_leaf on table... | Aleksey Midenkov | 2019-07-08 | 1 | -0/+1 |
* | | | | | Merge branch '10.3' into 10.4 | Oleksandr Byelkin | 2019-06-14 | 1 | -4/+17 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge branch '10.2' into 10.3 | Oleksandr Byelkin | 2019-06-14 | 1 | -5/+18 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge 10.1 into 10.2 | Marko Mäkelä | 2019-06-12 | 1 | -4/+17 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | MDEV-19675 Wrong charset is chosen when opening a pre-4.1 table | Alexander Barkov | 2019-06-03 | 1 | -2/+3 |
| | | * | | MDEV-19653 Add class Sql_cmd_create_table | Alexander Barkov | 2019-05-31 | 1 | -2/+14 |
| * | | | | Fixed c++11 narrowing error in table.cc | Monty | 2019-05-29 | 1 | -1/+1 |
* | | | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2019-05-22 | 1 | -1/+0 |
|\ \ \ \ \ | |/ / / / |