~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/show.cc

  • Committer: Monty Taylor
  • Date: 2009-02-05 18:47:43 UTC
  • mfrom: (779.8.3 devel)
  • mto: This revision was merged to the branch mainline in revision 840.
  • Revision ID: mordred@inaugust.com-20090205184743-sn55g5b30qvdcy4h
Merged from me again.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1006
1006
  static void operator delete(void *, size_t)
1007
1007
  { TRASH(ptr, size); }
1008
1008
 
1009
 
  my_thread_id thread_id;
 
1009
  ulong thread_id;
1010
1010
  time_t start_time;
1011
1011
  uint32_t   command;
1012
1012
  const char *user,*host,*db,*proc_info,*state_info;