~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-09 04:44:38 UTC
  • mto: (1827.1.1 trunk-drizzle)
  • mto: This revision was merged to the branch mainline in revision 1828.
  • Revision ID: brian@tangent.org-20101009044438-inypezfli460whto
First pass on moving show create schema out.

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