Commit dfa6fba9 authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

Skip tests that dump thread_stack, for ASAN

031b3dfc changed thread_stack for ASAN.
Skip the tests to avoid the diff
parent 825c0e2a
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
# mysqld --help # mysqld --help
# #
--source include/not_embedded.inc --source include/not_embedded.inc
--source include/not_asan.inc
--source include/have_perfschema.inc --source include/have_perfschema.inc
--source include/have_profiling.inc --source include/have_profiling.inc
--source include/platform.inc --source include/platform.inc
......
# #
# only global # only global
# #
--source include/not_asan.inc
--replace_result 392192 299008 --replace_result 392192 299008
select @@global.thread_stack; select @@global.thread_stack;
--error ER_INCORRECT_GLOBAL_LOCAL_VAR --error ER_INCORRECT_GLOBAL_LOCAL_VAR
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment