32
32
#define INDEX_COMMENT_MAXLEN 1024
34
34
int drizzle_write_proto_file(const std::string file_name,
37
37
int parse_table_proto(Session& session,
41
42
int fill_table_proto(message::Table *table_proto,
43
44
List<CreateField> &create_fields,
44
45
HA_CREATE_INFO *create_info,
48
50
int rename_table_proto_file(const char *from, const char* to);
49
51
int delete_table_proto_file(const char *file_name);
51
53
int rea_create_table(Session *session,
52
54
TableIdentifier &identifier,
54
56
HA_CREATE_INFO *create_info,
55
57
List<CreateField> &create_field,
56
58
uint32_t key_count,KEY *key_info);