~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

Extracting the empty query case label from the switch statement in
mysql_execute_command() into a command class. Added the appropriate .[cc,h]
files for this command and removed that case from the switch statement.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
                check_stack_overrun.h \
39
39
                command.h \
40
40
                command/default_select.h \
 
41
                command/empty_query.h \
41
42
                command/show_status.h \
42
43
                common.h \
43
44
                comp_creator.h \
380
381
                calendar.cc \
381
382
                check_stack_overrun.cc \
382
383
                command/default_select.cc \
 
384
                command/empty_query.cc \
383
385
                command/show_status.cc \
384
386
                comp_creator.cc \
385
387
                create_field.cc \