~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/server_includes.h

  • Committer: Monty Taylor
  • Date: 2009-08-05 09:10:29 UTC
  • mto: (1093.1.57 captain)
  • mto: This revision was merged to the branch mainline in revision 1115.
  • Revision ID: mordred@inaugust.com-20090805091029-4voz6gc3ummrd030
Moved ListenHandler to slot::Listen.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
/* Routines for printing error messages */
50
50
#include <drizzled/errmsg_print.h>
51
51
 
52
 
#include <drizzled/listen.h>
53
 
 
54
52
#include <string>
55
53
#include <sstream>
56
54
#include <bitset>
62
60
 
63
61
/* drizzled.cc */
64
62
void refresh_status(Session *session);
65
 
bool drizzle_rm_tmp_tables(drizzled::ListenHandler &listen_handler);
66
63
void unlink_session(Session *session);
67
64
 
68
65
/* item_func.cc */