summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* MDEV-21117: refine the server binlog-based recovery for semisyncorigin/bb-10.3-MDEV-21117Sujatha2021-04-0714-220/+106
* MDEV-21117: refine the server binlog-based recovery for semisyncSujatha2021-02-0816-0/+1330
* MDEV-21153 Replica nodes crash due to indexed virtual columns and FK cascadin...bb-10.3-MDEV-21153sjaakola2021-01-192-0/+59
* Merge 10.2 into 10.3Marko Mäkelä2021-01-192-0/+76
|\
| * MDEV-21478 Inplace ALTER fails to report error when FTS_DOC_IDThirunarayanan Balathandayuthapani2021-01-112-0/+73
* | MDEV-23666: Assertion `m_cpp_buf <= ptr && ptr <= m_cpp_buf + m_buf_length' f...Dmitry Shulga2021-01-142-0/+24
* | MDEV-24387: Wrong number of decimal digits in certain UNION/SubqeryRucha Deodhar2021-01-132-0/+52
* | MDEV-17227 Server crash in TABLE_SHARE::init_from_sql_statement_string upon t...Sergei Golubchik2021-01-122-13/+23
* | MDEV-20763 Table corruption or Assertion `btr_validate_index(index, 0, false)...Sergei Golubchik2021-01-122-0/+48
* | fix sporadic failures of main.processlist_notembeddedSergei Golubchik2021-01-122-16/+20
* | failing to parse an SP should not abort information_schema.routinesSergei Golubchik2021-01-122-4/+6
* | MDEV-24524 Assertion `ls->length < 0xFFFFFFFFL && ((ls->length == 0 && !ls->s...Sergei Golubchik2021-01-122-4/+18
* | Added the test case for MDEV-23804Varun Gupta2021-01-122-0/+83
* | Merge 10.2 into 10.3 (except MDEV-17556)Marko Mäkelä2021-01-119-1/+825
|\ \ | |/
| * MDEV-24482: Added wait condition to make sure table t1 is replicated to node_2.Stepan Patryshev2021-01-041-0/+3
| * MDEV-24465: Added wait condition to make sure table t1 is replicated to node_2.Stepan Patryshev2021-01-041-0/+3
| * MDEV-24464: Added wait condition to make sure table t1 is replicated to node_2.Stepan Patryshev2021-01-041-0/+3
| * MDEV-24447: Added wait condition to make sure table t1 is replicated to node_2.Stepan Patryshev2021-01-041-0/+3
| * MDEV-24462: Added wait condition to make sure table t1 is replicated to node_2.Stepan Patryshev2021-01-041-0/+3
| * MDEV-23033: All slaves crash once in ~24 hours and loop restart with signal 11Sujatha2021-01-042-0/+805
| * MDEV-19442 server_audit plugin doesn't consider proxy users in server_audit_e...Alexey Botchkov2020-12-282-1/+5
* | MDEV-16272 rpl.rpl_semisync_ali_issues failed in buildbot, SHOW variable was ...Alice Sherepa2021-01-071-0/+15
* | MDEV-17891 Assertion failure upon attempt to replace into a full tableNikita Malyavin2021-01-074-0/+112
* | MDEV-23632 ALTER TABLE...ADD KEY creates corrupted index on virtual columnNikita Malyavin2021-01-052-0/+45
* | Correction of the merge 10.2 into 10.3 for MDEV-23619Igor Babaev2020-12-281-2/+2
* | 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