~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/scheduler.cc

  • Committer: Monty Taylor
  • Date: 2008-12-10 03:39:35 UTC
  • mto: (670.1.3 devel)
  • mto: This revision was merged to the branch mainline in revision 672.
  • Revision ID: monty@inaugust.com-20081210033935-fut5c8fa7ewzq7ur
Moved connect.h out of server_includes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#include <drizzled/sql_parse.h>
25
25
#include <drizzled/scheduler.h>
26
26
#include <drizzled/session.h>
 
27
/* API for connecting, logging in to a drizzled server */
 
28
#include <drizzled/connect.h>
27
29
 
28
30
/*
29
31
  'Dummy' functions to be used when we don't need any handling for a scheduler