summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-26142: Fix failures of the tests main.features and sys_vars.stored_progr...bb-10.6-MDEV-26142Dmitry Shulga2021-07-158-9/+54
* Implement simple Gitlab-CI pipeline for MariaDB with RPM buildsOtto Kekäläinen2021-07-141-0/+270
* simplify myskel.m4 and make it work when a path contains '@'Sergei Golubchik2021-07-131-7/+2
* bump the VERSIONDaniel Bartholomew2021-07-061-1/+1
* MDEV-22709 Assertion `store.length() <= (256L*256L*256L-1)' failed in net_sen...Sergei Golubchik2021-07-061-0/+6
* update C/C to 3.2.3mariadb-10.6.3Sergei Golubchik2021-07-051-0/+0
* mtr: report full command line of mysqld that failed to startSergei Golubchik2021-07-041-1/+1
* fixup 0a67b15a9d3348d10f6df0caae6f2f973295a43aMarko Mäkelä2021-07-031-0/+7
* Merge 10.5 into 10.6Marko Mäkelä2021-07-033-115/+8
|\
| * MDEV-26017 fixupMarko Mäkelä2021-07-031-2/+2
| * MDEV-26033: Race condition between buf_pool.page_hash and resize()Marko Mäkelä2021-07-032-113/+6
* | gamma -> stableSergei Golubchik2021-07-022-2/+2
* | update test resultSergei Golubchik2021-07-021-1/+0
* | main.lock_kill fails in embeddedSergei Golubchik2021-07-021-0/+4
* | MDEV-25906: SIGSEGV in flush_tables_with_read_lock on FTWRL or FTFE | SIGSEGV...Sergei Golubchik2021-07-025-3/+149
* | MDEV-15888 Implement FLUSH TABLES tbl_name [, tbl_name] ... WITH READ LOCK fo...Sergei Golubchik2021-07-025-15/+74
* | errors after altering a table has finished aren't fatalSergei Golubchik2021-07-025-54/+39
* | Merge 10.5 into 10.6Marko Mäkelä2021-07-0252-104/+1429
|\ \ | |/
| * MDEV-23004 When using GROUP BY with JSON_ARRAYAGG with joint table, the squar...Sergei Golubchik2021-07-022-2/+2
| * Merge 10.4 into 10.5Marko Mäkelä2021-07-026-13/+95
| |\
| | * MDEV-25236 Online log apply fails for ROW_FORMAT=REDUNDANT tablesMarko Mäkelä2021-07-023-13/+81
| | * Merge 10.3 into 10.4Marko Mäkelä2021-07-022-1/+9
| | |\
| | | * Merge 10.2 into 10.3Marko Mäkelä2021-07-021-1/+1
| | | |\
| | | | * submodules.cmake: add missing --depth=1Eugene Kosov2021-07-021-1/+1
| | | * | Fixup 586870f9effa48831fda2590f2aee2b95b30be39Marko Mäkelä2021-07-021-0/+8
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-07-0248-76/+1364
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.3 into 10.4Marko Mäkelä2021-07-028-50/+117
| | |\ \ \ | | | |/ /
| | | * | Merge 10.2 into 10.3Marko Mäkelä2021-07-024-27/+81
| | | |\ \ | | | | |/
| | | | * MDEV-26077 Assertion err != DB_DUPLICATE_KEY or unexpected ER_TABLE_EXISTS_ERRORMarko Mäkelä2021-07-023-27/+80
| | | | * MDEV-25129 fixup: Adjust test resultMarko Mäkelä2021-07-021-0/+4
| | | * | MDEV-25971 Instant ADD COLUMN fails to issue truncation warningsThirunarayanan Balathandayuthapani2021-07-024-22/+35
| | * | | mtr: plugin.multiauth aix fixDaniel Black2021-07-022-0/+15
| | * | | Merge branch 10.3 into 10.4Daniel Black2021-07-023-1/+11
| | |\ \ \ | | | |/ /
| | | * | mtr: fix tests funcs_1.is_tables_is & sql_sequence.rebuildDaniel Black2021-07-022-0/+10
| | | * | Merge branch '10.2' into 10.3Daniel Black2021-07-021-1/+1
| | | |\ \ | | | | |/
| | | | * MDEV-25129 postfix for windowsDaniel Black2021-07-021-1/+1
| | | * | mtr: aix - no pool of threadsDaniel Black2021-07-023-0/+6
| | | * | MDEV-25894: support AIX as a platform in mtrDaniel Black2021-07-024-2/+19
| | * | | mtr: aix - no pool of threadsDaniel Black2021-07-023-0/+6
| | * | | MDEV-25894: support AIX as a platform in mtrDaniel Black2021-07-024-2/+19
| | * | | MDEV-25969: Condition pushdown into derived table doesn't work if select list...Sergei Petrunia2021-07-012-2/+74
| | * | | Merge 10.3 -> 10.4Sergei Petrunia2021-06-3026-19/+741
| | |\ \ \ | | | |/ /
| | | * | Post-merge fix: update derived_cond_pushdown.resultSergei Petrunia2021-06-301-0/+1
| | | * | Merge 10.2->10.3Sergei Petrunia2021-06-3023-19/+736
| | | |\ \ | | | | |/
| | | | * MDEV-25969: Condition pushdown into derived table doesn't work if select list...Sergei Petrunia2021-06-303-6/+289
| | | | * MDEV-25129 Add KEYWORDS view to the INFORMATION_SCHEMAxing-zhi, jiang2021-06-2912-11/+306
| | | | * MDEV-26040 os_file_set_size() may not work on O_DIRECT filesMarko Mäkelä2021-06-291-5/+33
| | | | * MDEV-25461 Assertion `je->state == JST_KEY' failed in Geometry::create_from_j...Alexey Botchkov2021-06-283-0/+23
| | | | * Adjusted test results after the fix for MDEV-20411 (2)Igor Babaev2021-06-261-4/+4
| | | | * Adjusted test results after the fix for MDEV-20411Igor Babaev2021-06-264-15/+14