~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/server_includes.h

  • Committer: Brian Aker
  • Date: 2008-11-16 02:03:36 UTC
  • mfrom: (584.2.8 drizzle-nofrm)
  • Revision ID: brian@tangent.org-20081116020336-89horp2vrgqoqv0f
Merge stewert

Show diffs side-by-side

added added

removed removed

Lines of Context:
631
631
int create_frm(Session *session, const char *name, const char *db, const char *table,
632
632
               uint32_t reclength, unsigned char *fileinfo,
633
633
               HA_CREATE_INFO *create_info, uint32_t keys, KEY *key_info);
 
634
int rename_table_proto_file(const char *from, const char* to);
 
635
int delete_table_proto_file(char *file_name);
634
636
int rename_file_ext(const char * from,const char * to,const char * ext);
635
637
bool check_db_name(LEX_STRING *db);
636
638
bool check_column_name(const char *name);