summaryrefslogtreecommitdiff
path: root/storage/innobase/dict/dict0crea.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-19513: Rename dict_operation_lock to dict_sys.latchMarko Mäkelä2019-05-171-2/+1
* MDEV-19513: Allocate dict_sys staticallyMarko Mäkelä2019-05-171-51/+33
* MDEV-18493 Remove page_size_tMarko Mäkelä2019-02-071-13/+11
* MDEV-17794 Do not assign persistent ID for temporary tablesMarko Mäkelä2018-11-221-18/+6
* Merge 10.3 into 10.4Marko Mäkelä2018-11-191-4/+0
|\
| * Merge 10.2 into 10.3Marko Mäkelä2018-11-191-4/+0
| |\
| | * Remove many redundant #include from InnoDBMarko Mäkelä2018-11-191-4/+0
* | | Merge 10.3 into 10.4Marko Mäkelä2018-11-061-0/+15
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2018-11-061-0/+15
| |\ \ | | |/
| | * Remove dead code in dict_build_table_def_step()Marko Mäkelä2018-11-011-3/+1
| | * MDEV-12023 Assertion failure sym_node->table != NULL on startupMarko Mäkelä2018-10-301-0/+15
| | * MDEV-13564: Implement innodb_unsafe_truncate=ON for compatibilityMarko Mäkelä2018-10-111-0/+67
* | | MDEV-15562: Simplify FOREIGN KEY error handling on DDLMarko Mäkelä2018-10-101-12/+4
* | | Merge 10.3 into 10.4Marko Mäkelä2018-10-101-117/+0
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2018-10-091-117/+0
| |\ \ | | |/
| | * Remove unused codeMarko Mäkelä2018-09-261-117/+0
* | | MDEV-13564: Remove old crash-upgrade logic in 10.4Marko Mäkelä2018-09-111-10/+3
|/ /
* | MDEV-17158 TRUNCATE is not atomic after MDEV-13564Marko Mäkelä2018-09-101-5/+30
|\ \ | |/
| * MDEV-17158 TRUNCATE is not atomic after MDEV-13564Marko Mäkelä2018-09-101-52/+31
* | MDEV-13564 Mariabackup does not work with TRUNCATEMarko Mäkelä2018-09-071-22/+10
|\ \ | |/
| * MDEV-13564 Mariabackup does not work with TRUNCATEMarko Mäkelä2018-09-071-89/+10
| * dict_create_index_tree_in_mem(): Remove dead codebb_georg_10.2Marko Mäkelä2018-05-121-6/+2
* | MDEV-12266: Remove dict_table_is_discarded()Marko Mäkelä2018-05-121-7/+3
* | 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-8/+8
* | MDEV-15773 - Simplified away trx_free_for_(mysql|background)Sergey Vojtovich2018-04-041-3/+3
* | MDEV-15773 - Simplified away trx_t::in_mysql_trx_listSergey Vojtovich2018-04-041-6/+6
* | Revert "MDEV-12266: Remove lookups when dropping indexes"Marko Mäkelä2018-03-301-18/+18
* | MDEV-12266: Remove lookups when dropping indexesMarko Mäkelä2018-03-301-18/+18
* | MDEV-12266: Change dict_table_t::space to fil_space_t*Marko Mäkelä2018-03-291-131/+26
* | MDEV-12266: Remove dict_index_t::table_nameMarko Mäkelä2018-03-291-18/+15
* | MDEV-12266: Remove dict_index_t::spaceMarko Mäkelä2018-03-291-11/+5
* | MDEV-12266: Add dict_index_t::set_modified(mtr)Marko Mäkelä2018-03-291-10/+5
* | MDEV-12266: dict_recreate_index_tree(): Keep the fil_space_tMarko Mäkelä2018-03-291-17/+16
* | MDEV-12266: fsp_flags_try_adjust(): Remove a lookupMarko Mäkelä2018-03-291-6/+8
* | Remove dict_build_tablespace_for_table()Marko Mäkelä2018-03-291-75/+25
* | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-151-2/+1
|\ \ | |/
| * Dead code removal: sess_tMarko Mäkelä2018-02-151-2/+1
* | IB, SQL: removed VTQ, added TRT on SQL layer [closes #305]Aleksey Midenkov2017-11-151-124/+0
* | System Versioning pre0.12Aleksey Midenkov2017-11-071-0/+124
|\ \
| * | IB, SQL: (0.4) COMMIT_ID-based ordering of transactionsAleksey Midenkov2017-05-051-9/+24
| * | IB: 0.2 part IVAleksey Midenkov2017-05-051-1/+1
| * | IB: 0.2 part IAleksey Midenkov2017-05-051-0/+109
* | | MDEV-11369 Instant ADD COLUMN for InnoDBMarko Mäkelä2017-10-061-21/+24
* | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-10-041-8/+2
|\ \ \ | | |/ | |/|
| * | Remove a constant parameter commit=falseMarko Mäkelä2017-10-021-8/+2
* | | Merge branch 'bb-10.2-ext' into 10.3Sergei Golubchik2017-08-261-0/+1
|\ \ \ | |/ /
| * | Merge branch '10.1' into 10.2Sergei Golubchik2017-08-171-0/+1
| |\ \
| | * \ Merge branch '10.0' into 10.1Sergei Golubchik2017-08-081-0/+1
| | |\ \
| | | * | Merge remote-tracking branch 'origin/5.5' into 10.0Vicențiu Ciorbaru2017-07-251-0/+1