Setting some vars as bool in test_cluster_sync-t

Some variables were incorrectly configured as integer and not boolean
pull/3445/head
René Cannaò 5 years ago
parent d494f6f7b2
commit 218bfa8739

@ -976,8 +976,8 @@ int main(int, char**) {
std::make_tuple("mysql-max_allowed_packet" , "67108864" ),
std::make_tuple("mysql-tcp_keepalive_time" , "0" ),
std::make_tuple("mysql-use_tcp_keepalive" , "false" ),
std::make_tuple("mysql-automatic_detect_sqli" , "0" ),
std::make_tuple("mysql-firewall_whitelist_enabled" , "0" ),
std::make_tuple("mysql-automatic_detect_sqli" , "false" ),
std::make_tuple("mysql-firewall_whitelist_enabled" , "false" ),
std::make_tuple("mysql-firewall_whitelist_errormsg" , "Firewall blocked this query"),
std::make_tuple("mysql-throttle_connections_per_sec_to_hostgroup" , "1000001" ),
std::make_tuple("mysql-max_transaction_time" , "14400001" ),

Loading…
Cancel
Save