~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/unireg.h

  • Committer: Jay Pipes
  • Date: 2009-02-04 15:44:25 UTC
  • mfrom: (829 drizzle)
  • mto: This revision was merged to the branch mainline in revision 830.
  • Revision ID: jpipes@serialcoder-20090204154425-th8xfk2ujz2y8xwg
Merge with 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/serialize/table.pb.h>
 
28
int drizzle_read_table_proto(const char* path, drizzle::Table* table);
27
29
 
28
30
#if defined(__cplusplus)
29
31
extern "C" {
160
162
void unireg_end(void) __attribute__((noreturn));
161
163
void unireg_abort(int exit_code) __attribute__((noreturn));
162
164
 
163
 
int mysql_frm_type(char *path, enum legacy_db_type *dbt);
164
 
 
165
165
int rea_create_table(Session *session, const char *path,
166
166
                     const char *db, const char *table_name,
167
167
                     HA_CREATE_INFO *create_info,