~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.h

  • Committer: Brian Aker
  • Date: 2010-01-22 00:53:13 UTC
  • Revision ID: brian@gaz-20100122005313-jmizcbcdi1lt4tcx
Revert db patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
552
552
 
553
553
int rename_file_ext(const char * from,const char * to,const char * ext);
554
554
bool check_column_name(const char *name);
 
555
bool check_db_name(LEX_STRING *org_name);
555
556
bool check_table_name(const char *name, uint32_t length);
556
557
 
557
558
#endif /* DRIZZLED_TABLE_H */