~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/db.cc

  • Committer: Brian Aker
  • Date: 2009-07-09 19:49:32 UTC
  • mfrom: (1085.1.10 mordred)
  • Revision ID: brian@gaz-20090709194932-o90qfzgk9xem5di1
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
130
130
  return 0;
131
131
}
132
132
 
133
 
int load_db_opt(const char *path, HA_CREATE_INFO *create)
 
133
static int load_db_opt(const char *path, HA_CREATE_INFO *create)
134
134
{
135
135
  drizzled::message::Schema db;
136
136