summaryrefslogtreecommitdiff
path: root/mysql-test/t
Commit message (Expand)AuthorAgeFilesLines
* MDEV-25444: mysql --binary-mode is not able to replay some mysqlbinlog outputsbb-10.2-MDEV-25444Brandon Nesterenko2021-10-061-0/+170
* MDEV-24454 Crash at change_item_treebb-10.2-MDEV-24454Oleksandr Byelkin2021-09-271-0/+49
* Give less memory to get reliable error.Oleksandr Byelkin2021-09-161-1/+1
* fix main.truncate failures in --embeddedSergei Golubchik2021-09-092-32/+32
* MDEV-23365: Assertion `!is_set() || (m_status == DA_OK_BULK && is_bulk_op())'bb-10.2-MDEV-23365Rucha Deodhar2021-09-061-0/+29
* MDEV-26521 Remove mdev-504.testVladislav Vaintroub2021-09-011-80/+0
* MDEV-23752 SHOW EXPLAIN FOR thd waits for sleepSergei Golubchik2021-07-311-13/+14
* Some tests can take very long time when run with valgrindElena Stepanova2021-07-242-0/+5
* MDEV-26202 Unexpected failure with query using indirectly a recursive CTE twiceIgor Babaev2021-07-221-0/+14
* MDEV-26189 Missing handling of unknown column in WHERE of recursive CTEIgor Babaev2021-07-211-2/+46
* MDEV-25565 Crash on 2-nd execution of SP/PS for query calculating window func...Igor Babaev2021-07-201-0/+147
* MDEV-26025 Server crashes while executing query with CTE in PS/SPIgor Babaev2021-07-201-0/+27
* MDEV-26135 Assertion failure when executing PS with a hanging recursive CTEIgor Babaev2021-07-191-0/+21
* MDEV-26145: Incorrect metadata is sent on running query with union in PS modeDmitry Shulga2021-07-191-0/+4
* MDEV-23597 Assertion `marked_for_read()' failed while evaluating DEFAULTNikita Malyavin2021-07-161-1/+1
* MDEV-25858: Query results are incorrect when indexes are addedSergei Petrunia2021-07-151-0/+51
* MDEV-26080: SHOW GRANTS does not quote role names properly for DEFAULT ROLEAnel Husakovic2021-07-091-0/+23
* MDEV-26095 Infinite recursion when processing embedded recursive CTEIgor Babaev2021-07-081-0/+23
* MDEV-25013: SIGSEGV in best_extension_by_limited_search | SIGSEGV in restore_...Sergei Petrunia2021-07-031-0/+21
* MDEV-23937: SIGSEGV in looped best_extension_by_limited_search from greedy_se...Sergei Petrunia2021-07-031-0/+21
* MDEV-17783: AddressSanitizer: stack-buffer-overflow in table_cond_selectivitySergei Petrunia2021-07-031-0/+34
* MDEV-26081 set role crashes when a hostname cannot be resolvedSergei Golubchik2021-07-021-1/+25
* MDEV-25969: Condition pushdown into derived table doesn't work if select list...Sergei Petrunia2021-06-301-0/+70
* MDEV-25461 Assertion `je->state == JST_KEY' failed in Geometry::create_from_j...Alexey Botchkov2021-06-281-0/+7
* MDEV-20411 Procedure containing CTE incorrectly stored in mysql.procIgor Babaev2021-06-251-0/+29
* MDEV-25679 Wrong result selecting from simple view with LIMIT and ORDER BYIgor Babaev2021-06-211-0/+17
* MDEV-25630: Crash with window function in left expr of IN subquerySergei Petrunia2021-06-091-0/+14
* MDEV-25635 Assertion failure when pushing from HAVING into WHERE of viewIgor Babaev2021-06-021-0/+25
* MDEV-25576: The statement EXPLAIN running as regular statement and as prepare...Dmitry Shulga2021-05-301-0/+14
* MDEV-23886 Reusing CTE inside a function fails with table doesn't existIgor Babaev2021-05-211-0/+202
* MDEV-22462: Item_in_subselect::create_single_in_to_exists_cond(JOIN *, Item *...Sergei Petrunia2021-05-211-1/+12
* MDEV-25462: Assertion `m_status == DA_ERROR || m_status == DA_OK ||Rucha Deodhar2021-05-201-0/+26
* MDEV-25728: mysqld --help --verbose creates a log-bin-index fileDaniel Black2021-05-201-1/+1
* MDEV-25629: Crash in get_sort_by_table() in subquery with order by having out...Sergei Petrunia2021-05-191-0/+14
* MDEV-25682 Explain shows an execution plan different from actually executedIgor Babaev2021-05-141-0/+16
* MDEV-22370 safe_mutex: Trying to lock uninitialized mutex at /data/src/10.4-b...Sachin Kumar2021-05-141-0/+17
* XA PREPARE and SHOW STATUSSergei Golubchik2021-05-081-0/+18
* Skip auth_named_pipe test, if plugin was not builtVladislav Vaintroub2021-05-071-0/+5
* MDEV-21603 Crashing SHOW TABLES with derived table in WHERE conditionSergei Golubchik2021-05-041-5/+29
* MDEV-10674: main.show_explain failed in buildbotSergei Petrunia2021-05-032-1/+9
* Bug#29363867: LOST CONNECTION TO MYSQL SERVER DURING QUERYbb-10.2-BUG29363867Oleksandr Byelkin2021-04-281-0/+19
* MDEV-19198 - DBUG assert in CREATE IF NOT EXIST under LOCK TABLES WRITEVladislav Vaintroub2021-04-281-0/+15
* Bug#29363867: LOST CONNECTION TO MYSQL SERVER DURING QUERYSergei Golubchik2021-04-271-0/+35
* Bug #31674599: THE UDF_INIT() FUNCTION CAUSE SERVER CRASHSergei Golubchik2021-04-271-0/+10
* MDEV-24898: Server crashes in st_select_lex::next_selectbb-10.2-tmp1Sergei Petrunia2021-04-251-0/+13
* MDEV-24925: Server crashes in Item_subselect::init_expr_cache_trackerSergei Petrunia2021-04-251-0/+32
* MDEV-24823 Crash with invalid multi-table update of view in 2nd execution of SPIgor Babaev2021-04-221-0/+53
* MDEV-25362 Incorrect name resolution for subqueries in ON expressionsprot-10.2Igor Babaev2021-04-171-0/+50
* MDEV-25407: EXISTS subquery with correlation in ON expression crashesbb-10.2-mdev25407Sergei Petrunia2021-04-161-0/+23
* MDEV-25403 ALTER TABLE wrongly checks for field's default value if AFTER is usedSergei Golubchik2021-04-151-0/+12