summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* MDEV-23630: mysqldump logically dump system table informationDaniel Black2020-11-013-0/+739
* Fix sporadic test failure on galera_parallel_apply_3nodes.Jan Lindström2020-10-302-5/+23
* Merge branch '10.1' into 10.2Oleksandr Byelkin2020-10-2910-16/+23
|\
| * MDEV-23702 calculating(auto rounding) issueSergei Golubchik2020-10-297-17/+22
| * update result files after backportSergei Golubchik2020-10-293-12/+0
| * Move result files at the correct place.Oleksandr Byelkin2020-10-293-0/+0
* | remove non-working debug assertSergei Golubchik2020-10-291-2/+1
* | MDEV-24026: InnoDB: Failing assertion: os_total_large_mem_allocated >= size u...Vlad Lesin2020-10-292-1/+6
* | MDEV-22707 : galera got stuck after flush tablesJan Lindström2020-10-281-0/+1
* | Merge branch '10.1' into 10.2Oleksandr Byelkin2020-10-2816-40/+431
|\ \ | |/
| * test case for BUG#31650096Sergei Golubchik2020-10-272-0/+34
| * cleanup: have_static_innodb.incSergei Golubchik2020-10-274-14/+8
| * Bug#31304432 "INSUFFICIENT PRIVILEGE CHECK BY LOCK TABLES"Sergei Golubchik2020-10-272-0/+292
| * Fix test failure on wsrep/variables test case.Jan Lindström2020-10-242-0/+10
| * MDEV-24017: Blackhole : Specified key was too long; max key length is 1000 bytesVlad Lesin2020-10-242-0/+22
| * MDEV-20744 SET GLOBAL `replicate_do_db` = DEFAULT causes crash.bb-10.1-hfAlexey Botchkov2020-10-232-0/+7
| * MDEV-10149: sys_vars.rpl_init_slave_func fails sporadically in buildbotSujatha2020-10-222-27/+21
* | MDEV-23991 dict_table_stats_lock() has unnecessarily long scopeEugene Kosov2020-10-272-0/+45
* | MDEV-16952 Introduce SET GLOBAL innodb_max_purge_lag_waitMarko Mäkelä2020-10-272-16/+20
* | MDEV-22524 SIGABRT in safe_mutex_unlock withAlexey Botchkov2020-10-272-0/+4
* | MDEV-22707: galera got stuck after flush tablesmkaruza2020-10-272-0/+77
* | remove disable_abort_on_error from precedence.testSergei Golubchik2020-10-252-17/+12
* | MDEV-23720 Change innodb_log_optimize_ddl=OFF by defaultMarko Mäkelä2020-10-253-2/+4
* | MDEV-22313: Neither SHOW CREATE USER nor SHOW GRANTS prints a user's default ...Anel Husakovic2020-10-246-0/+58
* | MDEV-23867: insert... select crash in compute_window_funcVarun Gupta2020-10-233-0/+3928
* | MDEV-17408 VIEW is incorrectly defined for a combination of = and BETWEENSergei Golubchik2020-10-232-0/+17
* | precedence bugfixingSergei Golubchik2020-10-239-1413/+264
* | cleanup: remove redundant BANG_PRECEDENCESergei Golubchik2020-10-231-1/+1
* | A fairly exhastive test for operator precedenceSergei Golubchik2020-10-232-0/+12893
* | cleanup: move precedence tests into precedence_bugs.testSergei Golubchik2020-10-238-51/+61
* | MDEV-23656 view: removal of parentheses results in wrong resultSergei Golubchik2020-10-232-0/+23
* | MDEV-23492 performance_schema_digests_size changing from default to 5000 when...Sergei Golubchik2020-10-232-2/+2
* | MDEV-20755 InnoDB: Database page corruption on disk or a failed file read of ...Vlad Lesin2020-10-233-0/+99
* | MDEV-19443 server_audit plugin doesn't log proxy users.Alexey Botchkov2020-10-232-1/+75
* | MDEV-20593 SIGSEGV in report_json_error_ex (on optimized builds).Alexey Botchkov2020-10-222-0/+6
* | Merge 10.1 into 10.2Marko Mäkelä2020-10-2128-18/+572
|\ \ | |/
| * InnoDB 5.6.50Marko Mäkelä2020-10-215-3/+44
| |\
| | * MDEV-23999 Potential stack overflow in InnoDB fulltext searchMarko Mäkelä2020-10-212-0/+41
| |/
| * Updated mtr helpAnel Husakovic2020-10-201-2/+2
| * MDEV-5628: Assertion `! is_set()' or `!is_set() || (m_status == DA_OK_BULK &&Rucha Deodhar2020-10-202-0/+27
| * MDEV-17729: Assertion `! is_set() || m_can_overwrite_status' failed inRucha Deodhar2020-10-202-0/+32
| * MDEV-23938: innodb row_search_idx_cond_check handle ICP_ABORTED_BY_USERSergei Petrunia2020-10-167-0/+162
| * MDEV-23722 InnoDB: Assertion: result != FTS_INVALID in fts_trx_row_get_new_stateThirunarayanan Balathandayuthapani2020-10-084-0/+154
| * MDEV-4851: (tests) log tables modifiable on log_output!=TABLEbb-10.1-danielblack-MDEV-4851Daniel Black2020-10-084-15/+101
| * MDEV-23832 Crash at startup in Log_event::read_log_eventAndrei Elkin2020-10-072-0/+44
| * mtr: innodb_stats_dropped_locked cleanupbb-10.1-danielblack-test-innodb_stats_drop_locked_cleanupDaniel Black2020-10-012-0/+4
* | Update mtr helpAnel Husakovic2020-10-201-1/+1
* | MDEV-21951: mariabackup SST fail if data-directory have lost+found directoryJulius Goryavsky2020-10-203-0/+123
* | MDEV-23387 dict_load_foreign() fails to load the table during alterThirunarayanan Balathandayuthapani2020-10-192-0/+33
* | MDEV-23327 Can't uninstall UDF if the implementation library file doesn't existOleksandr Byelkin2020-10-192-0/+36