mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Work around missing MSAN instrumentation
Let us skip the recently added test main.mysql-interactive if an instrumented ncurses library is not available. In InnoDB, let us work around an uninstrumented libnuma, by declaring that the objects returned by numa_get_mems_allowed() are initialized.
This commit is contained in:
@ -3,6 +3,8 @@
|
||||
--echo #
|
||||
source include/not_embedded.inc;
|
||||
source include/not_windows.inc;
|
||||
# this would need an instrumented ncurses library
|
||||
source include/not_msan.inc;
|
||||
|
||||
error 0,1;
|
||||
exec $MYSQL -V|grep -q readline;
|
||||
|
Reference in New Issue
Block a user