~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/archive/plugin.cc

  • Committer: Stewart Smith
  • Date: 2011-01-14 05:16:49 UTC
  • mto: (2086.1.3 build)
  • mto: This revision was merged to the branch mainline in revision 2087.
  • Revision ID: stewart@flamingspork.com-20110114051649-4kg0mdrgdtako8vp
add a FIXME to flesh out insert docs

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,   /* depends */
 
56
  NULL,   /* system variables                */
57
57
  NULL                        /* config options                  */
58
58
}
59
59
DRIZZLE_DECLARE_PLUGIN_END;