~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/show_status.h

  • Committer: Brian Aker
  • Date: 2009-09-22 19:14:43 UTC
  • mto: This revision was merged to the branch mainline in revision 1135.
  • Revision ID: brian@gaz-20090922191443-7be09sny97b41at7
Remove legacy enum

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
  ShowStatus(Session *in_session,
41
41
             pthread_mutex_t *in_show_lock)
42
42
    :
43
 
      Statement(in_session, SQLCOM_SHOW_STATUS),
 
43
      Statement(in_session),
44
44
      show_lock(in_show_lock)
45
45
  {}
46
46