summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.3' into 10.4bb-10.4-MDEV-23468Oleksandr Byelkin2020-12-2574-1061/+1582
|\
| * Merge branch '10.2' into 10.3Oleksandr Byelkin2020-12-2376-1043/+1703
| |\
| | * Forgot to add this change to previous csetSergei Petrunia2020-12-221-0/+10
| | * MDEV-24444: ASAN use-after-poison in Item_func_in::get_func_mm_tree with NOT INSergei Petrunia2020-12-222-0/+23
| | * Item_func_like::walk() was ignoring escape_itemSergei Golubchik2020-12-192-0/+14
| | * MDEV-24346 valgrind error in main.precedenceSergei Golubchik2020-12-192-0/+18
| | * MDEV-24346 valgrind error in main.precedenceSergei Golubchik2020-12-192-0/+2
| | * Item_func_like calls escape_item->fix_fields() twiceSergei Golubchik2020-12-192-1/+14
| | * MDEV-23065 : Crash after setting wsrep_on to ON dynamically and reconnectJan Lindström2020-12-192-0/+9
| | * MDEV-22008 rpl.rpl_semi_sync fails in bb, MDEV-24418 reenable binlog_truncate...Alice Sherepa2020-12-1813-206/+157
| | * MDEV-24041 Generated column DELETE with FOREIGN KEY crash InnoDBNikita Malyavin2020-12-182-0/+65
| | * MDEV-20751 Permission Issue With Nested CTEsIgor Babaev2020-12-172-0/+106
| | * MDEV-24327 wsrep XID checkpointing order with log_slave_updates=OFFbb-10.2-MDEV-24327sjaakola2020-12-173-0/+126
| | * MDEV-23406 Signal 8 in maria_create after recursive cte queryIgor Babaev2020-12-162-0/+313
| | * MDEV-21958: postfix - result of range_mrr_icpDaniel Black2020-12-161-0/+15
| | * MDEV-24172: innodb stats table last_update is TIMESTAMPDaniel Black2020-12-162-4/+0
| | * MDEV-24414 Update and enable galera.galera_defaultsbb-10.2-MDEV-24414Stepan Patryshev2020-12-152-2/+1
| | * MDEV-21958: Query having many NOT-IN clauses running foreverSergei Petrunia2020-12-152-0/+36
| | * MDEV-24331 mysqldump fails with "Got error: 1356" if the database contains a ...Sergei Golubchik2020-12-112-0/+51
| | * MDEV-24194 View definition corruptionSergei Golubchik2020-12-102-0/+7
| | * MDEV-4677 GROUP_CONCAT not showing any output with group_concat_max_len >= 4GbSergei Golubchik2020-12-104-4/+26
| | * tests for YEAR(N)Sergei Golubchik2020-12-102-0/+69
| | * cleanup: type_year test formattingSergei Golubchik2020-12-102-21/+23
| | * MDEV-14836 Assertion `m_status == DA_ERROR' failed in Diagnostics_area::sql_e...Sergei Golubchik2020-12-102-1/+2
| | * MDEV-24033: SIGSEGV in __memcmp_avx2_movbe from queue_insert | SIGSEGV in __m...Sergei Golubchik2020-12-1020-798/+327
| | * MDEV-17573 Assertion in federatedx on multi-updateAleksey Midenkov2020-12-092-0/+55
| | * MDEV-24019 Assertion is hit for query using recursive CTE with no default DBIgor Babaev2020-12-082-0/+79
| | * MDEV-22781 CREATE VIEW containing WITH clause Signal 11Igor Babaev2020-12-073-6/+70
| | * MDEV-24139: CHECK_CLAUSE field in INFORMATION_SCHEMA.CHECK_CONSTRAINTS trunca...Anel Husakovic2020-12-077-14/+20
| | * MDEV-24177 && MDEV-24178Anel Husakovic2020-12-071-0/+1
| | * MDEV-24314 Unexpected error message when selecting from view that usesIgor Babaev2020-12-042-0/+65
* | | Merge 10.3 into 10.4Marko Mäkelä2020-12-2317-3/+336
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2020-12-231-1/+1
| |\ \ | | |/
| | * MDEV-24318 server_audit doesn't respect filters for PROXY_CONNECTAlexey Botchkov2020-12-011-1/+1
| * | MDEV-23446 UPDATE does not insert history row if the row is not changedAleksey Midenkov2020-12-222-0/+54
| * | MDEV-23644 Assertion on evaluating foreign referential action for self-refere...Aleksey Midenkov2020-12-228-6/+77
| * | MDEV-21138 Assertion `col->ord_part' or `f.col->ord_part' failed in row_build...Aleksey Midenkov2020-12-224-0/+69
| * | MDEV-22178 Assertion `info->alias.str' failed in partition_info::check_partit...Aleksey Midenkov2020-12-222-0/+16
| * | TODO-2697 Enable galera.lp1376747-4 on 10.3 CSStepan Patryshev2020-12-161-1/+0
| * | MDEV-24414 Update and enable galera.galera_defaultsbb-10.3-MDEV-24414Stepan Patryshev2020-12-152-2/+1
| * | remove the test for MDEV-22485 that doesn't test MDEV-22485Sergei Golubchik2020-12-123-152/+0
| * | MDEV-19273: Server crash in MDL_ticket::has_stronger_or_equal_type or Asserti...bb-10.3-MDEV-19273Oleksandr Byelkin2020-12-094-2/+125
| * | MDEV-22485: add the test casebb-10.3-anel-MDEV-22485-mysqlslapAnel Husakovic2020-12-073-0/+152
* | | MENT-1047 Assertion `active() == false' failed with "XA START.."Daniele Sciascia2020-12-222-0/+11
* | | MDEV-24327 wsrep XID checkpointing order with log_slave_updates=OFFsjaakola2020-12-173-0/+128
* | | MDEV-24207: recognise mysql forms of invalid password for mysql_native_passwordDaniel Black2020-12-152-2/+13
* | | MDEV-23659 Update Galera disabled.def fileStepan Patryshev2020-12-141-1/+0
* | | MDEV-21958: Query having many NOT-IN clauses running forever, part 3Sergei Petrunia2020-12-112-0/+64
* | | MDEV-21958: Query having many NOT-IN clauses running forever, part 2Sergei Petrunia2020-12-113-84/+0
* | | MDEV-21958: Query having many NOT-IN clauses running foreverSergei Petrunia2020-12-113-0/+84