summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-24621 In bulk insert, pre-sort and build indexes one page at a timebb-10.7-MDEV-24621Thirunarayanan Balathandayuthapani2021-09-152-9/+17
* MDEV-24621 In bulk insert, pre-sort and build indexes one page at a timeThirunarayanan Balathandayuthapani2021-09-152-1/+12
* MDEV-24621 In bulk insert, pre-sort and build indexes one page at a timeThirunarayanan Balathandayuthapani2021-09-152-5/+6
* MDEV-24621 In bulk insert, pre-sort and build indexes one page at a timeThirunarayanan Balathandayuthapani2021-09-157-208/+219
* MDEV-24621 In bulk insert, pre-sort and build indexes one page at a timeThirunarayanan Balathandayuthapani2021-09-151-0/+1
* MDEV-24621 In bulk insert, pre-sort and build indexes one page at a timeThirunarayanan Balathandayuthapani2021-09-1510-78/+678
* fix tests after ea06c67a49cSergei Golubchik2021-09-151-2/+2
* MDEV-10075: Provide index of error causing error in array INSERTRucha Deodhar2021-09-1516-8/+1501
* remove more tablespace testsSergei Golubchik2021-09-152-18/+0
* Removed CREATE/DROP TABLESPACE and related commandsMonty2021-09-1471-787/+119
* MDEV-26307 multi-source-replication support mysql syntax(for channel)Monty2021-09-147-18/+848
* Failed change master could leave around old relay log filesMonty2021-09-146-4/+46
* MDEV-26572 Improve simple multibyte collation performance on the ASCII rangebb-10.7-bar-MDEV-26572Alexander Barkov2021-09-1329-22/+2621
* Merge 10.6 into 10.7Marko Mäkelä2021-09-11253-10075/+5734
|\
| * Merge 10.5 into 10.6Marko Mäkelä2021-09-11241-10037/+5668
| |\
| | * remove redundant select in the perfschema.show_aggregate testSergei Golubchik2021-09-112-22/+15
| | * remove unused result fileSergei Golubchik2021-09-111-6482/+0
| | * Merge 10.4 into 10.5Marko Mäkelä2021-09-117-7/+29
| | |\
| | | * Merge 10.3 into 10.4Marko Mäkelä2021-09-116-7/+27
| | | |\
| | | | * Merge 10.2 into 10.3Marko Mäkelä2021-09-116-7/+27
| | | | |\
| | | | | * Fix an occasional timeout in innodb.alter_partitionedMarko Mäkelä2021-09-112-0/+8
| | | | | * MDEV-26537 InnoDB corrupts files due to incorrect st_blksize calculationMarko Mäkelä2021-09-103-7/+19
| | | | | * Speedup build of the MSI packageVladislav Vaintroub2021-09-101-1/+1
| | | * | | MDEV-25951 followup: Add #ifdef around debug codeMarko Mäkelä2021-09-111-1/+3
| | * | | | Merge fixup 7c33ecb6651fb80f46bf9f3d8fee2e2f2b70995dMarko Mäkelä2021-09-113-43/+53
| | * | | | Backport "Fix generation of bison output for out-of-source builds."to 10.5Vladislav Vaintroub2021-09-113-9/+6
| | * | | | Expand performance_schema tables definitions with column commentsVicențiu Ciorbaru2021-09-1051-880/+880
| | * | | | MDEV-25325 built-in documentation for performance_schema tablesHaidong Ji2021-09-1023-219/+383
| | * | | | Merge remote-tracking branch 'upstream/10.4' into 10.5Vicențiu Ciorbaru2021-09-10189-2521/+4439
| | |\ \ \ \ | | | |/ / /
| | | * | | MDEV-25951 followupEugene Kosov2021-09-101-4/+9
| | | * | | Merge branch '10.3' into 10.4Sergei Golubchik2021-09-094-54/+55
| | | |\ \ \ | | | | |/ /
| | | | * | Merge branch '10.2' into 10.3Sergei Golubchik2021-09-094-54/+55
| | | | |\ \ | | | | | |/
| | | | | * fix main.truncate failures in --embeddedSergei Golubchik2021-09-094-54/+55
| | | * | | post-merge fixSergei Golubchik2021-09-091-0/+2
| | | * | | Merge remote-tracking branch 'upstream/10.3' into 10.4Vicențiu Ciorbaru2021-09-09170-2398/+4133
| | | |\ \ \ | | | | |/ /
| | | | * | Merge branch '10.2' into 10.3Sergei Golubchik2021-09-072-11/+68
| | | | |\ \ | | | | | |/
| | | | | * disable bzip2/lz4/lzo in rpm builds, distro dependentSergei Golubchik2021-09-071-0/+10
| | | | | * disable bzip2/lz4/lzo in bintar builds, as they always have beenSergei Golubchik2021-09-071-0/+6
| | | | | * MDEV-19227: mysql_plugin doesn't run bootstrap from sourceAnel Husakovic2021-09-071-11/+52
| | | | * | Merge branch '10.2' into 10.3Vicențiu Ciorbaru2021-09-07169-2388/+4054
| | | | |\ \ | | | | | |/
| | | | | * MDEV-25325 built-in documentation for performance_schema tablesHaidong Ji2021-09-07151-2377/+3867
| | | | | * MDEV-23365: Assertion `!is_set() || (m_status == DA_OK_BULK && is_bulk_op())'bb-10.2-MDEV-23365Rucha Deodhar2021-09-063-1/+54
| | | | | * disable cmake feature summary after the first runSergei Golubchik2021-09-061-1/+2
| | | | | * MDEV-12055 binlog.binlog_stm_ctype_ucs postfixDaniel Black2021-09-051-1/+1
| | | | | * MDEV-26529: binlog.binlog_flush_binlogs_delete_domain fails on RISC-Vbb-10.2-danielblack-MDEV-26529-riscv-test-failDaniel Black2021-09-061-1/+1
| | | | | * MDEV-26518 ; Galera incorrectly handles primary or unique keys with any multi...bb-10.2-MDEV-26517Jan Lindström2021-09-025-1/+110
| | | | | * MDEV-26517 : Galera test failure on galera_fk_cascade_delete_debugJan Lindström2021-09-021-1/+1
| | | | | * MDEV-26521 Remove mdev-504.testVladislav Vaintroub2021-09-013-105/+0
| | | | | * Fix potential null pointer access after the allocation errorVladislav Vaintroub2021-09-011-0/+2
| | | | | * Cleanup - remove confusing comment.Vladislav Vaintroub2021-09-011-1/+0