~drizzle-pbxt/drizzle/drizzle-pbxt-4-drizzle

« back to all changes in this revision

Viewing changes to plugin/schema_dictionary/schemas.cc

  • Committer: Brian Aker
  • Date: 2010-04-02 17:07:46 UTC
  • Revision ID: brian@gaz-20100402170746-3hhpiqx4mbn0gavo
Move toward not having to call current_session (first pass).

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
  }
49
49
  else
50
50
  {
51
 
    Session *session= current_session;
52
 
    plugin::StorageEngine::getSchemaIdentifiers(*session, schema_names);
 
51
    plugin::StorageEngine::getSchemaIdentifiers(getSession(), schema_names);
53
52
    schema_names.sort();
54
53
    schema_iterator= schema_names.begin();
55
54
    is_schema_primed= true;