summaryrefslogtreecommitdiff
path: root/sql/table.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.2 into 10.3Marko Mäkelä2020-07-311-2/+14
|\
| * fix c++98 buildNikita Malyavin2020-07-211-1/+1
| * MDEV-16039 Crash when selecting virtual columns generated using functions wit...Nikita Malyavin2020-07-211-2/+14
* | MDEV-20661 Virtual fields are not recalculated on system fields value assignmentAleksey Midenkov2020-07-201-15/+10
* | MDEV-20377 post-fix: Introduce MEM_MAKE_ADDRESSABLEMarko Mäkelä2020-07-021-0/+1
* | Fixed bugs found by valgrindMonty2020-07-021-4/+4
* | MDEV-22535 TABLE::initialize_quick_structures() takes 0.5% in oltp_read_onlyMonty2020-07-021-4/+4
* | Merge 10.2 into 10.3Marko Mäkelä2020-06-021-4/+0
|\ \ | |/
| * Merge 10.1 into 10.2Marko Mäkelä2020-06-011-4/+0
| |\
| | * Thread safe histograms loadingSergey Vojtovich2020-05-291-2/+0
| | * Thread safe statistics loadingSergey Vojtovich2020-05-291-2/+0
* | | MDEV-16937 Strict SQL with system versioned tables causes issuesAleksey Midenkov2020-05-281-1/+1
* | | Merge 10.2 into 10.3Marko Mäkelä2020-05-271-3/+5
|\ \ \ | |/ /
| * | MDEV-20015 Assertion `!in_use->is_error()' failed in TABLE::update_virtual_fieldAleksey Midenkov2020-05-261-3/+5
* | | Merge 10.2 into 10.3Marko Mäkelä2020-05-251-52/+128
|\ \ \ | |/ /
| * | Fixed compiler failure on windowsMonty2020-05-231-1/+1
| * | Fixed deadlock with LOCK TABLES and ALTER TABLEMonty2020-05-231-0/+11
| * | Merge remote-tracking branch 'origin/10.1' into 10.2Alexander Barkov2020-05-221-51/+116
| |\ \ | | |/
| | * MDEV-22111 ERROR 1064 & 1033 and SIGSEGV on CREATE TABLE w/ various charsets ...Alexander Barkov2020-05-221-52/+118
* | | Merge remote-tracking branch 'origin/10.2' into 10.3Alexander Barkov2020-05-141-0/+6
|\ \ \ | |/ /
| * | Ensure that auto_increment fields are marked properly on updateMonty2020-05-131-0/+6
* | | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-02-101-1/+0
|\ \ \ | |/ /
| * | Merge branch '10.1' into 10.2Oleksandr Byelkin2020-02-101-1/+0
| |\ \ | | |/
| | * Merge branch '5.5' into 10.1Oleksandr Byelkin2020-02-101-1/+0
| | |\
| | | * Clean the comment for `table_f_c unt` parameterAnel Husakovic2020-01-291-1/+0
* | | | MDEV-21147 Assertion `marked_for_read()' upon UPDATE on versioned table via viewAleksey Midenkov2019-12-021-6/+10
* | | | MDEV-20441 ER_CRASHED_ON_USAGE upon update on versioned Aria tableAleksey Midenkov2019-12-021-0/+1
* | | | MDEV-18727 improve DML operation of System VersioningAleksey Midenkov2019-11-221-0/+2
* | | | merge 10.2->10.3 with conflict resolutionsAndrei Elkin2019-11-111-0/+20
|\ \ \ \ | |/ / /
| * | | manual merge 10.1->10.2Andrei Elkin2019-11-111-0/+21
| |\ \ \ | | |/ /
| | * | MDEV-20519: Query plan regression with optimizer_use_condition_selectivity > 1Varun Gupta2019-11-071-0/+21
* | | | Fixes for binary logging --read-only modeMonty2019-10-201-1/+10
* | | | MDEV-19406 Assertion on updating view of join with versioned tableAleksey Midenkov2019-10-101-10/+22
* | | | Merge branch '10.2' into 10.3Sergei Golubchik2019-09-061-2/+4
|\ \ \ \ | |/ / /
| * | | Part3: MDEV-18156 Assertion `0' failed or `btr_validate_index(index, 0, false...Sergei Golubchik2019-09-061-0/+2
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-09-041-9/+19
|\ \ \ \ | |/ / /
| * | | cleanup: on update default nowSergei Golubchik2019-09-031-9/+19
* | | | Merge 10.2 (up to commit ef00ac4c86daf3294c46a45358da636763fb0049) into 10.3Alexander Barkov2019-09-041-2/+24
|\ \ \ \ | |/ / /
| * | | Part2: MDEV-18156 Assertion `0' failed or `btr_validate_index(index, 0, false...Alexander Barkov2019-09-031-3/+19
| * | | MDEV-18156 Assertion `0' failed or `btr_validate_index(index, 0, false)' in r...Alexander Barkov2019-09-031-0/+6
* | | | MDEV-20425: Fix -Wimplicit-fallthroughMarko Mäkelä2019-08-301-1/+1
* | | | MDEV-20186 Wrong result or Assertion on INSERT after DELETE HISTORYAleksey Midenkov2019-07-261-0/+1
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-07-191-3/+3
|\ \ \ \ | |/ / /
| * | | Merge 10.1 into 10.2Marko Mäkelä2019-07-181-3/+3
| |\ \ \ | | |/ /
| | * | Fix typo open_table_def()Anel Husakovic2019-07-111-3/+3
| | * | imporve clang buildEugene Kosov2019-06-251-2/+2
| * | | MDEV-16222 Assertion `0' failed in row_purge_remove_sec_if_poss_leaf on table...Aleksey Midenkov2019-07-081-0/+1
* | | | MDEV-16222 Assertion `0' failed in row_purge_remove_sec_if_poss_leaf on table...Aleksey Midenkov2019-07-091-0/+1
* | | | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-06-141-5/+18
|\ \ \ \ | |/ / /
| * | | Merge 10.1 into 10.2Marko Mäkelä2019-06-121-4/+17
| |\ \ \ | | |/ /