~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

Extracted the LOAD 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:
41
41
                command/checksum.h \
42
42
                command/default_select.h \
43
43
                command/empty_query.h \
 
44
                command/load.h \
44
45
                command/show_create.h \
45
46
                command/show_engine_status.h \
46
47
                command/show_errors.h \
391
392
                command/checksum.cc \
392
393
                command/default_select.cc \
393
394
                command/empty_query.cc \
 
395
                command/load.cc \
394
396
                command/show_create.cc \
395
397
                command/show_engine_status.cc \
396
398
                command/show_errors.cc \