summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-29068 Cascade foreign key updates do not apply in online alterbb-10.11-ddl-nikitaNikita Malyavin2023-02-163-0/+97
* fix main.query_cache_innodb and main.alter_table_lockNikita Malyavin2023-02-152-1/+2
* MDEV-29069 follow-up: improve DEFAULT rulesNikita Malyavin2022-11-026-17/+140
* few rgi assertions. this can proof that rgi is always presentNikita Malyavin2022-11-022-1/+3
* MDEV-29069 follow-up optimize find_keyNikita Malyavin2022-11-025-57/+92
* MDEV-29069 follow-up: fix replication with extra fields + testsNikita Malyavin2022-11-024-39/+288
* SHOW CREATE collationsNikita Malyavin2022-11-022-11/+11
* rpl: check should go after defaults and vcols updateNikita Malyavin2022-10-215-12/+112
* MDEV-29069 follow-up: support partially usable keysNikita Malyavin2022-10-174-19/+29
* MDEV-29069 follow-up: allow deterministic DEFAULTsNikita Malyavin2022-10-173-9/+15
* MDEV-29069 ER_KEY_NOT_FOUND on online autoinc addition + concurrent DELETENikita Malyavin2022-10-178-41/+387
* rename rpl/rpl_alter_instant -> rpl/rpl_alter_innodbNikita Malyavin2022-10-172-0/+0
* MDEV-29038 XA assertions failing in binlog_rollback and binlog_commitNikita Malyavin2022-10-173-1/+43
* log_event.h: remove junk EOL spacesNikita Malyavin2022-10-171-2/+2
* MDEV-29013 ER_KEY_NOT_FOUND/lock timeout upon online alter with long uniqueNikita Malyavin2022-10-175-45/+130
* MDEV-29067 Online alter ignores check constraint violationSergei Golubchik2022-10-173-0/+248
* don't do ALTER IGNORE TABLE onlineSergei Golubchik2022-10-175-2/+22
* MDEV-29021 add test case from MDEV-29013Nikita Malyavin2022-10-172-2/+46
* Do not ignore sql_mode when replicatingNikita Malyavin2022-10-173-1/+52
* Simplify rgi->get_table_data callNikita Malyavin2022-10-172-18/+30
* reorder RPL_TABLE_LIST fields for better packingNikita Malyavin2022-10-171-4/+5
* MDEV-29021 fixupSergei Golubchik2022-10-174-6/+4
* MDEV-29021 ALTER TABLE fails when a stored virtual column is dropped+addedNikita Malyavin2022-10-176-94/+241
* cleanup, remove dead codeSergei Golubchik2022-10-177-65/+13
* fixup! MDEV-28943 add a few more testsSergei Golubchik2022-10-172-0/+61
* MDEV-28943 Online alter fails under LOCK TABLE with ER_ALTER_OPERATION_NOT_SU...Sergei Golubchik2022-10-173-1/+99
* MDEV-28930 ALTER TABLE Deadlocks with parallel TL_WRITENikita Malyavin2022-10-175-9/+65
* MDEV-28967 Assertion `marked_for_write_or_computed()' failed in Field_new_dec...Sergei Golubchik2022-10-173-0/+49
* remove redundant warnings in RBR and online alterSergei Golubchik2022-10-171-0/+1
* cleanup: whitespace, etcSergei Golubchik2022-10-177-60/+46
* MDEV-28959 Online alter ignores strict table modeSergei Golubchik2022-10-173-2/+58
* MDEV-28944 XA assertions failing in binlog_rollback and binlog_commitSergei Golubchik2022-10-173-0/+43
* control Cache_flip_event_log lifetime with reference countSergei Golubchik2022-10-174-13/+50
* MDEV-28771 Assertion `table->in_use&&tdc->flushed' failed after ALTERSergei Golubchik2022-10-173-1/+92
* test rename alter_table_online -> alter_table_online_debugSergei Golubchik2022-10-172-0/+0
* separate online_alter_cache_data from binlog_cache_dataSergei Golubchik2022-10-176-58/+60
* put binlog_cache_data on a memrootSergei Golubchik2022-10-171-4/+6
* always commit for non-trans enginesSergei Golubchik2022-10-173-39/+130
* savepointsNikita Malyavin2022-10-176-38/+216
* don't crash if ALTER TABLE fails and a long transaction blocks MDL upgradeSergei Golubchik2022-10-176-31/+77
* don't use start_consistent_snapshotSergei Golubchik2022-10-171-150/+133
* don't copy stmt IO_CACHE to trx IO_CACHE at the stmt endSergei Golubchik2022-10-174-71/+57
* don't do DROP SYSTEM VERSIONING onlineSergei Golubchik2022-10-173-95/+50
* set read_set early, before row readsSergei Golubchik2022-10-172-4/+29
* no ALTER TABLE should return ER_NO_DEFAULT_FOR_FIELDSergei Golubchik2022-10-172-4/+19
* online alter always uses ALGORITHM=COPY, LOCK=NONESergei Golubchik2022-10-171-2/+2
* remove handler::open_read_view()Sergei Golubchik2022-10-174-17/+1
* cleanupSergei Golubchik2022-10-174-100/+49
* support 'alter online table t1 page_checksum=0'Sergei Golubchik2022-10-1736-143/+139
* tests: move around, add newSergei Golubchik2022-10-179-80/+132