~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/Makefile.am

  • Committer: Padraig O'Sullivan
  • Date: 2009-03-21 23:23:07 UTC
  • mto: (960.5.2 mordred)
  • mto: This revision was merged to the branch mainline in revision 961.
  • Revision ID: osullivan.padraig@gmail.com-20090321232307-ier1xqflczgp7r1v
Removed all traces of QUEUE from the codebase. We are using
std::priority_queue in MyISAM now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
                        my_handler.cc \
80
80
                        my_handler_errors.cc \
81
81
                        my_pread.cc \
82
 
                        queues.cc \
83
82
                        sort.cc 
84
83
 
85
84
libmyisamha_la_SOURCES = ha_myisam.cc