~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

Moved the SEL_ARG class into its own header and implementation files. Cleaned up a bunch of style
issues in the code for that class. Next commit will clean up more style issues in that class.

Show diffs side-by-side

added added

removed removed

Lines of Context:
261
261
                optimizer/quick_range.h \
262
262
                optimizer/quick_range_select.h \
263
263
                optimizer/range.h \
 
264
                optimizer/range_param.h \
264
265
                optimizer/sargable_param.h \
 
266
                optimizer/sel_arg.h \
265
267
                optimizer/sum.h \
266
268
                order.h \
267
269
                plugin.h \
613
615
                optimizer/quick_range.cc \
614
616
                optimizer/quick_range_select.cc \
615
617
                optimizer/range.cc \
 
618
                optimizer/sel_arg.cc \
616
619
                optimizer/sum.cc \
617
620
                plugin/authentication.cc \
618
621
                plugin/client.cc \