~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field_iterator.cc

  • Committer: Brian Aker
  • Date: 2009-04-28 21:46:57 UTC
  • mto: This revision was merged to the branch mainline in revision 1001.
  • Revision ID: brian@gaz-20090428214657-8vxn7n9dc6epb3zy
Renamed TABLE_SHARE to TableShare

Show diffs side-by-side

added added

removed removed

Lines of Context:
137
137
    return natural_join_it.column_ref()->db_name();
138
138
 
139
139
  /*
140
 
    Test that TableList::db is the same as TABLE_SHARE::db to
 
140
    Test that TableList::db is the same as TableShare::db to
141
141
    ensure consistency. An exception are I_S schema tables, which
142
142
    are inconsistent in this respect.
143
143
  */