Skip to content

Commit

Permalink
MDEV-31524 spider fixup fixup: re-remove some default param setting
Browse files Browse the repository at this point in the history
  • Loading branch information
mariadb-YuchenPei committed Aug 8, 2023
1 parent 45b7a01 commit 4d6eaf5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions storage/spider/spd_table.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3806,12 +3806,6 @@ int spider_set_connect_info_default(
if (share->monitoring_sid[roop_count] == -1)
share->monitoring_sid[roop_count] = global_system_variables.server_id;

if (share->connect_timeouts[roop_count] == -1)
share->connect_timeouts[roop_count] = 6;
if (share->net_read_timeouts[roop_count] == -1)
share->net_read_timeouts[roop_count] = 600;
if (share->net_write_timeouts[roop_count] == -1)
share->net_write_timeouts[roop_count] = 600;
if (share->access_balances[roop_count] == -1)
share->access_balances[roop_count] = 100;
}
Expand Down

0 comments on commit 4d6eaf5

Please sign in to comment.