~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/generator/table_definition_cache.h

  • Committer: Olaf van der Spek
  • Date: 2011-06-23 11:44:30 UTC
  • mto: This revision was merged to the branch mainline in revision 2348.
  • Revision ID: olafvdspek@gmail.com-20110623114430-no355yypk4y3icqb
Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
    iter= local_vector.begin();
39
39
  }
40
40
 
41
 
  ~TableDefinitionCache()
42
 
  {
43
 
  }
44
 
 
45
41
  operator drizzled::TableShare::shared_ptr()
46
42
  {
47
43
    while (iter != local_vector.end())