summaryrefslogtreecommitdiff
path: root/sql/table.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.2 into 10.3Marko Mäkelä2019-03-251-1/+1
|\
| * Fix for MDEV-18276, typo in error message + all other occurrences of referingChris Calender2019-03-231-1/+1
* | Merge 10.2 into 10.3Marko Mäkelä2019-02-191-1/+1
|\ \ | |/
| * MDEV-18083 ASAN heap-use-after-free in Field::set_warning_truncated_wrong_val...Sergei Golubchik2019-02-051-1/+1
* | Fixed two bugs related to column level constraintsMonty2019-02-131-8/+17
* | Merge 10.2 into 10.3Marko Mäkelä2019-01-241-1/+5
|\ \ | |/
| * Merge 10.1 into 10.2Marko Mäkelä2019-01-241-1/+5
| |\
* | \ Merge branch '10.2' into 10.3Sergei Golubchik2019-01-031-5/+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
* | | | Merge 10.2 into 10.3Marko Mäkelä2018-11-261-0/+1
|\ \ \ \ | |/ / /
| * | | MDEV-17831 TRUNCATE TABLE removes ROW_FORMAT=COMPRESSEDMarko Mäkelä2018-11-261-0/+1
* | | | fix an old typoSergei Golubchik2018-11-061-1/+1
* | | | Merge 10.2 into 10.3Marko Mäkelä2018-11-061-2/+16
|\ \ \ \ | |/ / /
| * | | MDEV-17349 Assertion `!table || (!table->read_set || bitmap_is_set(table->rea...Sergei Golubchik2018-11-041-2/+16
* | | | MDEV-16211 Contents of transaction_registry not replicated by GaleraEugene Kosov2018-10-011-0/+1
* | | | ASAN error when strlen(db) < 6Sergei Golubchik2018-09-281-1/+2
* | | | Merge branch '10.2' into 10.3Sergei Golubchik2018-09-281-2/+10
|\ \ \ \ | |/ / /
| * | | 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
* | | | Merge 10.2 into 10.3Marko Mäkelä2018-08-281-0/+3
|\ \ \ \ | |/ / /
| * | | MDEV-16961 Assertion `!table || (!table->read_set || bitmap_is_set(table->rea...Sergei Golubchik2018-08-221-0/+3
* | | | MDEV-17017 Explain for query using derived table specified withIgor Babaev2018-08-271-1/+1
* | | | Merge branch '10.2' into 10.3Sergei Golubchik2018-08-121-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch '10.1' into 10.2Oleksandr Byelkin2018-08-031-1/+1
| |\ \ \ | | |/ /
| | * | Fix gcc 7.3 compiler warnings.Oleksandr Byelkin2018-08-031-1/+1
* | | | Merge 10.2 into 10.3Marko Mäkelä2018-08-031-5/+14
|\ \ \ \ | |/ / /
| * | | Merge 10.1 into 10.2Marko Mäkelä2018-08-021-5/+14
| |\ \ \ | | |/ /
| | * | Merge branch '10.0' into bb-10.1-mergebb-10.1-merge-sanjaOleksandr Byelkin2018-07-191-5/+14
| | |\ \ | | | |/
| | | * Merge branch '5.5' into bb-10.0-mergeOleksandr Byelkin2018-07-171-5/+14
| | | |\
| | | | * MDEV-16307: Incorrect results when using BNLH join instead of BNL join with v...Varun Gupta2018-07-101-2/+11
| | | | * Fixed MDEV-16512, crashing on re-execution of failing SPMichael Widenius2018-06-271-3/+3
* | | | | Merge 10.2 into 10.3Marko Mäkelä2018-07-031-1/+11
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-16630: Ambiguous error message when check constraint matches table nameAnel Husakovic2018-07-011-1/+11
* | | | | Merge branch '10.2' into 10.3Sergei Golubchik2018-06-301-18/+118
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.1' into 10.2Sergei Golubchik2018-06-211-1/+12
| |\ \ \ \ | | |/ / /
| | * | | Merge remote-tracking branch 'origin/10.0' into 10.1Alexander Barkov2018-06-191-1/+2
| | |\ \ \ | | | |/ /
| | | * | Merge remote-tracking branch 'origin/5.5' into 10.0Alexander Barkov2018-06-191-1/+2
| | | |\ \ | | | | |/
| | | | * MDEV-15834 The code in TABLE_SHARE::init_from_binary_frm_image() is not safeAlexander Barkov2018-06-191-1/+5
| | * | | fix compilation w/o partitioningSergei Golubchik2018-06-141-0/+2
| | * | | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2018-06-121-0/+10
| | |\ \ \ | | | |/ /
| | | * | Merge branch '5.5' into 10.0Vicențiu Ciorbaru2018-06-101-0/+2
| | | |\ \ | | | | |/