summaryrefslogtreecommitdiff
path: root/mysql-test/suite/sys_vars/t
Commit message (Expand)AuthorAgeFilesLines
* MDEV-22711 Assertion `nr != 0' failed in handler::update_auto_increment.bb-10.2-mdev-22711-hfAlexey Botchkov2021-10-261-0/+20
* MDEV-22653: Remove the useless parameter innodb_simulate_comp_failuresMarko Mäkelä2021-03-221-65/+0
* make @@wsrep_provider and @@wsrep_notify_cmd read-onlymariadb-10.2.37Sergei Golubchik2021-02-183-133/+0
* MDEV-24033: SIGSEGV in __memcmp_avx2_movbe from queue_insert | SIGSEGV in __m...Sergei Golubchik2020-12-102-324/+58
* Merge branch '10.1' into 10.2Oleksandr Byelkin2020-10-282-15/+20
|\
| * MDEV-20744 SET GLOBAL `replicate_do_db` = DEFAULT causes crash.bb-10.1-hfAlexey Botchkov2020-10-231-0/+3
| * MDEV-10149: sys_vars.rpl_init_slave_func fails sporadically in buildbotSujatha2020-10-221-16/+17
| * MDEV-23386: mtr: main.mysqld--help autosized table{-open,}-cach and max-conne...Daniel Black2020-08-101-2/+2
* | MDEV-22524 SIGABRT in safe_mutex_unlock withAlexey Botchkov2020-10-271-0/+2
* | Remove unnecessary and incorrect add_suppression.Jan Lindström2020-10-051-2/+0
* | MDEV-16664: Add deprecation warning for innodb_lock_schedule_algorithm=VATSMarko Mäkelä2020-10-051-1/+0
* | MDEV-22058: Assertion `!is_set() || (m_status == DA_OK_BULK && is_bulk_op())'...Rucha Deodhar2020-07-121-2/+2
* | Merge 10.1 into 10.2Marko Mäkelä2020-06-061-4/+4
|\ \ | |/
| * MDEV-22715: SIGSEGV in radixsort_for_str_ptr and in native_compare/my_qsort2 ...Varun Gupta2020-06-051-4/+4
* | MDEV-21360 save/restore debud_dbug instead of total reset at the end of the testAlice Sherepa2020-01-211-15/+15
* | MDEV-21360 global debug_dbug pre-test value restoration issuesAlice Sherepa2020-01-151-3/+3
* | Cleanup test sys_vars.innodb_buffer_pool_size_basicMarko Mäkelä2019-12-101-11/+2
* | MDEV-20850 Merge new release of InnoDB 5.7.28 to 10.2Marko Mäkelä2019-10-171-5/+0
* | Merge 10.1 into 10.2Marko Mäkelä2019-09-111-19/+3
|\ \ | |/
| * MDEV-17683 sys_vars.delayed_insert_limit_func fails in buildbot with wrong re...Alexey Botchkov2019-09-031-21/+3
* | MDEV-19514 preparation: Remove innodb_change_buffering_debug=2Marko Mäkelä2019-09-091-3/+2
* | Updated mtr files to support different compiled in optionsMonty2019-09-0147-342/+210
* | Fixed issues found by valgrindMonty2019-08-121-20/+3
* | Merge 10.1 into 10.2Marko Mäkelä2019-05-134-4/+4
|\ \ | |/
| * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-114-4/+4
| |\
* | \ Merge 10.1 into 10.2Jan Lindström2019-05-082-10/+1
|\ \ \ | |/ /
| * | MDEV-19387 innodb_ft_result_cache_limit_32 fails on s390xThirunarayanan Balathandayuthapani2019-05-082-10/+1
* | | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-05-041-4/+5
|\ \ \ | |/ /
| * | MDEV-19024 sys_vars.transaction_prealloc_size_bug27322 fails in buildbot with...Sergei Golubchik2019-04-241-4/+5
* | | Merge branch '10.1' into 10.2Sergei Golubchik2019-03-152-1/+11
|\ \ \ | |/ /
| * | MDEV-15945 --ps-protocol does not test some queriesSergei Golubchik2019-03-122-1/+11
* | | Merge 10.1 into 10.2Marko Mäkelä2019-03-071-5/+5
|\ \ \ | |/ /
| * | ASAN loves stack, give it someSergei Golubchik2019-03-061-5/+5
* | | cleanup: don't ---replace_regex /#sql-.*/#sql-temporary/Sergei Golubchik2019-02-051-1/+0
* | | Merge 10.1 into 10.2Marko Mäkelä2019-02-021-0/+5
|\ \ \ | |/ /
| * | MDEV-18379: Unification of check for IPv6Julius Goryavsky2019-01-261-0/+5
* | | Merge 10.1 into 10.2Marko Mäkelä2019-01-171-3/+3
|\ \ \ | |/ /
| * | Merge 10.0 into 10.1Marko Mäkelä2019-01-171-3/+3
| |\ \
| | * | MDEV-17475: Increase maximum possible value for table_definition_cache to mat...Oleksandr Byelkin2019-01-161-3/+3
* | | | MDEV-17507 Make MTR tests work for builds without Aria for temporary tablesElena Stepanova2018-11-203-0/+4
* | | | Merge 10.1 into 10.2Marko Mäkelä2018-11-066-18/+30
|\ \ \ \ | |/ / /
| * | | MDEV-15890 Strange error message if you try to FLUSH TABLES <view> after LOCK...Alexey Botchkov2018-11-032-16/+8
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2018-10-303-0/+19
| |\ \ \ | | |/ /
| | * | MDEV-12547: InnoDB FULLTEXT index has too strict innodb_ft_result_cache_limit...Thirunarayanan Balathandayuthapani2018-10-162-0/+18
| | * | fix test suite after MDEV-15438Vladislav Vaintroub2018-10-121-0/+1
* | | | Merge branch '10.1' into 10.2Oleksandr Byelkin2018-09-141-4/+2
|\ \ \ \ | |/ / /
* | | | MDEV-16809 Allow full redo logging for ALTER TABLEmleich12018-07-301-0/+65
* | | | MDEV-11917 enum/set command-line options aren't respecting max-*Alexey Botchkov2018-06-202-0/+21
* | | | Merge branch '10.1' into 10.2Vicențiu Ciorbaru2018-04-104-2/+5
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2018-04-071-2/+2
| |\ \ \ | | |/ /