~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/oldlibdrizzle/drizzle.cc

Fixed -Wmissing-declarations

Show diffs side-by-side

added added

removed removed

Lines of Context:
252
252
    if (!host)
253
253
      host= LOCAL_HOST;
254
254
 
255
 
    snprintf(host_info=buff, sizeof(buff)-1, ER(CR_TCP_CONNECTION), host);
 
255
    snprintf(host_info=buff, sizeof(buff)-1, _("%-.100s via TCP/IP"), host);
256
256
 
257
257
    memset(&hints, 0, sizeof(hints));
258
258
    hints.ai_socktype= SOCK_STREAM;