~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

Extracted the ROLLBACK command into a class with its own implementation
files and removed the corresponding case label from the switch statement.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
                command/commit.h \
43
43
                command/empty_query.h \
44
44
                command/load.h \
 
45
                command/rollback.h \
45
46
                command/select.h \
46
47
                command/show_create.h \
47
48
                command/show_engine_status.h \
394
395
                command/commit.cc \
395
396
                command/empty_query.cc \
396
397
                command/load.cc \
 
398
                command/rollback.cc \
397
399
                command/select.cc \
398
400
                command/show_create.cc \
399
401
                command/show_engine_status.cc \