~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/server_includes.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:
304
304
               uint32_t reclength, unsigned char *fileinfo,
305
305
               HA_CREATE_INFO *create_info, uint32_t keys, KEY *key_info);
306
306
int rename_table_proto_file(const char *from, const char* to);
307
 
int delete_table_proto_file(char *file_name);
 
307
int delete_table_proto_file(const char *file_name);
308
308
int rename_file_ext(const char * from,const char * to,const char * ext);
309
309
bool check_db_name(LEX_STRING *db);
310
310
bool check_column_name(const char *name);