~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Barry.Leslie at PrimeBase
  • Date: 2010-10-18 21:21:20 UTC
  • mto: This revision was merged to the branch mainline in revision 1871.
  • Revision ID: barry.leslie@primebase.com-20101018212120-dqukgtkwhb1imt1o
Merged changes from lp:pbms. These changes should remove any danger
of longjmp() clobbering local variables.

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),