summaryrefslogtreecommitdiff
path: root/mysql-test/main
Commit message (Expand)AuthorAgeFilesLines
* 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
* MDEV-16735 Ensure mysql_upgrade works when changing alter_algorithmChristian Gonzalez2022-11-292-0/+72
* MDEV-29473 UBSAN: Signed integer overflow: X * Y cannot be represented in typ...Alexander Barkov2022-11-172-0/+17
* MDEV 28970: Add RESET MASTER to clear possible remaining binlog from previous...asklavou2022-11-094-2/+4
* Work around MDEV-24813 in some testsMarko Mäkelä2022-11-084-64/+38
* MDEV-29926: ASAN heap-use-after-free in Explain_query::~Explain_querymariadb-10.3.37Oleksandr Byelkin2022-11-027-0/+80
* MDEV-26161 crash in Gis_point::calculate_haversineAlexey Botchkov2022-10-262-0/+8
* MDEV-26161 crash in Gis_point::calculate_haversineSergei Golubchik2022-10-252-0/+10
* MDEV-29811 server advertises ssl even if it's unusable.Vladislav Vaintroub2022-10-252-0/+20
* MDEV-16549 Server crashes in Item_field::fix_fields on query with view and su...Oleksandr Byelkin2022-10-242-0/+36
* MDEV-14983 Wrong error message with SET sql_mode=sha2(ucs2_value)Alexander Barkov2022-10-242-0/+26
* MDEV-29678 Valgrind/MSAN uninitialised value errors upon PS with ALTER under ...Daniel Black2022-10-222-0/+10
* MDEV-23160: SIGSEGV in Explain_node::print_explain_for_children on UNION SELECTSergei Petrunia2022-10-212-0/+77
* MDEV-28455: CREATE TEMPORARY TABLES privilege is insufficient for SHOW COLUMNSAnel Husakovic2022-10-183-0/+107
* MDEV-16128: Server crash in Item_func::print_op on 2nd execution of PSDmitry Shulga2022-10-172-0/+169
* Merge branch 'bb-10.3-vp-MDEV-27691' into 10.3Oleksandr Byelkin2022-10-14237-128/+1720
|\
| * MDEV-27691: make working view-protocolLena Startseva2022-09-23235-129/+1708
* | MDEV-29697 Assertion failure in Diagnostics_area::set_ok_statusAleksey Midenkov2022-10-052-0/+21
* | MDEV-28576 RENAME COLUMN with NOCOPY algorithm leads to corrupt partitioned t...Aleksey Midenkov2022-10-052-0/+22
* | MDEV-29710: Valgrind tests massively fail due to silently killing server on s...Marko Mäkelä2022-10-052-0/+2
* | MDEV-29710: Disable main.log_slow under ValgrindMarko Mäkelä2022-10-051-0/+2
* | MDEV-17124: mariadb 10.1.34, views and prepared statements: ERROR 1615 (HY00...Oleksandr Byelkin2022-09-304-11/+83
* | MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DBAnel Husakovic2022-09-3033-1146/+1279
* | fix sporadic failures on main.killSergei Golubchik2022-09-291-0/+2
* | MDEV-29361 Infinite recursive calls when detecting CTE dependenciesIgor Babaev2022-09-282-0/+1250
* | MDEV-21134 Crash with partitioned table, PARTITION syntax, and index_merge.Alexey Botchkov2022-09-272-5/+111
* | MDEV-29022 add_slave destroy child list and has dead codeOleksandr Byelkin2022-09-272-0/+155
* | cleanup: main.mysqldump testSergei Golubchik2022-09-262-17/+34
* | sporadic failures of main.bootstrapSergei Golubchik2022-09-262-2/+2
|/
* MDEV-29561 SHOW CREATE TABLE produces syntactically incorrect structureAlexander Barkov2022-09-205-10/+84
* MDEV-29446 Change SHOW CREATE TABLE to display default collationAlexander Barkov2022-09-12265-6421/+6421
* MDEV-29350 Crash when IN predicand is used in eliminated GROUP BY clauseIgor Babaev2022-08-252-0/+190
* Merge branch '10.3' into bb-10.3-releaseOleksandr Byelkin2022-08-152-0/+46
|\
| * MDEV-27151: JSON_VALUE() does not parse NULL properties properlyRucha Deodhar2022-08-112-0/+46
* | MDEV-23149 Server crashes in my_convert / ErrConvString::ptr / Item_char_type...Sergei Golubchik2022-08-104-10/+16
|/
* Fix typos in the codebase.fluesvamp2022-08-091-1/+1
* Fixed that sp-no-valgrind.test is disabled on valgrind builds (not runs)Monty2022-08-081-1/+1
* MDEV-12325 Unexpected data type and truncation when using CTEMonty2022-08-082-0/+188
* MDEV-18702: mysqldump: add variable 'max-statement-time' (mtr fix)Daniel Black2022-08-041-1/+1
* MDEV-23809: Server crash in JOIN_CACHE::free or ...Sergei Petrunia2022-08-032-0/+44
* MDEV-28617 Crash with INSERT...SELECT using derived table in GROUP BY clauseIgor Babaev2022-08-022-0/+171
* MDEV-26447: mysqldump to use temporary view instead of tables.Daniel Black2022-08-033-106/+71
* MDEV-18702 mysqldump: add variable 'max-statement-time'Mike Griffin2022-08-022-0/+97
* CC 3.1 updateGeorg Richter2022-07-2920-53/+53
* MDEV-29188 Crash in JSON_EXTRACTOleksandr Byelkin2022-07-292-0/+25
* MDEV-29139 Crash when using ANY predicand with redundant subquery in GROUP BY...Igor Babaev2022-07-262-0/+96
* MDEV-29074 GET_BIT variables crash in SET STATEMENTSergei Golubchik2022-07-262-0/+22
* MDEV-28762: recursive call of some json functions without stack controlRucha Deodhar2022-07-232-4/+4