summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-15990 REPLACE on a precise-versioned table returns ER_DUP_ENTRYbb-10.3-nikitaNikita Malyavin2022-12-168-49/+212
* Make Field::is_max accept ptr argumentNikita Malyavin2022-12-162-10/+12
* 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
* MDEV-30112 ASAN errors in Item_ident::print / generate_partition_syntaxbb-10.3-midenokAleksey Midenkov2022-12-013-0/+25
* MDEV-30023 Revoking Privilege on the Column Yields the Errorbb-10.3-vicentiuVicențiu Ciorbaru2022-11-303-2/+48
* MDEV-28299: Server crashes in XINDXS::Range/CntIndexRange (Connect engine)Anel Husakovic2022-11-293-0/+66
* [MDEV-30002] Skip bad_startup_options test when running as root (#2344)Robin Newhouse2022-11-291-0/+3
* Add a global suppression for O_DIRECT failuresMarko Mäkelä2022-11-292-6/+1
* Fixed warning from innodb.create_isl_with_direct if have_symlink is disabledbb-10.3-montyMonty2022-11-291-6/+5
* Safety fixMonty2022-11-291-3/+4
* Fixed the BUILD scripts to work outside of a git repositoryMonty2022-11-291-4/+8
* Enable valgrind for replication testMonty2022-11-294-2/+8
* MDEV-16735 Ensure mysql_upgrade works when changing alter_algorithmChristian Gonzalez2022-11-293-1/+73
* MDEV-29348 rpl.rpl_rewrt_db test fails with [gdb,manual-gdb] with wrong parsingAnel Husakovic2022-11-281-1/+1
* MDEV-28996 ASAN errors in String::q_append / spider_string::q_append / spider...Nayuta Yanagisawa2022-11-284-9/+90
* MDEV-29855 Crash with SPIDER_DIRECT_SQL and spider_udf_ds_use_real_table=1Nayuta Yanagisawa2022-11-244-11/+77
* MDEV-29169 Using MATCH returns NULL for Virtual ColumnNikita Malyavin2022-11-233-0/+38
* MDEV-29817: Issues with handling options for SSL CRLs (and some others)Julius Goryavsky2022-11-224-5/+9
* MDEV-28462 Race condition between instant alter and AHI accessThirunarayanan Balathandayuthapani2022-11-228-21/+33
* MDEV-12274: Too many connections warning in error log (#2213)Daniel Black2022-11-181-1/+2
* MDEV-29473 UBSAN: Signed integer overflow: X * Y cannot be represented in typ...Alexander Barkov2022-11-1717-29/+128
* MDEV-29977 Memory leak in row_log_table_apply_updateThirunarayanan Balathandayuthapani2022-11-153-4/+39
* Clean up file load.in in a testMarko Mäkelä2022-11-141-0/+1
* MDEV-28489 CONNECT used incorrect CHAR lengthAndrew Hutchings2022-11-113-7/+70
* MDEV-27882 Innodb - recognise MySQL-8.0 innodb flags and give a specific erro...Daniel Black2022-11-1117-21/+170