mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Skip tests that dump thread_stack, for ASAN
031b3dfc22
changed thread_stack for ASAN.
Skip the tests to avoid the diff
This commit is contained in:
@ -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
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
#
|
#
|
||||||
# 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
|
||||||
|
Reference in New Issue
Block a user