summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* MDEV-28967 Assertion `marked_for_write_or_computed()' failed in Field_new_dec...Sergei Golubchik2023-04-183-0/+49
* remove redundant warnings in RBR and online alterSergei Golubchik2023-04-181-0/+1
* cleanup: whitespace, etcSergei Golubchik2023-04-186-58/+43
* MDEV-28959 Online alter ignores strict table modeSergei Golubchik2023-04-183-2/+58
* MDEV-28944 XA assertions failing in binlog_rollback and binlog_commitSergei Golubchik2023-04-183-0/+43
* control Cache_flip_event_log lifetime with reference countSergei Golubchik2023-04-184-13/+50
* MDEV-28771 Assertion `table->in_use&&tdc->flushed' failed after ALTERSergei Golubchik2023-04-183-1/+92
* test rename alter_table_online -> alter_table_online_debugSergei Golubchik2023-04-182-0/+0
* separate online_alter_cache_data from binlog_cache_dataSergei Golubchik2023-04-186-58/+60
* put binlog_cache_data on a memrootSergei Golubchik2023-04-181-4/+6
* always commit for non-trans enginesSergei Golubchik2023-04-183-39/+130
* savepointsNikita Malyavin2023-04-186-38/+216
* don't crash if ALTER TABLE fails and a long transaction blocks MDL upgradeSergei Golubchik2023-04-186-31/+77
* don't use start_consistent_snapshotSergei Golubchik2023-04-181-150/+133
* don't copy stmt IO_CACHE to trx IO_CACHE at the stmt endSergei Golubchik2023-04-184-71/+57
* don't do DROP SYSTEM VERSIONING onlineSergei Golubchik2023-04-183-95/+50
* set read_set early, before row readsSergei Golubchik2023-04-182-4/+29
* no ALTER TABLE should return ER_NO_DEFAULT_FOR_FIELDSergei Golubchik2023-04-182-4/+19
* online alter always uses ALGORITHM=COPY, LOCK=NONESergei Golubchik2023-04-181-2/+2
* remove handler::open_read_view()Sergei Golubchik2023-04-184-17/+1
* cleanupSergei Golubchik2023-04-184-100/+49
* support 'alter online table t1 page_checksum=0'Sergei Golubchik2023-04-1836-143/+139
* tests: move around, add newSergei Golubchik2023-04-189-80/+132
* MDEV-16329 [5/5] ALTER ONLINE TABLENikita Malyavin2023-04-1842-181/+1838
* MDEV-16329 [4/5] Refactor MYSQL_BIN_LOG: extract Event_log ancestorNikita Malyavin2023-04-188-112/+180
* MDEV-16329 [3/5] use binlog_cache_data directly in most placesNikita Malyavin2023-04-187-238/+185
* MDEV-16329 [2/5] refactor binlog and cache_mngrNikita Malyavin2023-04-188-136/+162
* MDEV-16329 [1/5] add THD::binlog_get_cache_mngrNikita Malyavin2023-04-182-36/+28
* rpl: repack table_defNikita Malyavin2023-04-182-5/+5
* Copy_field: add const to argumentsNikita Malyavin2023-04-183-57/+57
* rename testsSergei Golubchik2023-04-184-0/+1
* binlog_combinations.inc -> binlog_format_combinations.incSergei Golubchik2023-04-184-6/+6
* cleanup: remove vcol_info->stored_in_dbSergei Golubchik2023-04-189-37/+28
* Fix recalculation of vcols in binlog_row_image=minimalSergei Golubchik2023-04-185-17/+100
* cleanup: clarify ha_innobase::column_bitmaps_signal()Sergei Golubchik2023-04-181-1/+9
* allow random_bytes() in virtual columnsSergei Golubchik2023-04-184-6/+25
* Revert "Added mysql-log-rotate to .gitignore"Daniel Black2023-03-311-1/+0
* All-green GitLab CI in 11.0 branchRobin Newhouse2023-03-303-1/+1024
* Update pull request template to suggest making PRs editable by maintainersVicențiu Ciorbaru2023-03-301-33/+19
* [MDEV-30543] New status variable: max_used_connections_timeMikhail Chalov2023-03-303-1/+69
* CODING_STANDARDS: Add variable initializations and functions spacingAhmed Ibrahim2023-03-301-1/+35
* Merge 10.11 into 11.0Marko Mäkelä2023-03-29134-3080/+3153
|\
| * Merge 10.10 into 10.11Marko Mäkelä2023-03-29114-3032/+3105
| |\
| | * Merge 10.9 into 10.10Marko Mäkelä2023-03-29113-3031/+3104
| | |\
| | | * Merge 10.8 into 10.9Marko Mäkelä2023-03-29113-3031/+3104
| | | |\
| | | | * Merge 10.6 into 10.8Marko Mäkelä2023-03-29113-3031/+3104
| | | | |\
| | | | | * Merge 10.5 into 10.6Marko Mäkelä2023-03-2875-2880/+2834
| | | | | |\
| | | | | | * MDEV-30936 fixupMarko Mäkelä2023-03-282-2/+1
| | | | | | * MDEV-30936 clang 15.0.7 -fsanitize=memory fails massivelyMarko Mäkelä2023-03-2817-63/+32
| | | | | | * MDEV-30421 rpl_parallel_*.test cleanupbb-10.5-midenokAleksey Midenkov2023-03-2363-2818/+2797