summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup! MDEV-28943bb-10.10-MDEV-16329Sergei Golubchik2022-10-133-12/+48
* MDEV-28816 Assertion `wsrep_thd_is_applying(thd)' failed in int wsrep_ignored...Sergei Golubchik2022-07-241-1/+2
* MDEV-29067 Online alter ignores check constraint violationSergei Golubchik2022-07-173-0/+295
* don't do ALTER IGNORE TABLE onlineSergei Golubchik2022-07-165-2/+22
* MDEV-29021 add test case from MDEV-29013Nikita Malyavin2022-07-162-0/+44
* Do not ignore sql_mode when replicatingNikita Malyavin2022-07-163-1/+52
* Simplify rgi->get_table_data callNikita Malyavin2022-07-162-18/+30
* reorder RPL_TABLE_LIST fields for better packingNikita Malyavin2022-07-161-4/+5
* MDEV-29021 fixupSergei Golubchik2022-07-164-6/+4
* MDEV-29021 ALTER TABLE fails when a stored virtual column is dropped+addedNikita Malyavin2022-07-156-94/+241
* cleanup, remove dead codeSergei Golubchik2022-07-157-65/+13
* MDEV-28943 Online alter fails under LOCK TABLE with ER_ALTER_OPERATION_NOT_SU...Sergei Golubchik2022-07-153-6/+68
* MDEV-28930 ALTER TABLE Deadlocks with parallel TL_WRITENikita Malyavin2022-07-155-9/+65
* MDEV-28967 Assertion `marked_for_write_or_computed()' failed in Field_new_dec...Sergei Golubchik2022-07-153-0/+49
* remove redundant warnings in RBR and online alterSergei Golubchik2022-07-151-0/+1
* 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
| | | | |\