~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/schema_engine/schema.cc

  • Committer: Brian Aker
  • Date: 2010-07-01 23:03:22 UTC
  • mto: This revision was merged to the branch mainline in revision 1647.
  • Revision ID: brian@gaz-20100701230322-kwfewmxproqgkiby
Updated to harmonize the identifier API.

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
  pthread_rwlock_unlock(&schema_lock);
102
102
}
103
103
 
104
 
void Schema::doGetSchemaIdentifiers(SchemaIdentifierList &set_of_names)
 
104
void Schema::doGetSchemaIdentifiers(SchemaIdentifiers &set_of_names)
105
105
{
106
106
  if (not pthread_rwlock_rdlock(&schema_lock))
107
107
  {