summaryrefslogtreecommitdiff
path: root/mysql-test/suite/sys_vars
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.3 into 10.4 (MDEV-27913)Marko Mäkelä2022-02-256-55/+82
|\
| * MDEV-27913 fixup: sys_vars.sysvars_innodb resultMarko Mäkelä2022-02-252-41/+49
| * MDEV-27913 innodb_ft_cache_size max possible value (80000000) is too small fo...Thirunarayanan Balathandayuthapani2022-02-244-14/+33
* | Merge branch '10.3' into 10.4Oleksandr Byelkin2022-01-304-100/+8
|\ \ | |/
| * Merge branch '10.2' into 10.3mariadb-10.3.33Oleksandr Byelkin2022-01-294-100/+8
| |\
| | * Fixed result for embedded serverMonty2022-01-282-807/+124
| | * MDEV-27289: mtr test for WITH_SERVER_EMBEDDED=ON reenableDaniel Black2022-01-272-135/+809
| | * MDEV-27467: innodb to enforce the minimum innodb_buffer_pool_size in SET GLOBALDaniel Black2022-01-191-1/+1
| | * Changing wsrep_slave_threads parameter requires that clusterJan Lindström2022-01-112-92/+0
* | | Merge 10.3 into 10.4Marko Mäkelä2021-10-282-0/+45
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2021-10-282-0/+45
| |\ \ | | |/
| | * MDEV-22711 Assertion `nr != 0' failed in handler::update_auto_increment.bb-10.2-mdev-22711-hfAlexey Botchkov2021-10-262-0/+45
* | | Merge branch '10.3' into 10.4Oleksandr Byelkin2021-07-313-3/+3
|\ \ \ | |/ /
| * | fix MDEV-16026 MDEV-16481 embedded server results and restsOleksandr Byelkin2021-07-291-1/+1
| * | MDEV-16026 MDEV-16481 refactor Sys_var_vers_asofNikita Malyavin2021-07-271-1/+1
| * | dissapear -> disappearSergei Golubchik2021-07-261-1/+1
* | | Merge branch bb-10.3-release into bb-10.4-releaseNikita Malyavin2021-05-051-0/+12
|\ \ \ | |/ /
| * | Merge branch bb-10.2-release into bb-10.3-releaseNikita Malyavin2021-05-041-0/+12
| |\ \ | | |/
| | * revive innodb_debug_syncNikita Malyavin2021-04-271-0/+12
* | | Fix all warnings given by UBSANMonty2021-04-204-3/+5
* | | More fixes to variable wsrep_onDaniele Sciascia2021-04-204-95/+14
* | | Merge 10.3 into 10.4Marko Mäkelä2021-03-273-155/+1
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2021-03-273-155/+1
| |\ \ | | |/
| | * MDEV-23076 Misleading "InnoDB: using atomic writes"Marko Mäkelä2021-03-221-1/+1
| | * MDEV-22653: Remove the useless parameter innodb_simulate_comp_failuresMarko Mäkelä2021-03-223-154/+0
* | | 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
* | | 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-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 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
|\ \ \ | |/ /
| * | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-10-305-34/+37
| |\ \ | | |/
| | * Merge branch '10.1' into 10.2Oleksandr Byelkin2020-10-291-8/+8
| | |\
| | | * MDEV-23702 calculating(auto rounding) issueSergei Golubchik2020-10-291-8/+8
| | * | Merge branch '10.1' into 10.2Oleksandr Byelkin2020-10-284-26/+29
| | |\ \ | | | |/
| | | * 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
* | | | Merge 10.3 into 10.4Marko Mäkelä2020-10-296-276/+570
|\ \ \ \ | |/ / /
| * | | After-merge fix: sys_vars.sysvars_innodb,32bitMarko Mäkelä2020-10-281-272/+550
| * | | Merge 10.2 into 10.3Marko Mäkelä2020-10-285-4/+20
| |\ \ \ | | |/ /
| | * | MDEV-16952 Introduce SET GLOBAL innodb_max_purge_lag_waitMarko Mäkelä2020-10-271-0/+12