summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-30102 file missing in development librariesbb-10.7-sergSergei Golubchik2022-12-281-0/+1
* Fixed usage of unitialised value error in test_sql_servicebb-10.7-montyMonty2022-12-201-0/+1
* header typomusvaage2022-12-201-1/+1
* MDEV-30172: Disable galera.galera_parallel_simpleMarko Mäkelä2022-12-161-0/+1
* Merge 10.6 into 10.7Marko Mäkelä2022-12-166-6/+20
|\
| * MDEV-30235 InnoDB crash on table-rebuilding DDL when the statistics tables ar...Marko Mäkelä2022-12-151-1/+5
| * Merge 10.5 into 10.6Marko Mäkelä2022-12-151-2/+3
| |\
| | * MDEV-30227 [ERROR] [FATAL] InnoDB: fdatasync() returned 9Marko Mäkelä2022-12-151-2/+3
| * | MDEV-30172: galera mtr disablesDaniel Black2022-12-152-0/+7
| * | Merge branch '10.5' into 10.6Daniel Black2022-12-154-3/+5
| |\ \ | | |/
| | * mtr: more galera disables - linked in MDEV-30172Daniel Black2022-12-153-1/+3
| | * Deb: debian-start.inc - do not quote exe variablesDaniel Black2022-12-151-2/+2
| * | Merge branch 10.5 into 10.6Daniel Black2022-12-156-34/+34
| |\ \ | | |/
* | | Merge branch 10.6 into 10.7Daniel Black2022-12-156-34/+34
|\ \ \
| * \ \ Merge branch '10.5' into 10.6Daniel Black2022-12-156-34/+34
| |\ \ \ | | |/ / | |/| / | | |/
| | * rpm: server-post - use mariadb-install-dbDaniel Black2022-12-141-1/+1
| | * Deb: mariadb-server.postinst to use mariadb-install-dbDaniel Black2022-12-141-3/+3
| | * mariadb-install-db: use mariadb namesDaniel Black2022-12-141-10/+10
| | * Deb: MariaDB names as default for deb scriptsDaniel Black2022-12-143-21/+21
* | | Merge 10.6 into 10.7Marko Mäkelä2022-12-143-0/+5
|\ \ \ | |/ /
| * | Merge branch '10.5' into 10.6Daniel Black2022-12-143-0/+5
| |\ \ | | |/
| | * MDEV-30172 re-disable galera testsDaniel Black2022-12-143-1/+5
* | | After-merge fixMarko Mäkelä2022-12-141-0/+2
* | | Merge 10.6 into 10.7Marko Mäkelä2022-12-13227-4470/+2337
|\ \ \ | |/ /
| * | Merge 10.5 into 10.6Marko Mäkelä2022-12-13178-473/+1980
| |\ \ | | |/
| | * Merge 10.4 into 10.5Marko Mäkelä2022-12-13179-475/+1889
| | |\
| | | * Merge 10.3 into 10.4Marko Mäkelä2022-12-13171-468/+1860
| | | |\
| | | | * MDEV-29814: galera_var_notify_ssl_ipv6 causes testing system to hangJulius Goryavsky2022-12-097-88/+161
| | | | * MDEV-29144 ER_TABLE_SCHEMA_MISMATCH or crash on DISCARD/IMPORTMarko Mäkelä2022-12-097-7/+110
| | | | * MDEV-30150 ST_GeomFromGeoJSON, 'geometry' before 'type: feature' errorDaniel Black2022-12-093-1/+6
| | | | * MDEV-30162 Fix occasional "Permission denied" on Windows caused by buggy 3rd ...Vladislav Vaintroub2022-12-076-107/+194
| | | | * MDEV-29636 Assertion `part_share->auto_inc_initialized || !can_use_for_auto_i...Nayuta Yanagisawa2022-12-078-1/+87
| | | | * dgcov: parsing without dot to get specific versionAnel Husakovic2022-12-051-1/+2
| | | | * dgcov: also remove rpm dependency on IO::Uncompress::GunzipSergei Golubchik2022-12-041-5/+5
| | | | * MDEV-26102 followupSergei Golubchik2022-12-022-15/+9
| | | | * MDEV-26102 dgcov: add support for *.gcda.gcov.json.gz files of gcov 9.1+Anel Husakovic2022-12-021-18/+36
| | | | * fix more sporadic failures on main.killSergei Golubchik2022-12-021-2/+2
| | | | * MDEV-30082 View definition losing brackets changes semantics of the query and...Sergei Golubchik2022-12-024-0/+37
| | | | * try harder to reject not strictly deterministic vcols in indexes/storedSergei Golubchik2022-12-024-6/+42
| | | | * MDEV-30016 Virtual columns do not support autoincrement columnsSergei Golubchik2022-12-028-7/+55
| | | | * cleanup: VCOL_NOT_VIRTUAL->VCOL_NEXTVALSergei Golubchik2022-12-026-8/+15
| | | | * MDEV-30056 Impossible to export column grantsSergei Golubchik2022-12-0221-92/+91
| | | | * MDEV-30036 NULL pointer dereference in partition_info::set_partition_bitmaps_...Sergei Golubchik2022-12-022-22/+0
| | | | * fix embedded startup with no command line argumentsSergei Golubchik2022-12-021-9/+6
| | | | * MDEV-30066 (limit + offset) union all (...) limit = incorrect resultSergei Golubchik2022-12-023-5/+32
| | | | * cleanup: union.testSergei Golubchik2022-12-022-25/+20
| | | | * MDEV-28855 SEGV around dict_free_vc_templ during DROP INDEXSergei Golubchik2022-12-021-1/+1
| | | | * cleanup: clarify innobase_init_vc_templ usageSergei Golubchik2022-12-022-11/+4
| | | | * MDEV-28643: view protocol fails due to different column nameOleksandr Byelkin2022-12-022-7/+6
| | | | * MDEV-28696 View created as "select b''; " references invalid table(s) or colu...Alexander Barkov2022-12-025-3/+37