~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

Merge Devananda's BENCHMARK UDF plugin

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
                filesort_info.h \
75
75
                foreign_key.h \
76
76
                function/additive_op.h \
77
 
                function/benchmark.h \
78
77
                function/coercibility.h \
79
78
                function/create.h \
80
79
                function/field.h \
404
403
                filesort.cc \
405
404
                foreign_key.cc \
406
405
                function/additive_op.cc \
407
 
                function/benchmark.cc \
408
406
                function/check_reserved_words.cc \
409
407
                function/coercibility.cc \
410
408
                function/field.cc \