~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • Committer: Monty Taylor
  • Date: 2009-12-21 03:44:51 UTC
  • mto: (1253.2.3 out-of-tree)
  • mto: This revision was merged to the branch mainline in revision 1250.
  • Revision ID: mordred@inaugust.com-20091221034451-hmztoep4qbaqne8w
Trims more out of server_includes.h.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
#include <drizzled/file_exchange.h>
35
35
#include <drizzled/select_result_interceptor.h>
36
36
#include <drizzled/xid.h>
 
37
#include "drizzled/query_id.h"
37
38
 
38
39
#include <netdb.h>
39
40
#include <map>
1480
1481
      return variables.storage_engine;
1481
1482
    return global_system_variables.storage_engine;
1482
1483
  };
 
1484
 
 
1485
  static void unlink(Session *session);
 
1486
 
1483
1487
};
1484
1488
 
1485
1489
class JOIN;