summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add notembeddedbb-10.6-online-alterNikita Malyavin2021-12-131-0/+1
* fix rollback to savepointNikita Malyavin2021-12-131-1/+1
* fix fixesNikita Malyavin2021-12-137-12/+17
* fix windows buildNikita Malyavin2021-12-132-6/+7
* fix rocksdbNikita Malyavin2021-12-134-4/+17
* fix embedded buildNikita Malyavin2021-12-136-5/+33
* move binlog_online_alter stuff to functionsNikita Malyavin2021-12-131-63/+88
* revert "fix embedded server build"Nikita Malyavin2021-12-135-102/+39
* fix embedded server buildNikita Malyavin2021-12-135-39/+102
* rpl: repack table_defNikita Malyavin2021-12-132-5/+5
* MDEV-16329 [5/5] ALTER ONLINE TABLENikita Malyavin2021-12-1335-500/+2511
* MDEV-16329 [4/5] Refactor MYSQL_BIN_LOG: extract Event_log ancestorNikita Malyavin2021-12-138-56/+160
* MDEV-16329 [3/5] use binlog_cache_data directly in most placesNikita Malyavin2021-12-138-241/+193
* MDEV-16329 [2/5] refactor binlog and cache_mngrNikita Malyavin2021-12-089-138/+167
* MDEV-16329 [1/5] add THD::binlog_get_cache_mngrNikita Malyavin2021-12-082-36/+28
* Copy_field: add const to argumentsNikita Malyavin2021-12-083-57/+57
* Remove DYNAMIC_ARRAY get_index_dynamic()bb-10.8-robertEric Herman2021-11-242-27/+0
* MDEV-27042 UCA: Resetting contractions to ignorable does not work wellbb-bar-10.8Alexander Barkov2021-11-245-36/+114
* Refactoring for MDEV-27042 and MDEV-27009Alexander Barkov2021-11-243-39/+59
* Merge 10.7 into 10.8Marko Mäkelä2021-11-19155-4499/+3660
|\
| * Cleanup: Remove unused DBUG_SUICIDE()Marko Mäkelä2021-11-194-11/+0
| * MDEV-27094 Debug builds include useless InnoDB "disabled" optionsMarko Mäkelä2021-11-1927-845/+4
| * Merge 10.6 into 10.7Marko Mäkelä2021-11-19134-3643/+3656
| |\
| | * MDEV-26747 after-merge fix for MDEV-12026, MDEV-25105Marko Mäkelä2021-11-191-4/+2
| | * MDEV-27058: Reduce the size of buf_block_t and buf_page_tMarko Mäkelä2021-11-1884-3303/+2828
| | * MDEV-27058: Move buf_page_t::slot to IORequest::slotMarko Mäkelä2021-11-187-68/+52
| | * MDEV-26769 follow-up: Remove unnecessary page lockingMarko Mäkelä2021-11-182-28/+38
| | * MDEV-27069: heap-use-after-free in dict_stats_recalc_pool_del()Marko Mäkelä2021-11-181-1/+9
| | * MDEV-26769 fixup: Fix the SUX_LOCK_GENERIC buildMarko Mäkelä2021-11-182-2/+1
| | * Merge 10.5 into 10.6Marko Mäkelä2021-11-1714-110/+249
| | |\
| | | * Merge 10.4 into 10.5Marko Mäkelä2021-11-1714-110/+249
| | | |\
| | | | * Merge 10.3 into 10.4Marko Mäkelä2021-11-1712-105/+244
| | | | |\
| | | | | * Merge 10.2 into 10.3Marko Mäkelä2021-11-1712-77/+223
| | | | | |\
| | | | | | * MDEV-26747 improve corruption check for encrypted tables on ALTER IMPORTbb-10.2-MDEV-26747-corruption-checkEugene Kosov2021-11-177-45/+90
| | | | | | * MDEV-26825 Bogus error for query with two usage of CTE referring another CTEIgor Babaev2021-11-163-23/+120
| | | | | | * MDEV-27056 Windows upgrade_wizard - CloseHandle() on invalid (already closed)...Vladislav Vaintroub2021-11-161-1/+1
| | | | | | * Windows build - fix signtool search path to take modern SDKs into accountVladislav Vaintroub2021-11-161-8/+12
| | | | * | | MDEV-23805 fixup: Adjsut the MDEV-16131 and MDEV-24730 testsMarko Mäkelä2021-11-172-6/+6
| | * | | | | Merge 10.5 into 10.6Marko Mäkelä2021-11-161-4/+15
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | MDEV-27059 page_zip_dir_insert() may corrupt ROW_FORMAT=COMPRESSED tablesMarko Mäkelä2021-11-161-4/+15
| | * | | | | MDEV-27028 [ERROR] [FATAL] InnoDB: SYS_VIRTUAL.TABLE_ID mismatchMarko Mäkelä2021-11-161-52/+59
| | * | | | | Merge 10.5 into 10.6Marko Mäkelä2021-11-1638-91/+426
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Merge 10.4 into 10.5Marko Mäkelä2021-11-1631-81/+351
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | MDEV-23805 Make Online DDL to Instant DDL when table is emptybb-10.4-MDEV-23805Thirunarayanan Balathandayuthapani2021-11-1223-13/+73
| | | | * | | Merge branch '10.3' into 10.4Vladislav Vaintroub2021-11-123-5/+13
| | | | |\ \ \ | | | | | |/ /
| | | | | * | Merge branch '10.2' into 10.3Vladislav Vaintroub2021-11-123-5/+13
| | | | | |\ \ | | | | | | |/
| | | | | | * MDEV-27030 vcol.vcol_keys_myisam fails on Windows x64, with Visual Studio 2022Vladislav Vaintroub2021-11-111-0/+8
| | | | | | * MDEV-26991: CURRENT_TEST: main.mysql_binary_zero_insert 'grep' is not recogni...bb-10.2-MDEV-26991Brandon Nesterenko2021-11-112-5/+5
| | | | * | | MDEV-23766: fix by assert (Windows)Sergei Krivonos2021-11-102-14/+13
| | | | * | | MDEV-23766: Re-add Json_writer unit test.Sergei Petrunia2021-11-092-2/+4