~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2010-10-22 07:38:49 UTC
  • mto: This revision was merged to the branch mainline in revision 1885.
  • Revision ID: brian@tangent.org-20101022073849-h3j2eglp70dav2ze
Adds in a portion of the ref constraints table.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Copyright (C) 2008 PrimeBase Technologies GmbH, Germany
 
1
/* Copyright (c) 2008 PrimeBase Technologies GmbH, Germany
2
2
 *
3
3
 * PrimeBase Media Stream for MySQL
4
4
 *
30
30
#ifndef __DATABASE_MS_H__
31
31
#define __DATABASE_MS_H__
32
32
 
33
 
#include "cslib/CSDefs.h"
34
 
#include "cslib/CSStorage.h"
35
 
#include "cslib/CSStrUtil.h"
36
 
 
37
33
#include "table_ms.h"
38
34
#include "repository_ms.h"
39
35
#ifdef HAVE_ALIAS_SUPPORT
43
39
#include "compactor_ms.h"
44
40
#include "cloud_ms.h"
45
41
 
 
42
#include "cslib/CSDefs.h"
 
43
#include "cslib/CSStorage.h"
 
44
#include "cslib/CSStrUtil.h"
 
45
 
46
46
class MSOpenTable;
47
47
class MSBackup;
48
48