summaryrefslogtreecommitdiff
path: root/mysql-test/suite/sys_vars/r
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.4 into 10.5Marko Mäkelä2019-09-0648-5148/+2018
|\
| * Merge branch '10.3' into 10.4Sergei Golubchik2019-09-0648-5581/+2176
| |\
| | * MDEV-16871 in_predicate_conversion_threshold cannot be set in my.cnfSergei Golubchik2019-09-043-19/+22
| | * Merge branch '10.2' into 10.3Monty2019-09-0347-5518/+2142
| | |\
| | | * Updated mtr files to support different compiled in optionsMonty2019-09-0147-4966/+1983
* | | | Merge 10.4 into 10.5Marko Mäkelä2019-09-061-0/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2019-08-311-0/+1
| |\ \ \ | | |/ /
| | * | Implement innodb_evict_tables_on_commit_debugMarko Mäkelä2019-08-281-0/+1
* | | | MDEV-15777 Use inferred IS NOT NULL predicates in the range optimizerIgor Babaev2019-08-303-22/+27
* | | | hide have_sanitizer variable in non-ASAN buildsSergei Golubchik2019-08-232-22/+0
* | | | Added asan options to mysql-test-runMonty2019-08-232-0/+24
* | | | Merge 10.4 into 10.5Marko Mäkelä2019-08-162-16/+4
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2019-08-142-16/+4
| |\ \ \ | | |/ /
| | * | Merge 10.2 to 10.3Marko Mäkelä2019-08-132-16/+4
| | |\ \ | | | |/
| | | * Fixed issues found by valgrindMonty2019-08-121-17/+3
| | | * MDEV-20060: Failing assertion: srv_log_file_size <= 512ULL << 30 while prepar...Vlad Lesin2019-08-071-1/+1
| | | * MDEV-20133 Merge new release of InnoDB 5.7.27 to 10.2Marko Mäkelä2019-07-251-1/+1
* | | | Merge remote-tracking branch 'origin/10.4' into 10.5Alexander Barkov2019-08-131-0/+10
|\ \ \ \ | |/ / /
| * | | Merge commit '43882e764d6867c6855b1ff057758a3f08b25c55' into 10.4Alexander Barkov2019-08-131-0/+10
| |\ \ \ | | |/ /
| | * | MDEV-20101 Assertion failure on select @@global.'m2'.replicate_ignore_table;Alexander Barkov2019-08-051-0/+10
* | | | Merge 10.4 into 10.5Marko Mäkelä2019-08-132-5/+19
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2019-07-252-1933/+0
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2019-07-242-1933/+0
| | |\ \ | | | |/
| | | * Merge 10.1 into 10.2Marko Mäkelä2019-07-232-4/+4
| | | |\
| | | | * 5.6.44-86.0Marko Mäkelä2019-07-232-2/+2
| | | | * MDEV-20127 Merge new release of InnoDB 5.6.45 to 10.1Marko Mäkelä2019-07-233-3/+3
| * | | | Merge 10.3 into 10.4Marko Mäkelä2019-07-021-0/+14
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.2 into 10.3Marko Mäkelä2019-07-021-0/+14
| | |\ \ \ | | | |/ /
| | | * | MDEV-17228 Encrypted temporary tables are not encryptedThirunarayanan Balathandayuthapani2019-06-281-0/+14
| * | | | MDEV-17402 slave_transaction_retry_errors="12701" won't be enabled (#1349)Kentoku SHIBA2019-06-301-5/+5
* | | | | Merge remote-tracking branch 'origin/10.4' into 10.5Monty2019-06-271-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Limit minium aria_block_size to 4096Monty2019-06-261-1/+1
* | | | | Merge 10.4 into 10.5Marko Mäkelä2019-06-182-0/+24
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-14101 Provide an option to select TLS protocol versionGeorg Richter2019-06-172-0/+24
* | | | | MDEV-19312 Make throttling interval depend on thread_pool_stall_limitVladislav Vaintroub2019-05-312-2/+2
* | | | | Add some variables to the generic threadpool, that could help to analyzeVladislav Vaintroub2019-05-261-0/+28
* | | | | MDEV-19570 Deprecate and ignore innodb_undo_logs, remove innodb_rollback_segm...Marko Mäkelä2019-05-234-152/+41
* | | | | Merge 10.4 into 10.5Marko Mäkelä2019-05-235-9/+13
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-195-11/+15
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-05-125-11/+15
| | |\ \ \ | | | |/ /
| | | * | Merge 10.1 into 10.2Jan Lindström2019-05-083-7/+11
| | | |\ \ | | | | |/
| | | | * MDEV-19387 innodb_ft_result_cache_limit_32 fails on s390xThirunarayanan Balathandayuthapani2019-05-083-7/+11
| | | * | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-05-042-4/+4
| | | |\ \ | | | | |/
| | | | * MDEV-19331 Merge new release of InnoDB 5.6.44 to 10.1Marko Mäkelä2019-04-253-3/+3
| | | | * 5.6.43-84.3Marko Mäkelä2019-04-252-2/+2
| | | | * ASAN loves stack, give it someSergei Golubchik2019-03-063-9/+9
| | | * | MDEV-19342 Merge new release of InnoDB 5.7.26 to 10.2Marko Mäkelä2019-04-261-1/+1
| * | | | Fix default_password_lifetime message typoRobert Bindar2019-05-182-2/+2
* | | | | MDEV-19551 Remove alias innodb_stats_sample_pagesMarko Mäkelä2019-05-233-94/+3
* | | | | MDEV-19544 Remove innodb_locks_unsafe_for_binlogMarko Mäkelä2019-05-232-67/+0