1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Added asan options to mysql-test-run

- Leak detection is now enabled by default
- Also added to mysql-test suppression files for asan and lsan
This commit is contained in:
Monty
2019-08-15 23:42:07 +03:00
committed by Sergei Golubchik
parent 97dd057702
commit d90fa9ad28
13 changed files with 86 additions and 3 deletions

View File

@ -1,5 +1,6 @@
# Needed for mysqldump
--source include/have_utf8mb4.inc
--source include/not_asan.inc
# Tests for SSL connections, only run if mysqld is compiled
# with support for SSL.