summaryrefslogtreecommitdiff
path: root/storage/innobase/dict/dict0mem.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-1/+1
|\
| * Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
| |\
| | * Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| | |\
| | | * Update FSF addressVicențiu Ciorbaru2019-05-111-1/+1
* | | | Merge 10.3 into 10.4Marko Mäkelä2019-04-031-1/+0
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2019-04-031-1/+0
| |\ \ \ | | |/ /
| | * | MDEV-11487: Remove dict_table_get_n_sys_cols()Marko Mäkelä2019-04-031-2/+1
| | * | Merge 10.1 into 10.2Marko Mäkelä2019-04-031-1/+0
| | |\ \ | | | |/
| | | * Fix -Wnonnull-compareMarko Mäkelä2019-04-031-1/+0
* | | | Merge 10.3 into 10.4Marko Mäkelä2019-03-221-1/+2
|\ \ \ \ | |/ / /
| * | | Merge remote-tracking branch 'origin/10.2' into 10.3Alexander Barkov2019-03-221-1/+2
| |\ \ \ | | |/ /
| | * | Merge 10.1 into 10.2Marko Mäkelä2019-03-221-1/+2
| | |\ \ | | | |/
| | | * Merge 10.0 into 10.1Marko Mäkelä2019-03-211-2/+3
| | | |\
| | | | * MDEV-6262 follow-up: Ensure NUL termination on strncpy()Marko Mäkelä2019-03-211-2/+3
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-03-201-9/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.2' into 10.3Sergei Golubchik2019-03-171-9/+2
| |\ \ \ \ | | |/ / /
| | * | | MDEV-18836 ASAN: heap-use-after-free after TRUNCATEMarko Mäkelä2019-03-131-11/+15
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-01-061-27/+2
|\ \ \ \ \ | |/ / / /
| * | | | Follow-up to MDEV-14585: Remove dict_temp_file_numMarko Mäkelä2018-12-271-27/+2
* | | | | Replace dict_instant_t::non_pk_col_map with field_mapAleksey Midenkov2018-12-131-16/+16
* | | | | MDEV-17721 Corrupted data dictionary after instant ADD COLUMNMarko Mäkelä2018-11-161-5/+11
* | | | | MDEV-15562 post-push cleanupMarko Mäkelä2018-11-091-30/+4
* | | | | Merge 10.3 into 10.4Marko Mäkelä2018-11-061-3/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.2 into 10.3Marko Mäkelä2018-11-061-3/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.1 into 10.2Marko Mäkelä2018-11-061-3/+1
| | |\ \ \ | | | |/ /
| | | * | Merge 10.0 into 10.1Marko Mäkelä2018-11-051-3/+1
| | | |\ \ | | | | |/
| | | | * MDEV-13671 InnoDB should use case-insensitive column name comparisons like th...Eugene Kosov2018-11-051-3/+1
| | * | | MDEV-14378 In ALGORITHM=INPLACE, use a common name for the intermediate table...Marko Mäkelä2018-09-071-0/+8
* | | | | MDEV-15662 Instant DROP COLUMN or changing the order of columnsMarko Mäkelä2018-10-191-189/+119
* | | | | MDEV-15562: Remove dict_table_t::rollback_instant(unsigned n)Marko Mäkelä2018-10-101-75/+1
|/ / / /
* | | | Merge 10.2 into 10.3Marko Mäkelä2018-05-121-1/+2
|\ \ \ \ | |/ / /
| * | | Bug #27141613 ASSERTION: TRX0REC.CC:319:COL->IS_VIRTUAL() / CRASH IN TRX_UNDO...Aakanksha Verma2018-05-111-1/+2
* | | | Replace dict_col_is_virtual(col) with col->is_virtual()Marko Mäkelä2018-05-121-1/+1
* | | | Fix most -Wsign-conversion in InnoDBMarko Mäkelä2018-04-281-15/+21
* | | | MDEV-15364 FOREIGN CASCADE operations in system versioned referenced tablesMarko Mäkelä2018-04-091-7/+3
|\ \ \ \
| * | | | MDEV-15364 FOREIGN CASCADE operations in system versioned referenced tablesEugene Kosov2018-03-271-9/+8
| * | | | Vers IB: Mark unversioned fields in system versioning tablesEugene Kosov2018-03-191-8/+9
| * | | | IB: CASCADE operation for DELETEAleksey Midenkov2018-03-191-7/+3
* | | | | MDEV-12266: Change dict_table_t::space to fil_space_t*Marko Mäkelä2018-03-291-3/+7
* | | | | MDEV-12266: Remove dict_index_t::table_nameMarko Mäkelä2018-03-291-4/+5
* | | | | MDEV-12266: Remove dict_index_t::spaceMarko Mäkelä2018-03-291-4/+1
* | | | | Remove an unnecessary global declarationMarko Mäkelä2018-03-291-29/+23
* | | | | Merge branch '10.2' into 10.3Sergei Golubchik2018-03-281-0/+1
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
* | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-151-6/+6
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2018-02-081-6/+6
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'github/10.1' into 10.2Sergei Golubchik2018-02-061-6/+6
| | |\ \ \ | | | |/ /
| | | * | Merge branch 'github/10.0' into 10.1Sergei Golubchik2018-02-021-4/+5
| | | |\ \ | | | | |/
| | | | * Fix Innodb ASAN error on initVicențiu Ciorbaru2018-01-241-2/+2
| | | | * Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2018-01-241-1/+3
| * | | | MDEV-14378 In ALGORITHM=INPLACE, use a common name for the intermediate table...Marko Mäkelä2017-12-081-0/+8
| |/ / /