summaryrefslogtreecommitdiff
path: root/storage/innobase/include/dict0dict.ic
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.2 into 10.3Marko Mäkelä2019-04-031-42/+1
|\
| * MDEV-11487: Remove dict_table_get_n_sys_cols()Marko Mäkelä2019-04-031-5/+3
| * Merge 10.1 into 10.2Marko Mäkelä2019-04-031-46/+3
| |\
| | * Fix -Wnonnull-compareMarko Mäkelä2019-04-031-39/+3
* | | Merge 10.2 into 10.3Marko Mäkelä2018-12-131-9/+8
|\ \ \ | |/ /
| * | MDEV-17989 InnoDB: Failing assertion: dict_tf2_is_valid(flags, flags2)Marko Mäkelä2018-12-131-9/+8
* | | Merge 10.2 into 10.3Marko Mäkelä2018-11-301-6/+0
|\ \ \ | |/ /
| * | Remove some unnecessary InnoDB #includeMarko Mäkelä2018-11-291-6/+0
* | | Merge 10.2 into 10.3Marko Mäkelä2018-07-051-14/+5
|\ \ \ | |/ /
| * | MDEV-15855: Use atomics for dict_table_t::n_ref_countThirunarayanan Balathandayuthapani2018-07-051-14/+5
* | | Merge 10.2 into 10.3Marko Mäkelä2018-06-041-14/+0
|\ \ \ | |/ /
| * | MDEV-16376 ASAN: heap-use-after-free in gcol.innodb_virtual_debugMarko Mäkelä2018-06-041-24/+0
* | | MDEV-12266: Remove dict_table_is_discarded()Marko Mäkelä2018-05-121-12/+0
* | | Merge 10.2 into 10.3Marko Mäkelä2018-05-071-15/+0
|\ \ \ | |/ /
| * | MDEV-14825 Assertion `col->ord_part' in row_build_index_entry_low upon ROLLBA...Marko Mäkelä2018-05-071-15/+0
* | | Fix many -Wunused-parameterMarko Mäkelä2018-05-011-4/+2
* | | Use compile_time_assert() in InnoDBMarko Mäkelä2018-04-301-5/+0
* | | Replace univ_page_size and UNIV_PAGE_SIZEMarko Mäkelä2018-04-281-4/+4
* | | Fix most -Wsign-conversion in InnoDBMarko Mäkelä2018-04-281-10/+5
* | | Merge 10.2 into 10.3Marko Mäkelä2018-04-261-9/+1
|\ \ \ | |/ /
| * | MDEV-15507 Assertion failed in dict_check_sys_tables on upgrade from 5.5Marko Mäkelä2018-04-261-10/+1
* | | MDEV-12266: Change dict_table_t::space to fil_space_t*Marko Mäkelä2018-03-291-31/+2
* | | MDEV-12266: Remove dict_index_t::spaceMarko Mäkelä2018-03-291-16/+1
* | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-151-25/+9
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2018-02-081-25/+9
| |\ \ \ | | |/ /
| | * | Merge branch 'github/10.1' into 10.2Sergei Golubchik2018-02-061-25/+9
| | |\ \ | | | |/
| | | * Merge branch 'github/10.0' into 10.1Sergei Golubchik2018-02-021-25/+9
| | | |\
| | | | * Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2018-01-241-24/+9
| | | | |\
| | | | | * MDEV-7049 MySQL#74585 - InnoDB: Failing assertion: *mbmaxlen < 5 in file ha_i...Marko Mäkelä2018-01-221-24/+9
* | | | | | Remove dict_table_t::is_clust()Marko Mäkelä2018-02-081-1/+1
* | | | | | Windows : reenable warning C4805 (unsafe mix of types in bool operations)Vladislav Vaintroub2018-02-071-2/+2
* | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-061-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-15115 Assertion failure in CREATE SEQUENCE...ROW_FORMAT=REDUNDANTMarko Mäkelä2018-02-061-1/+1
* | | | | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2017-10-301-20/+26
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-10-301-4/+26
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 10.1 into 10.2Marko Mäkelä2017-10-271-1/+22
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge 10.0 into 10.1Marko Mäkelä2017-10-261-1/+22
| | | |\ \ \ | | | | |/ /
| | | | * | Merge branch 'merge-innodb-5.6' into 10.0Vicențiu Ciorbaru2017-10-261-1/+22
| | | | |\ \
| | | | | * | 5.6.38Vicențiu Ciorbaru2017-10-251-1/+22
| | * | | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-10-241-3/+4
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | MDEV-13105 InnoDB fails to load a table with PAGE_COMPRESSION_LEVEL after upg...Marko Mäkelä2017-07-051-1/+1
| * | | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-10-181-16/+0
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | ha_innobase::open(): Simplify a consistency checkMarko Mäkelä2017-10-061-16/+0
* | | | | | | MDEV-11369 Instant ADD COLUMN for InnoDBMarko Mäkelä2017-10-061-14/+3
* | | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-10-041-26/+0
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-10-031-26/+0
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Remove dict_disable_redo_if_temporary()Marko Mäkelä2017-10-031-26/+0
* | | | | | | Relax a too strict debug assertionMarko Mäkelä2017-09-231-1/+3
* | | | | | | Replace dict_table_get_n_sys_cols(table) with DATA_N_SYS_COLSMarko Mäkelä2017-09-211-7/+6
* | | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-09-211-14/+0
|\ \ \ \ \ \ \ | |/ / / / / /