~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

  • Committer: Padraig O'Sullivan
  • Date: 2009-08-20 18:36:12 UTC
  • mto: This revision was merged to the branch mainline in revision 1126.
  • Revision ID: osullivan.padraig@gmail.com-20090820183612-sgyu5pwien8me30p
Extracted the BEGIN command into its own class and implementation files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
                statement.h \
40
40
                statement/alter_schema.h \
41
41
                statement/analyze.h \
 
42
                statement/begin.h \
42
43
                statement/change_schema.h \
43
44
                statement/check.h \
44
45
                statement/checksum.h \
407
408
                check_stack_overrun.cc \
408
409
                statement/alter_schema.cc \
409
410
                statement/analyze.cc \
 
411
                statement/begin.cc \
410
412
                statement/change_schema.cc \
411
413
                statement/check.cc \
412
414
                statement/checksum.cc \