~mkindahl/drizzle/remove-mem-casts

« back to all changes in this revision

Viewing changes to server/sql_repl.h

  • Committer: Brian Aker
  • Date: 2008-07-23 00:11:39 UTC
  • Revision ID: brian@tangent.org-20080723001139-967ewfngqqotwb6e
Removed final uint dead types.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
  char host[HOSTNAME_LENGTH+1];
26
26
  char user[USERNAME_LENGTH+1];
27
27
  char password[MAX_PASSWORD_LENGTH+1];
28
 
  uint16 port;
 
28
  uint16_t port;
29
29
  THD* thd;
30
30
} SLAVE_INFO;
31
31