~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/log.cc

  • Committer: Brian Aker
  • Date: 2008-06-29 18:24:06 UTC
  • Revision ID: brian@tangent.org-20080629182406-92tf19esw206cs2k
Removing old UNIX socket bits

Show diffs side-by-side

added added

removed removed

Lines of Context:
1306
1306
    int len=my_snprintf(buff, sizeof(buff), "%s, Version: %s (%s). "
1307
1307
                        "started with:\nTCP Port: %d, Named Pipe: %s\n",
1308
1308
                        my_progname, server_version, MYSQL_COMPILATION_COMMENT,
1309
 
                        mysqld_port, mysqld_unix_port
 
1309
                        mysqld_port, ""
1310
1310
                       );
1311
1311
    end= strnmov(buff + len, "Time                 Id Command    Argument\n",
1312
1312
                 sizeof(buff) - len);