~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pool_of_threads/session_scheduler.cc

Merged Eric from lp:~eday/drizzle/eday-merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#include <drizzled/gettext.h>
24
24
#include <drizzled/errmsg_print.h>
25
25
#include <event.h>
26
 
/* API for connecting, logging in to a drizzled server */
27
 
#include <drizzled/connect.h>
28
26
#include "session_scheduler.h"
29
27
 
30
28
/* Prototype */
52
50
{
53
51
  assert(!thread_attached);
54
52
  if (libevent_should_close_connection(session) ||
55
 
      ! session->initGlobals())
 
53
      session->initGlobals())
56
54
  {
57
55
    return true;
58
56
  }