~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/include.am

  • Committer: Brian Aker
  • Date: 2010-10-23 21:00:18 UTC
  • mto: This revision was merged to the branch mainline in revision 1876.
  • Revision ID: brian@tangent.org-20101023210018-ggodzmjdpkavx2xe
What was once old, is now new again. Seperated out show from select.

Show diffs side-by-side

added added

removed removed

Lines of Context:
395
395
                              drizzled/statement/savepoint.h \
396
396
                              drizzled/statement/select.h \
397
397
                              drizzled/statement/set_option.h \
 
398
                              drizzled/statement/show.h \
398
399
                              drizzled/statement/show_errors.h \
399
400
                              drizzled/statement/show_warnings.h \
400
401
                              drizzled/statement/start_transaction.h \
746
747
                                 drizzled/statement/savepoint.cc \
747
748
                                 drizzled/statement/select.cc \
748
749
                                 drizzled/statement/set_option.cc \
 
750
                                 drizzled/statement/show.cc \
749
751
                                 drizzled/statement/show_errors.cc \
750
752
                                 drizzled/statement/show_warnings.cc \
751
753
                                 drizzled/statement/start_transaction.cc \