~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

Extracted the SHOW WARNINGS command from the huge switch statement into its
own implementation and header file. Created the ShowWarnings class to
represent this command and removed the corresponding case label from the
switch statement.

Show diffs side-by-side

added added

removed removed

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