~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

  • Committer: Brian Aker
  • Date: 2009-01-24 16:18:44 UTC
  • Revision ID: brian@gir-3.local-20090124161844-yeo4yhpw5d4ur780
Refactor of scheduler plugin code to simplify around one structure. Also
enhanced failure code for multi load attempts (and moved it out of
sql_plugin and just into the actual plugin container).

Set pool_of_threads to be default.

Show diffs side-by-side

added added

removed removed

Lines of Context:
294
294
                query_id.h \
295
295
                rename.h \
296
296
                replicator.h \
297
 
                scheduler.h \
298
297
                scheduling.h \
299
298
                session.h \
300
299
                set_var.h \
404
403
                records.cc \
405
404
                rename.cc \
406
405
                replicator.cc \
407
 
                scheduler.cc \
408
406
                scheduling.cc \
409
407
                session.cc \
410
408
                set_var.cc \