summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
...
| * make @@wsrep_provider and @@wsrep_notify_cmd read-onlymariadb-10.2.37Sergei Golubchik2021-02-1816-311/+22
| * List of unstable tests for 10.2.37 releaseElena Stepanova2021-02-011-183/+111
* | Suppress warning on galera_ssl_upgrade test.Jan Lindström2021-02-222-0/+9
* | MDEV-24867 : wsrep.variables MTR failed: Result length mismatchJan Lindström2021-02-172-14/+2
* | MDEV-15641 fixup: Make the test fasterMarko Mäkelä2021-02-162-16/+4
* | MDEV-23291: SUM column from a derived table returns invalid valuesVarun Gupta2021-02-162-0/+31
* | MDEV-24779: main.subselect fails in buildbot with --ps-protocolVarun Gupta2021-02-162-0/+22
* | MDEV-19474: Histogram statistics are used even with optimizer_use_condition_s...Varun Gupta2021-02-163-0/+95
* | Remove useless test innodb.innodb_bug60049Marko Mäkelä2021-02-153-58/+0
* | MDEV-11862 rpl.rpl_semi_sync_event_after_sync 'fails if there is no semisync...Alice Sherepa2021-02-153-0/+3
* | MDEV-24763 fixup: Use deterministic ORDER BYMarko Mäkelä2021-02-122-2/+2
* | MDEV-24763 ALTER TABLE fails to rename a column in SYS_FIELDSMarko Mäkelä2021-02-122-0/+31
* | MDEV-18468 fixup: Make test case robust w.r.t. deferred DROP TABLEMarko Mäkelä2021-02-122-4/+19
* | MDEV-19950: Galera test failure on galera_ssl_upgradeJulius Goryavsky2021-02-115-4/+27
* | Update Galera disabled.defJan Lindström2021-02-112-0/+3
* | MDEV-24790 CAST('0e1111111111' AS DECIMAL(38,0)) returns a wrong resultAlexander Barkov2021-02-083-13/+137
* | Make innodb_gis.rtree_purge run fasterMarko Mäkelä2021-02-071-4/+2
* | MDEV-22741: *SAN: ERROR: AddressSanitizer: use-after-poison on address in ins...Sujatha2021-02-032-0/+11
* | MDEV-23449: alias do not exist and a query do not report an errorVarun Gupta2021-01-312-0/+19
* | MDEV-22583: Selectivity for BIT columns in filtered column for EXPLAIN is inc...Varun Gupta2021-01-303-0/+66
* | MDEV-11172: EXPLAIN shows non-sensical value for key_len with type=indexVarun Gupta2021-01-302-0/+35
* | List of unstable tests for 10.2.37 releaseElena Stepanova2021-01-291-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