~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/Makefile.am

  • Committer: Padraig O'Sullivan
  • Date: 2009-03-09 20:59:39 UTC
  • mto: (960.2.4 mordred) (968.2.5 mordred)
  • mto: This revision was merged to the branch mainline in revision 961.
  • Revision ID: osullivan.padraig@gmail.com-20090309205939-ow6slmus9kiqcp93
Moving custom my_list* files to the myisam storage engine directory. This
custom class is only used in the myisam and heap storage engines. It is not
used in the drizzle core anymore.

Modified the appropriate files to do this. Also removed the inclusion of the
my_list.h file from thr_lock.h.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
                iocache.h \
23
23
                my_alloc.h \
24
24
                my_getopt.h \
25
 
                my_list.h \
26
25
                my_pthread.h \
27
26
                my_sys.h \
28
27
                typelib.h
58
57
                default_modify.cc \
59
58
                errors.cc \
60
59
                hash.cc \
61
 
                list.cc \
62
60
                mf_arr_appstr.cc \
63
61
                mf_cache.cc \
64
62
                mf_dirname.cc \