~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

  • Committer: Brian Aker
  • Date: 2009-02-04 20:40:40 UTC
  • Revision ID: brian@tangent.org-20090204204040-ef2fn60ax0ywo3yj
Remove dead hooks code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
311
311
                table_list.h \
312
312
                table_map_iterator.h \
313
313
                table_share.h \
314
 
                tableop_hooks.h \
315
314
                temporal.h \
316
315
                temporal_format.h \
317
316
                tmp_table.h \
605
604
                strfunc.cc \
606
605
                table.cc \
607
606
                table_map_iterator.cc \
608
 
                tableop_hooks.cc \
609
607
                temporal.cc \
610
608
                temporal_format.cc \
611
609
                thr_malloc.cc \