~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/multi_thread/multi_thread.cc

  • Committer: Lee Bieber
  • Date: 2011-03-16 18:11:33 UTC
  • mfrom: (2239.2.2 build)
  • Revision ID: kalebral@gmail.com-20110316181133-zr1uj612rz7s32s0
Merge Patrick - Added some randgen test cases
Merge Olaf - refactor includes

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#include <drizzled/abort_exception.h>
26
26
#include <drizzled/transaction_services.h>
27
27
#include <drizzled/gettext.h>
 
28
#include <drizzled/plugin.h>
28
29
 
29
30
#include <boost/thread.hpp>
30
31
#include <boost/bind.hpp>