summaryrefslogtreecommitdiff
path: root/sql/table.cc
Commit message (Expand)AuthorAgeFilesLines
* 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-20015 Assertion `!in_use->is_error()' failed in TABLE::update_virtual_fieldAleksey Midenkov2020-05-261-3/+5
* | 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
* | Ensure that auto_increment fields are marked properly on updateMonty2020-05-131-0/+6
* | 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
* | | 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
* | | Part3: MDEV-18156 Assertion `0' failed or `btr_validate_index(index, 0, false...Sergei Golubchik2019-09-061-0/+2
* | | cleanup: on update default nowSergei Golubchik2019-09-031-9/+19
* | | 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
* | | 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
* | | Merge 10.1 into 10.2Marko Mäkelä2019-06-121-4/+17
|\ \ \ | |/ /
| * | MDEV-19675 Wrong charset is chosen when opening a pre-4.1 tableAlexander Barkov2019-06-031-2/+3
| * | MDEV-19653 Add class Sql_cmd_create_tableAlexander Barkov2019-05-311-2/+14
* | | Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| |\ \ | | |/
| | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
* | | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-05-041-1/+2
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.1Sergei Golubchik2019-04-261-1/+2
| |\ \ | | |/
| | * MDEV-15907 ASAN heap-use-after-freeRobert Bindar2019-04-241-1/+2
| * | MDEV-14605 Changes to "ON UPDATE CURRENT_TIMESTAMP" fields are notAndrei Elkin2019-01-241-2/+4
* | | MDEV-16518 MYSQL57_GENERATED_FIELD: The code in TABLE_SHARE::init_from_binary...Alexander Barkov2019-04-261-1/+2
* | | Fix for MDEV-18276, typo in error message + all other occurrences of referingChris Calender2019-03-231-1/+1
* | | MDEV-18083 ASAN heap-use-after-free in Field::set_warning_truncated_wrong_val...Sergei Golubchik2019-02-051-1/+1
* | | Merge 10.1 into 10.2Marko Mäkelä2019-01-241-1/+5
|\ \ \ | |/ /
* | | Merge branch '10.1' into 10.2mariadb-10.2.21Sergei Golubchik2018-12-301-4/+4
|\ \ \ | |/ /
| * | Merge branch '10.0' into 10.1Sergei Golubchik2018-12-291-4/+4
| |\ \
| | * | MDEV-17589: Stack-buffer-overflow with indexed varchar (utf8) fieldbb-10.0-varunVarun Gupta2018-12-191-1/+1
| | * | Backported MDEV-11196(e4d10e09cf31) and MDEV-10360(8a8ba1949bf4) to 10.0Varun Gupta2018-12-191-5/+43
* | | | correct table name in CHECK failures during ALTER TABLESergei Golubchik2018-12-201-1/+1
* | | | MDEV-17909 Problem by MariaDB Update 10.1.32 -> 10.2.19 (Incorrect informatio...Sergei Golubchik2018-12-201-1/+1
* | | | MDEV-17831 TRUNCATE TABLE removes ROW_FORMAT=COMPRESSEDMarko Mäkelä2018-11-261-0/+1
* | | | MDEV-17349 Assertion `!table || (!table->read_set || bitmap_is_set(table->rea...Sergei Golubchik2018-11-041-2/+16
* | | | MDEV-17065 Crash on SHOW CREATE TABLE with CHECK CONSTRAINTMichael Widenius2018-09-161-2/+11
* | | | Merge branch '10.1' into 10.2Oleksandr Byelkin2018-09-141-0/+7
|\ \ \ \ | |/ / /
| * | | Merge branch '11.0' into 10.1Oleksandr Byelkin2018-09-061-0/+21
| |\ \ \ | | |/ /
| | * | MDEV-16757 Memory leak after adding manually min/max statistical dataSergey Vojtovich2018-09-051-0/+1
| | * | create a reusable function that tells what FK actions can writeSergei Golubchik2018-09-041-0/+6
| | * | cleanup: FOREIGN_KEY_INFOSergei Golubchik2018-09-041-0/+13