~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/archive/plugin.cc

  • Committer: Brian Aker
  • Date: 2011-02-21 17:37:00 UTC
  • mto: (2192.1.1 drizzle-staging)
  • mto: This revision was merged to the branch mainline in revision 2193.
  • Revision ID: brian@tangent.org-20110221173700-6wdfbxm60zq9q9se
Merge in change from REPLICATION to REPLICATE as keyword.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA */
15
15
 
16
16
 
17
 
#include "config.h"
 
17
#include <config.h>
18
18
 
19
 
#include "plugin/archive/archive_engine.h"
 
19
#include <plugin/archive/archive_engine.h>
20
20
 
21
21
using namespace std;
22
22
using namespace drizzled;
53
53
  "Archive storage engine",
54
54
  PLUGIN_LICENSE_GPL,
55
55
  init, /* Plugin Init */
56
 
  NULL,   /* system variables                */
 
56
  NULL,   /* depends */
57
57
  NULL                        /* config options                  */
58
58
}
59
59
DRIZZLE_DECLARE_PLUGIN_END;