summaryrefslogtreecommitdiff
path: root/mysql-test/suite/sys_vars
Commit message (Expand)AuthorAgeFilesLines
* MDEV-9077 Use sys schema in bootstrapping, incl. mtrVladislav Vaintroub2021-03-181-0/+2
* Merge 10.5 into 10.6Marko Mäkelä2021-03-171-0/+1
|\
| * Skip tests that dump thread_stack, for ASANVladislav Vaintroub2021-03-171-0/+1
| * Merge 10.4 into 10.5Marko Mäkelä2021-03-111-0/+8
| |\
| | * Merge 10.3 into 10.4Marko Mäkelä2021-03-111-0/+8
| | |\
| | | * MDEV-25106 Deprecation warning for innodb_checksum_algorithm=none,innodb,...Marko Mäkelä2021-03-111-0/+8
* | | | MDEV-25105 Remove innodb_checksum_algorithm values none,innodb,...Marko Mäkelä2021-03-113-29/+1
* | | | MDEV-7317: Make an index ignorable to the optimizerVarun Gupta2021-03-041-18/+18
* | | | MDEV-20715 : Implement system variable to disallow local GTIDs in Galerabb-10.6-MDEV-20715Jan Lindström2021-03-011-1/+1
* | | | MENT-411 : Implement wsrep_replicate_ariaJan Lindström2021-02-253-68/+1
* | | | Merge 10.5 into 10.6Marko Mäkelä2021-02-247-258/+2
|\ \ \ \ | |/ / /
| * | | Merge branch 'bb-10.4-release' into bb-10.5-releasemariadb-10.5.9Sergei Golubchik2021-02-197-258/+2
| |\ \ \ | | |/ /
| | * | Merge branch 'bb-10.3-release' into bb-10.4-releasemariadb-10.4.18Sergei Golubchik2021-02-197-258/+2
| | |\ \ | | | |/
| | | * Merge branch 'bb-10.2-release' into bb-10.3-releasemariadb-10.3.28Sergei Golubchik2021-02-187-271/+2
| | | |\
| | | | * make @@wsrep_provider and @@wsrep_notify_cmd read-onlymariadb-10.2.37Sergei Golubchik2021-02-187-271/+2
| | * | | Merge branch 'bb-10.3-release' into bb-10.4-releaseSergei Golubchik2021-02-123-2/+14
| | |\ \ \ | | | |/ /
| | | * | Merge branch '10.2' into 10.3Sergei Golubchik2021-02-013-2/+14
| | | |\ \ | | | | |/
| | | | * MDEV-24536 innodb_idle_flush_pct has no effectMarko Mäkelä2021-01-133-2/+14
* | | | | MDEV-24854: Change innodb_flush_method=O_DIRECT by defaultMarko Mäkelä2021-02-202-2/+2
* | | | | MDEV-24738 Improve the InnoDB deadlock checkerMarko Mäkelä2021-02-172-81/+48
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-02-079-44/+44
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-24750 Various corruptions caused by Aria subsystem...Monty2021-02-039-44/+44
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-02-024-151/+197
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-9750: Quick memory exhaustion with 'extended_keys=on' ...Sergei Petrunia2021-01-294-151/+197
* | | | | MDEV-20008: Galera strict modebb-10.6-MDEV-20008mkaruza2021-01-263-87/+15
* | | | | MDEV-515 Reduce InnoDB undo logging for insert into empty tableMarko Mäkelä2021-01-252-27/+46
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-01-253-115/+6
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-01-253-115/+6
| |\ \ \ \ | | |/ / /
| | * | | MDEV-24596 : Assertion `state_ == s_exec || state_ == s_quitting' failed in w...Jan Lindström2021-01-213-176/+6
| | * | | MDEV-22285 : Assertion `xid_seqno > wsrep_seqno' failed in trx_rseg_update_ws...Jan Lindström2021-01-142-12/+73
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-01-144-161/+0
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-24536 innodb_idle_flush_pct has no effectMarko Mäkelä2021-01-134-161/+0
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-01-077-762/+275
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-24537 innodb_max_dirty_pages_pct_lwm=0 lost its special meaningMarko Mäkelä2021-01-061-1/+1
| * | | | Merge commit '10.4' into 10.5Oleksandr Byelkin2021-01-066-761/+274
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.3' into 10.4bb-10.4-MDEV-23468Oleksandr Byelkin2020-12-256-761/+274
| | |\ \ \ | | | |/ /
| | | * | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-12-236-761/+274
| | | |\ \ | | | | |/
| | | | * MDEV-4677 GROUP_CONCAT not showing any output with group_concat_max_len >= 4GbSergei Golubchik2020-12-102-4/+4
| | | | * MDEV-24033: SIGSEGV in __memcmp_avx2_movbe from queue_insert | SIGSEGV in __m...Sergei Golubchik2020-12-106-757/+270
| | * | | Merge 10.3 into 10.4Marko Mäkelä2020-11-035-34/+37
| | |\ \ \ | | | |/ /
* | | | | MDEV-21452: Retain the watchdog only on dict_sys.mutex, for performancebb-10.6-MDEV-21452-2Marko Mäkelä2020-12-152-84/+26
* | | | | MDEV-21452: Replace ib_mutex_t with mysql_mutex_tMarko Mäkelä2020-12-154-40/+0
* | | | | MDEV-21452: Remove os_event_t, MUTEX_EVENT, TTASEventMutex, sync_arrayMarko Mäkelä2020-12-153-71/+0
* | | | | MDEV-21452: Replace all direct use of os_event_tMarko Mäkelä2020-12-151-0/+1
* | | | | Merge 10.5 into 10.6Marko Mäkelä2020-12-142-21/+3
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-24313 (2 of 2): Silently ignored innodb_use_native_aio=1bb-10.5-MDEV-24313Marko Mäkelä2020-12-142-20/+2
| * | | | MDEV-24313 (1 of 2): Hang with innodb_write_io_threads=1Marko Mäkelä2020-12-142-2/+2
* | | | | Merge 10.5 into 10.6Marko Mäkelä2020-11-122-15/+2
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-24109 InnoDB hangs with innodb_flush_sync=OFFMarko Mäkelä2020-11-042-15/+2
* | | | | MDEV-23497 Make ROW_FORMAT=COMPRESSED read-only by defaultMarko Mäkelä2020-11-115-0/+32