~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/memcached_stats/stats_table.cc

  • Committer: Brian Aker
  • Date: 2010-03-19 22:31:53 UTC
  • Revision ID: brian@gaz-20100319223153-1rmgerexzq7zj01z
Fix build issues, disabled tests (someone needs to go through them... who is
not me). 

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
  char **ptr= NULL;
81
81
 
82
82
  ctx->generator->push(server_name);
83
 
  ctx->generator->push(server_port);
 
83
  ctx->generator->push(static_cast<uint64_t>(server_port));
84
84
 
85
85
  for (ptr= list; *ptr; ptr++)
86
86
  {