-
Notifications
You must be signed in to change notification settings - Fork 713
Commit
…AIN) The patch for Bug #32934187: HYPERGRAPH: CRASHING IN ITEM_IN_SUBSELECT::EXEC increased stack usage for CreateIteratorFromAccessPath() and we have queries which run out of stack space when building with clang debug and no optimization. The fix is to increase the value of DEFAULT_THREAD_STACK, and pick a value which works for all mtr tests and for all known/supported compilers. This also simplifies handling of the system variable "thread_stack", and several -master.opt files of mtr can be removed. For two test cases, we add a -master.opt file, keeping the old value for thread_stack, since the test cases are flaky (different behaviour for different values provided, and actual stack space used). Previous default value for thread_stack was 280K for most platforms. New default value is 1M for all platforms. Change-Id: I101c3959e831bd85ef11dd8ac82ed4c00da1cdb0
- Loading branch information
There are no files selected for viewing
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
$UDF_EXAMPLE_LIB_OPT --log-output=file,table --thread-stack=512K | ||
$UDF_EXAMPLE_LIB_OPT --log-output=file,table |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
$UDF_EXAMPLE_LIB_OPT --thread-stack=512K | ||
$UDF_EXAMPLE_LIB_OPT |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
--loose-performance_schema_max_program_instances=0 | ||
--loose-performance_schema_max_statement_stack=1 | ||
--thread_stack=655360 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
--thread_stack=655360 | ||
--max_digest_length=10 | ||
--loose-performance_schema_max_sql_text_length=10 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
--thread_stack=655360 | ||
--max_digest_length=0 | ||
--loose-performance_schema_max_sql_text_length=0 |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
--innodb_lock_wait_timeout=1 --thread_stack=655360 | ||
--innodb_lock_wait_timeout=1 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
--loose-performance_schema_max_program_instances=7 | ||
--loose-performance_schema_max_statement_stack=2 | ||
--thread_stack=655360 |
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
--thread_stack=512K --log-error-verbosity=1 | ||
--log-error-verbosity=1 |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
--thread-stack=524288 | ||
--innodb-directories=$MYSQL_TMP_DIR | ||
--innodb-directories=$MYSQL_TMP_DIR |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.