~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/schema_engine/schema.cc

  • Committer: Olaf van der Spek
  • Date: 2011-03-28 17:36:12 UTC
  • mto: (2257.1.1 build) (2276.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 2258.
  • Revision ID: olafvdspek@gmail.com-20110328173612-j64frssmkmalveii
Common fwd

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
{
104
104
}
105
105
 
106
 
void Schema::doGetSchemaIdentifiers(identifier::Schema::vector &set_of_names)
 
106
void Schema::doGetSchemaIdentifiers(identifier::schema::vector &set_of_names)
107
107
{
108
108
  mutex.lock_shared();
109
109
  {
341
341
 
342
342
void Schema::doGetTableIdentifiers(drizzled::CachedDirectory&,
343
343
                                   const drizzled::identifier::Schema&,
344
 
                                   drizzled::identifier::Table::vector&)
 
344
                                   drizzled::identifier::table::vector&)
345
345
{
346
346
}