summaryrefslogtreecommitdiff
path: root/storage/innobase/include/dict0dict.ic
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.3 into 10.4Marko Mäkelä2019-04-031-34/+0
|\
| * 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
* | | | MDEV-18644: Support full_crc32 for page_compressedMarko Mäkelä2019-03-181-6/+10
* | | | MDEV-12026: Implement innodb_checksum_algorithm=full_crc32Thirunarayanan Balathandayuthapani2019-02-191-9/+19
* | | | MDEV-18493 Remove page_size_tMarko Mäkelä2019-02-071-22/+0
* | | | Minor InnoDB refactoringAleksey Midenkov2019-01-151-3/+1
* | | | MDEV-17441 - InnoDB transition to C++11 atomicsSergey Vojtovich2018-12-271-3/+2
* | | | Merge 10.3 into 10.4Marko Mäkelä2018-12-131-9/+8
|\ \ \ \ | |/ / /
| * | | 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.3 into 10.4Marko Mäkelä2018-11-301-1/+0
|\ \ \ \ | |/ / /
| * | | 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
* | | | MDEV-17794 Do not assign persistent ID for temporary tablesMarko Mäkelä2018-11-221-5/+1
* | | | MDEV-17750: Remove dict_index_get_sys_col_pos()Marko Mäkelä2018-11-161-25/+0
* | | | Add dict_index_t member functions for determining index typeMarko Mäkelä2018-11-161-83/+0
* | | | Add dict_table_t::not_redundant()Marko Mäkelä2018-11-121-13/+0
* | | | MDEV-15662 Instant DROP COLUMN or changing the order of columnsMarko Mäkelä2018-10-191-1/+2
|/ / /
* | | 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
| | | |\ \ \ | | | | |/ /