~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/show.cc

  • Committer: Brian Aker
  • Date: 2009-02-22 04:20:22 UTC
  • mfrom: (892.1.9 devel)
  • mto: (896.1.3 fix-osxs)
  • mto: This revision was merged to the branch mainline in revision 898.
  • Revision ID: brian@tangent.org-20090222042022-agjb1l7pczbbcqt5
Merge Monty

Show diffs side-by-side

added added

removed removed

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