summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Period: add versioning combinationnm/versioning-combinatoinbb-10.5-MDEV-16983-period-fkNikita Malyavin2020-02-2610-33/+66
* MDEV-16983 Application-time periods: foreign key PART 3/3Nikita Malyavin2020-02-264-32/+191
* MDEV-16983 Application-time periods: foreign key PART 2/3Nikita Malyavin2020-02-264-96/+206
* MDEV-16983 Application-time periods: foreign key PART 1/3Nikita Malyavin2020-02-2628-139/+1441
* Add referenced table to prelocking list during CREATE TABLE with FKNikita Malyavin2020-02-2533-99/+143
* Prelock child tables in addition to parent onesNikita Malyavin2020-02-253-47/+57
* invert period columns order in keyNikita Malyavin2020-02-254-25/+25
* Revert "handler: remove store/restore record from check_duplicate_long_entry_...Nikita Malyavin2020-02-211-3/+5
* handler: remove store/restore record from check_duplicate_long_entry_keyNikita Malyavin2020-02-211-5/+3
* move the code under err label to a function in TABLE_SHARE::init_from_binary_...Nikita Malyavin2020-02-211-73/+74
* add frm corruption check for extra2.application_periodNikita Malyavin2020-02-211-0/+5
* fix ASAN: nullable fields require more spaceNikita Malyavin2020-02-212-8/+23
* remove another commentNikita Malyavin2020-02-211-1/+0
* check for appliation_period.str for frm corruption detectionNikita Malyavin2020-02-211-0/+2
* rewrite fill_extra2 to ordinary functionNikita Malyavin2020-02-211-14/+15
* fix error messagesNikita Malyavin2020-02-2117-37/+37
* simplify key_period_compare_periodsNikita Malyavin2020-02-211-18/+12
* remove lambda. fix comments & docs. fix DBUG_ASSERTsNikita Malyavin2020-02-214-28/+42
* extract common code with sachin's blob keysNikita Malyavin2020-02-217-68/+38
* key_copy: use from_record argument to copy the data fromNikita Malyavin2020-02-2113-62/+96
* compare refs instead of whole rows (fixme: innodb case fails)Nikita Malyavin2020-02-211-5/+17
* try to make less row fetches by searching for rows on condition period_start ...Nikita Malyavin2020-02-213-12/+26
* enable keyreadNikita Malyavin2020-02-211-6/+23
* add a comment about partitioning unsupportedNikita Malyavin2020-02-211-0/+2
* move frm data to separate extra2 sectionNikita Malyavin2020-02-214-16/+21
* reduce code bloating in read_extra2()Nikita Malyavin2020-02-211-24/+19
* add overlaps_error_key -- fixes innodb combination runNikita Malyavin2020-02-214-30/+42
* add innodb combinationNikita Malyavin2020-02-212-9/+18
* fix doc for ha_check_overlapsNikita Malyavin2020-02-211-1/+1
* get rid of a cycleNikita Malyavin2020-02-213-38/+74
* move overlaps check to a separate functionNikita Malyavin2020-02-213-32/+23
* overlaps: fix main.parserNikita Malyavin2020-02-211-1/+1
* MDEV-16978 Application-time periods: WITHOUT OVERLAPSNikita Malyavin2020-02-2121-57/+678
* MDEV-21774 Innodb, Windows : restore file sharing logic in InnodbEugene Kosov2020-02-204-34/+44
* MDEV-12353: Reduce log volume by an UNDO_APPEND recordMarko Mäkelä2020-02-195-57/+125
* MDEV-12353: Reduce log volume by an UNDO_INIT recordMarko Mäkelä2020-02-196-39/+95
* revert accidental libmariadb changeEugene Kosov2020-02-191-0/+0
* fix libpmem InnoDB linkingEugene Kosov2020-02-192-5/+2
* remove unused functionEugene Kosov2020-02-191-21/+0
* MDEV-14425 deprecate and ignore innodb_log_files_in_groupEugene Kosov2020-02-1933-775/+637
* Update wsrep-lib submodule.Jan Lindström2020-02-191-0/+0
* MDEV-12353 Cleanup: Rename INIT_INDEX_PAGE to EXTENDEDMarko Mäkelä2020-02-183-25/+38
* Reduce innodb_log_buffer_sizeMarko Mäkelä2020-02-182-2/+1
* MDEV-21725 Optimize btr_page_reorganize_low() redo loggingMarko Mäkelä2020-02-182-140/+216
* MDEV-21744 Assertion `!rec_offs_nth_sql_null(offsets, n)' failedMarko Mäkelä2020-02-175-5/+62
* MDEV-21174: Correct a debug assertion failureMarko Mäkelä2020-02-171-2/+2
* MDEV-12353: Reformat page_delete_rec_list_end()Marko Mäkelä2020-02-171-193/+189
* MDEV-12353: Optimize page_cur_delete_rec() logging furtherMarko Mäkelä2020-02-171-7/+26
* Clarify, spelling for wsrep_strict_ddl description (#1447)Ian Gilfillan2020-02-172-2/+2
* MDEV-12353: Write less log for BLOB pagesMarko Mäkelä2020-02-176-136/+56