summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-26674 follow-up: Bless Linux 5.15.3bb-10.6-MDEV-26674Marko Mäkelä2021-11-251-1/+8
* Fix build failure on mac due to invalid access on private member from rw_lockbb-10.6-robertRobert Bindar2021-11-241-0/+1
* MDEV-27058 fixup: Fix MemorySanitizer, and GCC 4.8.5 ICE on ARMv8Marko Mäkelä2021-11-203-49/+54
* MDEV-27058 fixup: Avoid a hang with ROW_FORMAT=COMPRESSEDMarko Mäkelä2021-11-191-24/+25
* 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
| | * | | In case WITH_WSREP is enabled, build wsrep as pluginVladislav Vaintroub2021-11-093-13/+8
| | * | | improve build, allow sql library to be built in parallel with builtinsVladislav Vaintroub2021-11-094-8/+49
| | * | | Add new option NOT_EMBEDDED, for pluginsVladislav Vaintroub2021-11-093-8/+20
| | * | | Revert "improve build, allow sql library to be built in parallel with builtins"Sergei Krivonos2021-11-094-49/+8
| | * | | Revert "In case WITH_WSREP is enabled, build wsrep as plugin"Sergei Krivonos2021-11-093-8/+13
| | * | | MDEV-23766: buildfix: postpone new unittest until its dependency resolutionSergei Krivonos2021-11-091-4/+0
| | * | | MDEV-23766: fix by my_json_writer testSergei Krivonos2021-11-093-21/+19
| | * | | MDEV-23766: Make Json_writer assert when one tries to author invalid JSONSergei Petrunia2021-11-094-8/+163
| | * | | MDEV-23766: Make Json_writer assert when one tries to author invalid JSONSergei Petrunia2021-11-092-27/+17
| | * | | In case WITH_WSREP is enabled, build wsrep as pluginVladislav Vaintroub2021-11-093-13/+8
| | * | | improve build, allow sql library to be built in parallel with builtinsVladislav Vaintroub2021-11-094-8/+49
| | * | | MDEV-23766: add Json_writer consistency asserts to check array/object sequenceSergei Krivonos2021-11-092-42/+116
| | * | | MDEV-23766: Fix get_best_disjunct_quick by assert:Sergei Krivonos2021-11-091-4/+6
| | * | | MDEV-23766: Fix fix_semijoin_strategies_for_picked_join_order by assertSergei Krivonos2021-11-091-3/+3
| * | | | MDEV-27047: Replication fails to remove affected queries from query cacheMarko Mäkelä2021-11-163-3/+61
| * | | | MDEV-27016: Assertion 'id.page_no() < space.size' failedMarko Mäkelä2021-11-161-1/+3
| * | | | MDEV-18439 Windows builds should have core_file=1 by defaultVladislav Vaintroub2021-11-131-1/+1
* | | | | Merge branch '10.5' into 10.6Vladislav Vaintroub2021-11-121-0/+8
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-27030 vcol.vcol_keys_myisam fails on Windows x64, with Visual Studio 2022Vladislav Vaintroub2021-11-121-0/+8