~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/natural_join_column.cc

  • Committer: Brian Aker
  • Date: 2009-01-17 17:08:25 UTC
  • Revision ID: brian@gir-3.local-20090117170825-l7vo00mje6uk5cg0
Test case fixes + TABLE_CACHE to class (will rename in manner which is NOT
YELLING CASE UP).

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
const char *Natural_join_column::db_name()
42
42
{
43
43
  /*
44
 
    Test that TableList::db is the same as st_table_share::db to
 
44
    Test that TableList::db is the same as TABLE_SHARE::db to
45
45
    ensure consistency. An exception are I_S schema tables, which
46
46
    are inconsistent in this respect.
47
47
  */