~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field_iterator.cc

  • Committer: Brian Aker
  • Date: 2009-04-29 01:45:36 UTC
  • mfrom: (1000.1.6 merge)
  • Revision ID: brian@gaz-20090429014536-pwu5m8ug6n8fvh68
Merge refactoring (mainly around TABLE_SHARE... one step forward...)

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
  */