1886
my_snprintf(host_info=buff, sizeof(buff)-1, ER(CR_TCP_CONNECTION), host);
1886
snprintf(host_info=buff, sizeof(buff)-1, ER(CR_TCP_CONNECTION), host);
1887
1887
DBUG_PRINT("info",("Server name: '%s'. TCP sock: %d", host, port));
1889
1889
thr_alarm_init(&alarmed);