summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.9 into 10.10Marko Mäkelä2022-12-14153-4151/+1462
|\
| * Merge 10.8 into 10.9Marko Mäkelä2022-12-143-0/+5
| |\
| | * Merge 10.7 into 10.8Marko Mäkelä2022-12-143-0/+5
| | |\
| | | * 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
| * | | | | Merge 10.8 into 10.9Marko Mäkelä2022-12-13153-4152/+1458
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 10.7 into 10.8Marko Mäkelä2022-12-13153-4152/+1458
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge 10.6 into 10.7Marko Mäkelä2022-12-13153-4152/+1458
| | | |\ \ \ | | | | |/ /
| | | | * | Merge 10.5 into 10.6Marko Mäkelä2022-12-13111-196/+1160
| | | | |\ \ | | | | | |/
| | | | | * Merge 10.4 into 10.5Marko Mäkelä2022-12-13111-200/+1058
| | | | | |\
| | | | | | * Merge 10.3 into 10.4Marko Mäkelä2022-12-13104-191/+1041
| | | | | | |\
| | | | | | | * MDEV-29814: galera_var_notify_ssl_ipv6 causes testing system to hangJulius Goryavsky2022-12-096-56/+127
| | | | | | | * MDEV-29144 ER_TABLE_SCHEMA_MISMATCH or crash on DISCARD/IMPORTMarko Mäkelä2022-12-093-1/+80
| | | | | | | * MDEV-30150 ST_GeomFromGeoJSON, 'geometry' before 'type: feature' errorDaniel Black2022-12-092-0/+4
| | | | | | | * MDEV-30162 Fix occasional "Permission denied" on Windows caused by buggy 3rd ...Vladislav Vaintroub2022-12-072-4/+18
| | | | | | | * MDEV-29636 Assertion `part_share->auto_inc_initialized || !can_use_for_auto_i...Nayuta Yanagisawa2022-12-076-0/+73
| | | | | | | * 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-022-0/+34
| | | | | | | * try harder to reject not strictly deterministic vcols in indexes/storedSergei Golubchik2022-12-022-0/+28
| | | | | | | * MDEV-30016 Virtual columns do not support autoincrement columnsSergei Golubchik2022-12-026-6/+49
| | | | | | | * cleanup: VCOL_NOT_VIRTUAL->VCOL_NEXTVALSergei Golubchik2022-12-023-0/+10
| | | | | | | * MDEV-30056 Impossible to export column grantsSergei Golubchik2022-12-0220-89/+89
| | | | | | | * MDEV-30066 (limit + offset) union all (...) limit = incorrect resultSergei Golubchik2022-12-022-0/+24
| | | | | | | * cleanup: union.testSergei Golubchik2022-12-022-25/+20
| | | | | | | * 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-023-3/+17
| | | | | | | * MDEV-30112 ASAN errors in Item_ident::print / generate_partition_syntaxbb-10.3-midenokAleksey Midenkov2022-12-012-0/+23
| | | | | | | * MDEV-30023 Revoking Privilege on the Column Yields the Errorbb-10.3-vicentiuVicențiu Ciorbaru2022-11-302-0/+43
| | | | | | | * [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
| | | | | | | * Enable valgrind for replication testMonty2022-11-294-2/+8
| | | | | | | * MDEV-16735 Ensure mysql_upgrade works when changing alter_algorithmChristian Gonzalez2022-11-292-0/+72
| | | | | | | * MDEV-29348 rpl.rpl_rewrt_db test fails with [gdb,manual-gdb] with wrong parsingAnel Husakovic2022-11-281-1/+1
| | | | | | | * MDEV-29169 Using MATCH returns NULL for Virtual ColumnNikita Malyavin2022-11-232-0/+33
| | | | | | | * MDEV-29473 UBSAN: Signed integer overflow: X * Y cannot be represented in typ...Alexander Barkov2022-11-172-0/+17
| | | | | | | * MDEV-29977 Memory leak in row_log_table_apply_updateThirunarayanan Balathandayuthapani2022-11-152-4/+37
| | | | | | | * Clean up file load.in in a testMarko Mäkelä2022-11-141-0/+1
| | | | | | | * MDEV-27882 Innodb - recognise MySQL-8.0 innodb flags and give a specific erro...Daniel Black2022-11-1114-13/+127
| | | | | | | * MDEV-10087 mysqld_update()/mysql_delete() continues execution even after subq...Vlad Lesin2022-11-092-0/+131
| | | | | | | * MDEV 28970: Add RESET MASTER to clear possible remaining binlog from previous...asklavou2022-11-0912-6/+12
| | | | * | | | Merge branch '10.5' into 10.6Daniel Black2022-12-134-21/+22
| | | | |\ \ \ \ | | | | | |/ / /
| | | | | * | | MDEV-30172 galera 10.5 test cleanupJan Lindström2022-12-134-13/+22
| | | | | * | | mtr: galera/galera_3node disable failed testsDaniel Black2022-12-132-2/+9
| | | | * | | | Merge branch '10.5' into 10.6Daniel Black2022-12-1342-3941/+282
| | | | |\ \ \ \ | | | | | |/ / /