~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

Extracted the show create command into its own class and implementation
files. Removed the corresponding case label from the switch statement.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
                command/assign_to_keycache.h \
41
41
                command/default_select.h \
42
42
                command/empty_query.h \
 
43
                command/show_create.h \
43
44
                command/show_engine_status.h \
44
45
                command/show_errors.h \
45
46
                command/show_status.h \
387
388
                command/assign_to_keycache.cc \
388
389
                command/default_select.cc \
389
390
                command/empty_query.cc \
 
391
                command/show_create.cc \
390
392
                command/show_engine_status.cc \
391
393
                command/show_errors.cc \
392
394
                command/show_status.cc \