~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbms/src/open_table_ms.h

  • Committer: Lee Bieber
  • Date: 2010-10-22 16:47:38 UTC
  • mfrom: (1841.1.7 drizzle_pbms)
  • Revision ID: kalebral@gmail.com-20101022164738-vv8w22b8towpb307
Merge Barry - fix bug 657830: PBMS build failure in GCC 4.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
#ifndef __OPENTABLE_MS_H__
31
31
#define __OPENTABLE_MS_H__
32
32
 
 
33
#include "cslib/CSDefs.h"
 
34
#include "cslib/CSFile.h"
33
35
 
34
36
#include "engine_ms.h"
 
37
 
35
38
#include "database_ms.h"
36
39
 
37
 
#include "cslib/CSDefs.h"
38
 
#include "cslib/CSFile.h"
39
 
 
40
40
class MSOpenTablePool;
41
41
 
42
42
// Keep the value of MS_OT_BUFFER_SIZE less than 0XFFFF to avoid compiler warnings.