summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-29013 ER_KEY_NOT_FOUND/lock timeout upon online alter with long uniquebb-10.10-MDEV-29021Nikita Malyavin2022-07-055-27/+126
* MDEV-29021 add test case from MDEV-29013Nikita Malyavin2022-07-042-0/+44
* Do not ignore sql_mode when replicatingNikita Malyavin2022-07-043-1/+52
* Simplify rgi->get_table_data callNikita Malyavin2022-07-042-18/+29
* reorder RPL_TABLE_LIST fields for better packingNikita Malyavin2022-07-041-4/+5
* MDEV-29021 ALTER TABLE fails when a stored virtual column is dropped+addedNikita Malyavin2022-07-043-6/+63
* MDEV-28943 Online alter fails under LOCK TABLE with ER_ALTER_OPERATION_NOT_SU...Sergei Golubchik2022-07-033-6/+68
* MDEV-28930 ALTER TABLE Deadlocks with parallel TL_WRITENikita Malyavin2022-07-035-9/+65
* MDEV-28967 Assertion `marked_for_write_or_computed()' failed in Field_new_dec...Sergei Golubchik2022-07-013-0/+42
* remove redundant warnings in RBR and online alterSergei Golubchik2022-07-012-1/+1
* MDEV-28966 Assertion `row_data' failed in unpack_row / online_alter_read_from...Sergei Golubchik2022-07-013-4/+53
* cleanup: whitespace, etcSergei Golubchik2022-07-017-60/+46
* MDEV-28959 Online alter ignores strict table modeSergei Golubchik2022-07-013-2/+58
* MDEV-28944 XA assertions failing in binlog_rollback and binlog_commitSergei Golubchik2022-07-013-0/+43
* control Cache_flip_event_log lifetime with reference countSergei Golubchik2022-07-014-13/+50
* MDEV-28771 Assertion `table->in_use&&tdc->flushed' failed after ALTERSergei Golubchik2022-07-013-1/+92
* test rename alter_table_online -> alter_table_online_debugSergei Golubchik2022-07-012-0/+0
* separate online_alter_cache_data from binlog_cache_dataSergei Golubchik2022-07-016-58/+60
* put binlog_cache_data on a memrootSergei Golubchik2022-07-011-4/+6
* always commit for non-trans enginesSergei Golubchik2022-07-013-39/+130
* savepointsNikita Malyavin2022-07-016-38/+216
* don't crash if ALTER TABLE fails and a long transaction blocks MDL upgradeSergei Golubchik2022-07-016-31/+77
* don't use start_consistent_snapshotSergei Golubchik2022-07-011-150/+133
* don't copy stmt IO_CACHE to trx IO_CACHE at the stmt endSergei Golubchik2022-07-014-71/+57
* don't do DROP SYSTEM VERSIONING onlineSergei Golubchik2022-06-213-95/+50
* set read_set early, before row readsSergei Golubchik2022-06-212-4/+29
* no ALTER TABLE should return ER_NO_DEFAULT_FOR_FIELDSergei Golubchik2022-06-212-4/+19
* online alter always uses ALGORITHM=COPY, LOCK=NONESergei Golubchik2022-06-211-2/+2
* remove handler::open_read_view()Sergei Golubchik2022-06-214-17/+1
* cleanupSergei Golubchik2022-06-214-100/+49
* support 'alter online table t1 page_checksum=0'Sergei Golubchik2022-06-2136-143/+139
* tests: move around, add newSergei Golubchik2022-06-219-80/+132
* MDEV-16329 [5/5] ALTER ONLINE TABLENikita Malyavin2022-06-2142-181/+1837
* MDEV-16329 [4/5] Refactor MYSQL_BIN_LOG: extract Event_log ancestorNikita Malyavin2022-06-218-103/+172
* MDEV-16329 [3/5] use binlog_cache_data directly in most placesNikita Malyavin2022-06-218-241/+192
* MDEV-16329 [2/5] refactor binlog and cache_mngrNikita Malyavin2022-06-219-139/+171
* MDEV-16329 [1/5] add THD::binlog_get_cache_mngrNikita Malyavin2022-06-212-36/+28
* rpl: repack table_defNikita Malyavin2022-06-212-5/+5
* Copy_field: add const to argumentsNikita Malyavin2022-06-213-57/+57
* rename testsSergei Golubchik2022-06-214-0/+1
* binlog_combinations.inc -> binlog_format_combinations.incSergei Golubchik2022-06-214-6/+6
* Merge 10.9 into 10.10Marko Mäkelä2022-06-176-17/+38
|\
| * Merge 10.8 into 10.9Marko Mäkelä2022-06-176-17/+38
| |\
| | * Merge 10.7 into 10.8Marko Mäkelä2022-06-166-17/+38
| | |\
| | | * Merge 10.6 into 10.7Marko Mäkelä2022-06-166-25/+42
| | | |\
| | | | * Merge 10.5 into 10.6Marko Mäkelä2022-06-161-19/+19
| | | | |\
| | | | | * MDEV-28832 infinite loop in mariabackup if log LOG_HEADER_FORMAT field is 0Vlad Lesin2022-06-151-19/+19
| | | | * | MDEV-28864 Assertion `trx_id <= create_id' failed in innodb_check_version()Marko Mäkelä2022-06-161-0/+1
| | | | * | MDEV-28845 InnoDB: Failing assertion: bpage->can_relocate() in buf0lru.ccMarko Mäkelä2022-06-154-6/+21
| | | | * | MDEV-13542 fixup: Relax an assertionMarko Mäkelä2022-06-151-0/+1