diff options
author | Daniel Black <daniel@mariadb.org> | 2021-03-30 09:38:34 +1100 |
---|---|---|
committer | Daniel Black <daniel@mariadb.org> | 2021-03-30 10:07:08 +1100 |
commit | 831adb1e5cf5d283a5a727b396ecf75a5b207699 (patch) | |
tree | 1a7654f3695830459a877c67b25740ad43287eda /mysql-test/main/mysqld--help.result | |
parent | 2ad61c678243dec2a808b1f67b5760a725163052 (diff) | |
download | mariadb-git-831adb1e5cf5d283a5a727b396ecf75a5b207699.tar.gz |
MDEV-17239 default max_recursive_iterations 4G -> 1000bb-10.6-danielblack-MDEV-17239-default-max_recursive_iterations-1k
A default 4G max_recursive_iterations allows users to far
to easily exhaust CPU, memory and time for a incorrect query.
Reduce this value down to 1000 consistent with Oracle MySQL's
cte_max_recursion_depth.
Diffstat (limited to 'mysql-test/main/mysqld--help.result')
-rw-r--r-- | mysql-test/main/mysqld--help.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/main/mysqld--help.result b/mysql-test/main/mysqld--help.result index 141ef94ad59..25e49ddc29b 100644 --- a/mysql-test/main/mysqld--help.result +++ b/mysql-test/main/mysqld--help.result @@ -1605,7 +1605,7 @@ max-join-size 18446744073709551615 max-length-for-sort-data 1024 max-password-errors 18446744073709551615 max-prepared-stmt-count 16382 -max-recursive-iterations 18446744073709551615 +max-recursive-iterations 1000 max-relay-log-size 1073741824 max-rowid-filter-size 131072 max-seeks-for-key 18446744073709551615 |