mirror of
https://github.com/MariaDB/server.git
synced 2025-01-27 01:04:19 +01:00
5 lines
100 B
PHP
5 lines
100 B
PHP
|
if (`SELECT @@have_response_time_distribution != 'YES'`)
|
||
|
{
|
||
|
--skip No response time distribution
|
||
|
}
|