~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbms/src/table_ms.cc

  • 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:
32
32
#include <stdlib.h>
33
33
#include <stddef.h>
34
34
 
35
 
#include "open_table_ms.h"
36
 
#include "database_ms.h"
 
35
#include "defs_ms.h"
37
36
 
38
37
#include "cslib/CSGlobal.h"
39
38
#include "cslib/CSLog.h"
40
39
#include "cslib/CSPath.h"
41
40
#include "cslib/CSStrUtil.h"
42
41
 
 
42
#include "database_ms.h"
 
43
#include "open_table_ms.h"
 
44
 
43
45
MSTable::MSTable():
44
46
CSSharedRefObject(),
45
47
myTableName(NULL),