~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2010-10-08 20:13:50 UTC
  • mfrom: (1823.1.3 trunk-drizzle)
  • Revision ID: brian@tangent.org-20101008201350-bmjpgakk12zmyw10
Overall merge of Padraig

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