Home
last modified time | relevance | path

Searched refs:cte_max_recursion_depth (Results 1 – 25 of 25) sorted by relevance

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/sys_vars/r/
H A Dcte_max_recursion_depth_func.result4 SELECT @@cte_max_recursion_depth;
5 @@cte_max_recursion_depth
20 SET cte_max_recursion_depth=10;
34 set cte_max_recursion_depth=default;
52 SET cte_max_recursion_depth=10;
70 SET cte_max_recursion_depth=DEFAULT;
71 SET cte_max_recursion_depth=10;
103 SET cte_max_recursion_depth=10;
135 SET cte_max_recursion_depth=10;
154 SET cte_max_recursion_depth=10;
[all …]
H A Dtmpdir_basic_debug.result5 SET SESSION cte_max_recursion_depth = 20000;
20 SET SESSION cte_max_recursion_depth = 20000;
H A Dall_vars.result23 cte_max_recursion_depth
24 cte_max_recursion_depth
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/sys_vars/t/
H A Dcte_max_recursion_depth_func.test5 SELECT @@cte_max_recursion_depth;
39 SET cte_max_recursion_depth=10;
48 set cte_max_recursion_depth=default;
74 # enough. cte_max_recursion_depth does not intend to be 100% exact.
76 SET cte_max_recursion_depth=10;
85 SET cte_max_recursion_depth=DEFAULT;
98 SET cte_max_recursion_depth=10;
107 SET cte_max_recursion_depth=default;
112 SET cte_max_recursion_depth=0;
H A Dtmpdir_basic_debug.test18 SET SESSION cte_max_recursion_depth = 20000;
43 SET SESSION cte_max_recursion_depth = 20000;
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/r/
H A Dpersisted_variables_bugs.result65 @@global.cte_max_recursion_depth, @@global.eq_range_index_dive_limit,
69 …set @@global.binlog_error_action @@global.binlog_format @@global.cte_max_recursion_depth @@global.…
75 SET PERSIST cte_max_recursion_depth= 4294967295, eq_range_index_dive_limit= 4294967295;
83 @@global.cte_max_recursion_depth, @@global.eq_range_index_dive_limit,
87 …set @@global.binlog_error_action @@global.binlog_format @@global.cte_max_recursion_depth @@global.…
96 cte_max_recursion_depth 4294967295
108 @@global.cte_max_recursion_depth, @@global.eq_range_index_dive_limit,
112 …set @@global.binlog_error_action @@global.binlog_format @@global.cte_max_recursion_depth @@global.…
121 cte_max_recursion_depth 4294967295
133 cte_max_recursion_depth = default, eq_range_index_dive_limit = default,
H A Dwith_recursive_kill.result2 SET @@SESSION.cte_max_recursion_depth = 1000000000;
H A Dwith_recursive_closure.result1 set cte_max_recursion_depth = 1000000;
H A Dwith_recursive_innodb_tmp_table.result64 set cte_max_recursion_depth=5000;
140 set cte_max_recursion_depth=5000;
214 set cte_max_recursion_depth=5000;
288 set cte_max_recursion_depth=5000;
H A Dderived_limit.result455 … Recursive query aborted after 1001 iterations. Try increasing @@cte_max_recursion_depth to a larg…
458 … Recursive query aborted after 1001 iterations. Try increasing @@cte_max_recursion_depth to a larg…
461 … Recursive query aborted after 1001 iterations. Try increasing @@cte_max_recursion_depth to a larg…
H A Dopt_hints_set_var.result854 SELECT /*+ SET_VAR(cte_max_recursion_depth=5) */ COUNT(*) FROM qn;
855 ERROR HY000: Recursive query aborted after 6 iterations. Try increasing @@cte_max_recursion_depth t…
856 CALL test_hint("SET_VAR(cte_max_recursion_depth=5)", "cte_max_recursion_depth");
H A Dtemp_table.result357 … Recursive query aborted after 1001 iterations. Try increasing @@cte_max_recursion_depth to a larg…
369 … Recursive query aborted after 1001 iterations. Try increasing @@cte_max_recursion_depth to a larg…
H A Dwith_recursive.result3 set cte_max_recursion_depth=50000;
4 select @@cte_max_recursion_depth;
5 @@cte_max_recursion_depth
1355 set cte_max_recursion_depth=50000;
1356 select @@cte_max_recursion_depth;
1357 @@cte_max_recursion_depth
H A Dhistograms.result3137 SET cte_max_recursion_depth = 10000;
3158 SET cte_max_recursion_depth = DEFAULT;
/dports/devel/py-oci/oci-2.53.1/src/oci/mysql/models/
H A Dconfiguration_variables.py1152 def cte_max_recursion_depth(self): member in ConfigurationVariables
1163 @cte_max_recursion_depth.setter
1164 def cte_max_recursion_depth(self, cte_max_recursion_depth): argument
1173 self._cte_max_recursion_depth = cte_max_recursion_depth
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/t/
H A Dpersisted_variables_bugs.test78 @@global.cte_max_recursion_depth, @@global.eq_range_index_dive_limit,
92 SET PERSIST cte_max_recursion_depth= 4294967295, eq_range_index_dive_limit= 4294967295;
107 @@global.cte_max_recursion_depth, @@global.eq_range_index_dive_limit,
121 @@global.cte_max_recursion_depth, @@global.eq_range_index_dive_limit,
133 cte_max_recursion_depth = default, eq_range_index_dive_limit = default,
H A Dwith_recursive_kill.test22 SET @@SESSION.cte_max_recursion_depth = 1000000000;
H A Dwith_recursive_closure.test5 set cte_max_recursion_depth = 1000000;
H A Dopt_hints_set_var.test439 # Testing cte_max_recursion_depth
444 SELECT /*+ SET_VAR(cte_max_recursion_depth=5) */ COUNT(*) FROM qn;
445 CALL test_hint("SET_VAR(cte_max_recursion_depth=5)", "cte_max_recursion_depth");
H A Dhistograms.test1914 SET cte_max_recursion_depth = 10000;
1934 SET cte_max_recursion_depth = DEFAULT;
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/include/
H A Dwith_recursive_wl9248.inc1 set cte_max_recursion_depth=5000;
H A Dwith_recursive.inc1 set cte_max_recursion_depth=50000;
2 select @@cte_max_recursion_depth;
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dsystem_variables.h209 uint cte_max_recursion_depth; member
H A Drecords.cc582 thd()->variables.cte_max_recursion_depth) { in Read()
H A Dsys_vars.cc879 HINT_UPDATEABLE SESSION_VAR(cte_max_recursion_depth),