mirror of
https://github.com/MariaDB/server.git
synced 2025-11-22 17:44:29 +03:00
5 lines
101 B
PHP
5 lines
101 B
PHP
if (`select version() like '%valgrind%'`)
|
|
{
|
|
skip Does not run with binaries built with valgrind;
|
|
}
|