~posulliv/drizzle/memcached_applier

« back to all changes in this revision

Viewing changes to drizzled/unireg.h

  • Committer: Jay Pipes
  • Date: 2009-08-03 14:23:22 UTC
  • mfrom: (1039.2.68 staging)
  • mto: This revision was merged to the branch mainline in revision 1078.
  • Revision ID: jpipes@serialcoder-20090803142322-1g67h7su9mocg9ig
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#define DRIZZLED_UNIREG_H
25
25
 
26
26
#include <drizzled/structs.h>                           /* All structs we need */
27
 
#include <drizzled/message/table.pb.h>
28
 
int drizzle_read_table_proto(const char* path, drizzled::message::Table* table);
29
 
int table_proto_exists(const char *path);
30
 
int copy_table_proto_file(const char *from, const char* to);
31
27
 
32
28
void unireg_end(void) __attribute__((noreturn));
33
29
void unireg_abort(int exit_code) __attribute__((noreturn));
37
33
                     drizzled::message::Table *table_proto,
38
34
                     HA_CREATE_INFO *create_info,
39
35
                     List<CreateField> &create_field,
40
 
                     uint32_t key_count,KEY *key_info,
41
 
                     bool is_like);
 
36
                     uint32_t key_count,KEY *key_info);
42
37
 
43
38
 
44
39
#endif /* DRIZZLED_UNIREG_H */