1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Added nety_retry_count as a changeable variable

Make safe_mysqld a symlink to mysqld_safe in binary distribution
Fixed problem with CTRL-C when using mysqld --bootstrap
This commit is contained in:
monty@hundin.mysql.fi
2002-08-08 20:49:06 +03:00
parent 77296b3f67
commit 8832927d5c
42 changed files with 191 additions and 135 deletions

View File

@ -2902,6 +2902,7 @@ void my_net_local_init(NET *net)
net->max_packet= (uint) net_buffer_length;
net->read_timeout= (uint) net_read_timeout;
net->write_timeout=(uint) net_write_timeout;
net->retry_count= 1;
net->max_packet_size= max(net_buffer_length, max_allowed_packet);
}