~jaypipes/drizzle/transaction_log

« back to all changes in this revision

Viewing changes to plugin/transaction_log/background_worker.cc

  • Committer: Jay Pipes
  • Date: 2009-12-22 03:07:38 UTC
  • mfrom: (1143.14.85 build)
  • Revision ID: jpipes@serialcoder-20091222030738-gnb0vyg77fmkt4cj
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
 *    building the index as it reads the log file.
57
57
 */
58
58
 
59
 
#include <drizzled/server_includes.h>
 
59
#include "config.h"
60
60
#include <drizzled/gettext.h>
 
61
#include <drizzled/errmsg_print.h>
 
62
 
61
63
 
62
64
#include "transaction_log.h"
63
65
#include "background_worker.h"
75
77
  return false;
76
78
}
77
79
 
78
 
pthread_handler_t collectTransactionLogStats(void *)
 
80
void *collectTransactionLogStats(void *)
79
81
{
80
82
  /* Check to see if there is an index file on disk */
81
83