~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_proto.h

  • Committer: Brian Aker
  • Date: 2010-03-25 01:22:58 UTC
  • mfrom: (1395.1.4 build)
  • Revision ID: brian@gaz-20100325012258-cg51yq2yiuldvgxw
Merge of ALTER TABLE code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
                      message::Table &table,
36
36
                      TableShare *share);
37
37
 
38
 
int rename_table_proto_file(const char *from, const char* to);
39
 
 
40
38
int delete_table_proto_file(const char *file_name);
41
39
 
42
40
bool rea_create_table(Session *session,