mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 18:41:56 +01:00
4 lines
101 B
PHP
4 lines
101 B
PHP
if (`select version() like '%valgrind%'`)
|
|
{
|
|
skip Does not run with binaries built with valgrind;
|
|
}
|