summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-29447 WIP Refactor spider_db_mbase_util::open_item_funcbb-10.3-mdev-29447-wipYuchen Pei2023-01-244-582/+508
* MDEV-30329: mariadb-service-convert resets systemd service to default User=rootAndrew Hutchings2023-01-031-1/+1
* MDEV-29988 group by fixSergei Golubchik2023-01-023-5/+23
* fixes for json.json_table and main.func_json in --psSergei Golubchik2023-01-021-1/+2
* MDEV-29988: (spider fix) Major performance regression with 10.6.11Oleksandr Byelkin2023-01-021-0/+6
* MDEV-29988: Major performance regression with 10.6.11Dmitry Shulga2023-01-026-18/+215
* MDEV-29988: (revert) Major performance regression with 10.6.11Dmitry Shulga2023-01-021-11/+2
* MDEV-30102 file missing in development librariesSergei Golubchik2023-01-021-0/+1
* --skip-name-resolve=0 didn't workSergei Golubchik2023-01-027-21/+12
* ignore changes in submodules when committing everythingSergei Golubchik2023-01-021-0/+2
* MDEV-30151 parse error 1=2 not between/inSergei Golubchik2023-01-024-6/+25
* MDEV-19071 Wrong results when using STDDEV_SAMP() and viewSergei Golubchik2023-01-026-4/+29
* MDEV-30293: mariabackup fail with --galera-info option without GaleraJulius Goryavsky2022-12-272-4/+6
* MDEV-25004 RefactoringsMarko Mäkelä2022-12-274-67/+59
* MDEV-25004 Missing row in FTS_DOC_ID_INDEX during DELETE HISTORYAleksey Midenkov2022-12-2767-1849/+2269
* MDEV-25004 restart_bindir option to restart server from different locationAleksey Midenkov2022-12-272-6/+43
* MDEV-25004 vers_force_trx option to force transactional System VersioningAleksey Midenkov2022-12-274-23/+41
* typosmusvaage2022-12-219-27/+27
* MDEV-30225 RR isolation violation with locking unique searchVlad Lesin2022-12-207-2/+119
* MDEV-29562 Spider table charset error should happen correctly.Yuchen Pei2022-12-204-0/+114
* header typosmusvaage2022-12-2019-35/+35
* MDEV-27691: make working view-protocolLena Startseva2022-12-161-0/+3
* MDEV-30242 MTR fails to report stack traces of all threads by defaultMarko Mäkelä2022-12-161-2/+2
* debian typosmusvaage2022-12-163-4/+4
* MDEV-30233 DROP DATABASE test fails: Directory not emptyMarko Mäkelä2022-12-1513-12/+31
* MDEV-21187: log_slow_filter="" logs queries not using indexesDaniel Black2022-12-143-5/+40
* MDEV-18591: mysql_install_db - pass --log-error to mysqld in install (#2363)Daniel Black2022-12-131-1/+3
* 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