summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.2' into 10.3Sergei Golubchik2021-02-0193-316/+1927
|\
| * List of unstable tests for 10.2.37 releaseElena Stepanova2021-02-011-183/+111
| * MDEV-22251: get_key_scans_params: Conditional jump or move depends on uniniti...Sergei Petrunia2021-01-283-0/+48
| * MDEV-24699: Added wait condition to make sure table t2 is replicated to node_1.Stepan Patryshev2021-01-281-0/+3
| * MDEV-20939: Race condition between mysqldump import and InnoDB persistentRucha Deodhar2021-01-272-0/+290
| * Fix wsrep.variablesJan Lindström2021-01-261-1/+1
| * MDEV-24509 : Warning: Memory not freed: 56 on SET @@global.wsrep_sst_authJan Lindström2021-01-262-9/+36
| * MDEV-20939: Race condition between mysqldump import and InnoDB persistentDaniel Black2021-01-251-10/+10
| * mtr: --client-gdb='<gdb commands>'Sergei Golubchik2021-01-241-3/+7
| * cleanup: remove slave background thread, use handle_manager thread insteadSergei Golubchik2021-01-241-11/+11
| * don't allow `KILL QUERY ID USER xxx`Sergei Golubchik2021-01-242-0/+11
| * MDEV-24122: on previously MySQL-5.7 datadirs, adjust mysql.user column orderDaniel Black2021-01-232-2/+158
| * reenable rpl_spec_variables.testAlice Sherepa2021-01-225-15/+61
| * MDEV-23659 : Update Galera disabled.def fileJan Lindström2021-01-222-1/+13
| * MDEV-8134: The relay-log is not flushed after the slave-relay-log.999999 showedSujatha2021-01-212-0/+146
| * MDEV-16940 Server crashes in unsafe_key_update upon attempt to update viewIgor Babaev2021-01-192-0/+38
| * MDEV-19723 Assertion `je->state == JST_KEY' failed while SELECT ST_GEOMFROMGE...Alexey Botchkov2021-01-192-0/+5
| * MDEV-24403 Segfault on CREATE TABLE with explicit FTS_DOC_ID_INDEX by multipl...Aleksey Midenkov2021-01-192-0/+21
| * MDEV-24491 db_name mismatch happens during virtual column computationThirunarayanan Balathandayuthapani2021-01-192-1/+10
| * MDEV-24547 Update fails when online alter does rollback due to MDL time outThirunarayanan Balathandayuthapani2021-01-193-0/+56
| * MDEV-24179: Assertion `m_status == DA_ERROR || m_status == DA_OK ||Rucha Deodhar2021-01-192-0/+29
| * MDEV-23851 BF-BF Conflict issue because of UK GAP lockssjaakola2021-01-182-0/+237
| * MDEV-24432 : galera.galera_fk_cascade_delete_debug MTR failed: query 'reap' f...Jan Lindström2021-01-154-33/+67
| * MDEV-24443 : galera.lp1376747-4 MTR fails: Result length mismatchJan Lindström2021-01-152-18/+25
| * MDEV-12908 binlog_encryption.binlog_xa_recover, binlog.binlog_xa_recover fail...Alice Sherepa2021-01-143-4/+3
| * MDEV-24536 innodb_idle_flush_pct has no effectMarko Mäkelä2021-01-133-2/+14
| * Fix innodb.innodb_mysqlMarko Mäkelä2021-01-131-1/+1
| * MDEV-24208 SHOW RELAYLOG EVENTS command is not supported in the prepared sta...Dmitry Shulga2021-01-134-11/+138
| * MDEV-23826: ORDER BY in view definition leads to wrong result with GROUP BY o...Varun Gupta2021-01-122-0/+77
| * MDEV-23753: SIGSEGV in Column_stat::store_stat_fieldsVarun Gupta2021-01-123-0/+40
| * MDEV-16341 Wrong length for USER columns in performance_schema tablesSergei Golubchik2021-01-112-22/+22
| * MDEV-18428 Memory: If transactional=0 is specified in CREATE TABLE, it is not...Sergei Golubchik2021-01-1120-40/+60
| * cleanup: copy RAII helpers from 10.5, cleanup testSergei Golubchik2021-01-112-73/+81
| * don't do a warning for bad table options in replication slave threadSergei Golubchik2021-01-112-3/+7
| * MDEV-18428 Memory: If transactional=0 is specified in CREATE TABLE, it is not...Sergei Golubchik2021-01-111-1/+1
| * MDEV-17852 Altered connection limits for user have no effectSergei Golubchik2021-01-112-0/+53
| * MDEV-22966 Server crashes or hangs with SET ROLE when started with skip-grant...Sergei Golubchik2021-01-112-0/+19
| * main.skip_grants cleanupSergei Golubchik2021-01-113-41/+38
| * MDEV-12161 Can't specify collation for virtual columnsSergei Golubchik2021-01-115-12/+33
* | MDEV-24675 Server crash when table value constructor uses a subselectIgor Babaev2021-01-262-0/+103
* | MDEV-21785: sequences used as default by other table not dumped in right orde...bb-10.3-MDEV-21785Oleksandr Byelkin2021-01-262-0/+53
* | MDEV-24653 fixup: Make the test deterministicMarko Mäkelä2021-01-251-0/+1
* | MDEV-24653 Assertion block->page.id.page_no() == index->page failed in innoba...Marko Mäkelä2021-01-252-3/+41
* | MDEV-24593 Signal 11 when group by primary key of table joined to information...Sergei Golubchik2021-01-222-0/+19
* | remove now-unused rdiff fileSergei Golubchik2021-01-221-11/+0
* | 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