summaryrefslogtreecommitdiff
path: root/sql/table.cc
Commit message (Expand)AuthorAgeFilesLines
* 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 branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
|\
| * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
* | 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
* | 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
* | | 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
* | | Fix gcc 7.3 compiler warnings.Oleksandr Byelkin2018-08-031-1/+1
* | | 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 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
| |\ \ | | |/
| | * Catch of OOM situation.Oleksandr Byelkin2018-06-061-0/+2
| * | MDEV-16374: Filtered shows 0 for materilization scan for a semi join, which m...Varun Gupta2018-06-091-0/+8
* | | MDEV-10679 Crash in performance schema and partitioning with discoveryMonty2018-05-261-0/+1
* | | Merge 10.0 into 10.1Marko Mäkelä2018-04-241-3/+13
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2018-04-201-3/+13
| |\ \ | | |/
| | * Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2018-04-191-3/+13
| | |\
| | | * BUG#26881798: SERVER EXITS WHEN PRIMARY KEY IN MYSQL.PROCKarthik Kamath2017-12-051-2/+14
| | | * (no commit message)Arun Kuruvila2016-11-281-22/+18
* | | | Merge branch 'github/10.0' into 10.1Sergei Golubchik2018-02-021-2/+6
|\ \ \ \ | |/ / /
| * | | Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2018-01-241-3/+7
| |\ \ \ | | |/ /
| | * | improve ASAN instrumentation: table->record[0]Sergei Golubchik2018-01-221-2/+6
| | * | Correct TRASH() macro usageSergei Golubchik2018-01-221-1/+1
* | | | Merge 10.0 into 10.1Marko Mäkelä2018-01-021-0/+3
|\ \ \ \ | |/ / /
| * | | Merge 5.5 into 10.0Marko Mäkelä2018-01-021-0/+3
| |\ \ \ | | |/ /
| | * | MDEV-10657: incorrect result returned with binary protocol (prepared statements)Oleksandr Byelkin2017-12-271-0/+3
* | | | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2017-12-201-0/+8
|\ \ \ \ | |/ / /
| * | | Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2017-12-201-0/+8
| |\ \ \ | | |/ /
| | * | MDEV-10397: Server crashes in key_copy with join_cache_level > 2 and join on ...Varun Gupta2017-11-301-0/+8
* | | | Merge 10.0 into 10.1Marko Mäkelä2017-10-241-1/+2
|\ \ \ \ | |/ / /
| * | | MDEV-13776 mysqld got signal 11 on delete returningIgor Babaev2017-10-231-1/+2
* | | | Merge branch '10.0' into 10.1Sergei Golubchik2017-09-211-14/+20
|\ \ \ \ | |/ / /
| * | | cleanup: TABLE_LIST::view_check_optionSergei Golubchik2017-09-211-17/+20
| * | | MDEV-13290: Assertion Assertion `!is_set() || (m_status == DA_OK_BULK && is_b...Sergei Golubchik2017-09-201-4/+7
* | | | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2017-09-201-0/+3
|\ \ \ \ | |/ / /
| * | | MDEV-13290: Assertion Assertion `!is_set() || (m_status == DA_OK_BULK && is_b...Oleksandr Byelkin2017-09-191-0/+3