summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add frm corruption check for extra2.application_periodnm/without-overlaps-rebasedNikita Malyavin2020-01-271-0/+5
* Revert "handler: remove store/restore record from check_duplicate_long_entry_...Nikita Malyavin2020-01-271-3/+5
* fix ASAN: nullable fields require more spaceNikita Malyavin2020-01-272-8/+23
* remove another commentNikita Malyavin2020-01-271-1/+0
* check for appliation_period.str for frm corruption detectionNikita Malyavin2020-01-271-0/+2
* rewrite fill_extra2 to ordinary functionNikita Malyavin2020-01-271-14/+15
* fix error messagesNikita Malyavin2020-01-2716-36/+35
* simplify key_period_compare_periodsNikita Malyavin2020-01-271-18/+12
* remove lambda. fix comments & docs. fix DBUG_ASSERTsNikita Malyavin2020-01-274-27/+42
* extract common code with sachin's blob keysNikita Malyavin2020-01-277-68/+38
* handler: remove store/restore record from check_duplicate_long_entry_keyNikita Malyavin2020-01-271-5/+3
* key_copy: use from_record argument to copy the data fromNikita Malyavin2020-01-2713-62/+95
* compare refs instead of whole rows (fixme: innodb case fails)Nikita Malyavin2020-01-271-5/+17
* try to make less row fetches by searching for rows on condition period_start ...Nikita Malyavin2020-01-273-12/+26
* enable keyreadNikita Malyavin2020-01-271-6/+23
* add a comment about partitioning unsupportedNikita Malyavin2020-01-271-0/+2
* move the code under err label to a function in TABLE_SHARE::init_from_binary_...Nikita Malyavin2020-01-271-72/+73
* move frm data to separate extra2 sectionNikita Malyavin2020-01-274-16/+21
* reduce code bloating in read_extra2()Nikita Malyavin2020-01-271-24/+19
* add overlaps_error_key -- fixes innodb combination runNikita Malyavin2020-01-274-30/+42
* add innodb combinationNikita Malyavin2020-01-272-9/+18
* fix doc for ha_check_overlapsNikita Malyavin2020-01-271-1/+1
* get rid of a cycleNikita Malyavin2020-01-273-38/+74
* move overlaps check to a separate functionNikita Malyavin2020-01-273-32/+23
* overlaps: fix main.parserNikita Malyavin2020-01-271-1/+1
* MDEV-16978 Application-time periods: WITHOUT OVERLAPSNikita Malyavin2020-01-2721-56/+677
* mysql_prepare_alter_table() leak fixAleksey Midenkov2020-01-071-3/+3
* Fix out-of-bounds read of extra2Aleksey Midenkov2019-12-251-4/+4
* MDEV-20865 foreign_keys and referenced_keys objects in TABLE_SHAREAleksey Midenkov2019-12-2513-151/+87
* MDEV-20865 Modify referenced_keys in update_foreign_keys()Aleksey Midenkov2019-12-239-57/+246
* MDEV-20865 temporary suppressions and results due to extra open_table()Aleksey Midenkov2019-12-2323-7/+44
* MDEV-20865 Store foreign key info in TABLE_SHAREAleksey Midenkov2019-12-2328-614/+1349
* MDEV-21353 Assertion failures due to btr_pcur_restore_pos() misbehavingMarko Mäkelä2019-12-201-7/+7
* check I/O buffer size and alignment in InnoDBEugene Kosov2019-12-191-0/+5
* Cleanup: Remove fil_space_get_flags()Marko Mäkelä2019-12-183-43/+2
* MDEV-12353 preparation: Remove UNIV_LOG_LSN_DEBUGMarko Mäkelä2019-12-175-103/+0
* Merge 10.4 into 10.5Marko Mäkelä2019-12-174-3/+17
|\
| * Update wsrep-lib. (#1426)Teemu Ollakka2019-12-164-3/+17
* | MDEV-21174: Fix the WITH_INNODB_EXTRA_DEBUG buildMarko Mäkelä2019-12-161-2/+2
* | MDEV-16678: Actually ignore #sql-ib tablesMarko Mäkelä2019-12-166-141/+209
* | Merge 10.4 into 10.5Marko Mäkelä2019-12-16376-5375/+6939
|\ \ | |/
| * Merge 10.3 into 10.4Marko Mäkelä2019-12-13121-3771/+4304
| |\
| | * Merge 10.2 into 10.3Marko Mäkelä2019-12-1367-800/+834
| | |\
| | | * MDEV-20950 Reduce size of record offsetsbb-10.2-MDEV-20950-stack-offsetsEugene Kosov2019-12-1366-745/+792
| | * | Merge 10.2 into 10.3Marko Mäkelä2019-12-1246-2954/+2729
| | |\ \ | | | |/
| | | * MDEV-21255: Deadlock of parallel slave and mariabackup (with failed logVlad Lesin2019-12-124-1/+26
| | | * MDEV-19380: ASAN heap-use-after-free in Protocol::net_store_dataVarun Gupta2019-12-123-0/+21
| | | * bump the VERSIONDaniel Bartholomew2019-12-111-1/+1
| | | * MDEV-11345 Compile english error messages into mysqld executable.Vladislav Vaintroub2019-12-111-32/+6
| | | * MDEV-11345 Compile english error messages into mysqld executable.Vladislav Vaintroub2019-12-111-22/+53