~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.h

  • Committer: Brian Aker
  • Date: 2010-06-03 09:06:27 UTC
  • mto: (1578.6.10 explain-drizzle)
  • mto: This revision was merged to the branch mainline in revision 1589.
  • Revision ID: brian@gir-2.local-20100603090627-6doyyne204s9wo1r
PAss through the code removing current_session

Show diffs side-by-side

added added

removed removed

Lines of Context:
785
785
 
786
786
int rename_file_ext(const char * from,const char * to,const char * ext);
787
787
bool check_column_name(const char *name);
788
 
bool check_db_name(SchemaIdentifier &schema);
 
788
bool check_db_name(Session *session, SchemaIdentifier &schema);
789
789
bool check_table_name(const char *name, uint32_t length);
790
790
 
791
791
} /* namespace drizzled */