~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/unireg.h

  • Committer: Brian Aker
  • Date: 2009-10-02 19:38:12 UTC
  • mfrom: (1152.1.7 merge)
  • Revision ID: brian@gaz-20091002193812-mpd61oecep74t6gd
Merge Monty + Brian for plugins.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#ifndef DRIZZLED_UNIREG_H
24
24
#define DRIZZLED_UNIREG_H
25
25
 
26
 
#include <drizzled/structs.h>                           /* All structs we need */
27
 
 
28
26
void unireg_end(void) __attribute__((noreturn));
29
27
void unireg_abort(int exit_code) __attribute__((noreturn));
30
28
 
31
 
int rea_create_table(Session *session, const char *path,
32
 
                     const char *db, const char *table_name,
33
 
                     drizzled::message::Table *table_proto,
34
 
                     HA_CREATE_INFO *create_info,
35
 
                     List<CreateField> &create_field,
36
 
                     uint32_t key_count,KEY *key_info);
37
 
 
38
 
 
39
29
#endif /* DRIZZLED_UNIREG_H */