~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/db.h

Merge of Schema tree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 
35
35
bool check_db_dir_existence(const char *db_name);
36
36
int get_database_metadata(const std::string &dbname, message::Schema &db);
37
 
 
38
 
const CHARSET_INFO *get_default_db_collation(const char *db_name);
39
 
 
40
37
} /* namespace drizzled */
41
38
 
42
39
#endif /* DRIZZLED_DB_H */