~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

  • Committer: devananda
  • Date: 2009-07-01 17:38:47 UTC
  • mto: (1093.1.7 captain)
  • mto: This revision was merged to the branch mainline in revision 1095.
  • Revision ID: devananda.vdv@gmail.com-20090701173847-3n3mbtessg5ff35e
refactored function/benchmark into plugin/benchmark

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
                foreign_key.h \
74
74
                function/additive_op.h \
75
75
                function/ascii.h \
76
 
                function/benchmark.h \
77
76
                function/char_length.h \
78
77
                function/coercibility.h \
79
78
                function/connection_id.h \
406
405
                foreign_key.cc \
407
406
                function/ascii.cc \
408
407
                function/additive_op.cc \
409
 
                function/benchmark.cc \
410
408
                function/char_length.cc \
411
409
                function/check_reserved_words.cc \
412
410
                function/connection_id.cc \