~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

Extracted the SHOW ERRORS command into its own class and removed the
corresponding case label from the switch statement.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
                command.h \
40
40
                command/default_select.h \
41
41
                command/empty_query.h \
 
42
                command/show_errors.h \
42
43
                command/show_status.h \
43
44
                command/show_warnings.h \
44
45
                common.h \
383
384
                check_stack_overrun.cc \
384
385
                command/default_select.cc \
385
386
                command/empty_query.cc \
 
387
                command/show_errors.cc \
386
388
                command/show_status.cc \
387
389
                command/show_warnings.cc \
388
390
                comp_creator.cc \