~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/natural_join_column.cc

  • Committer: Monty Taylor
  • Date: 2010-05-21 06:34:45 UTC
  • mfrom: (1530.2.8)
  • mto: (1530.5.7)
  • mto: This revision was merged to the branch mainline in revision 1560.
  • Revision ID: mordred@inaugust.com-20100521063445-8isexfjpicuqhf5a
Merged fix-lcov-failure into new-valgrind-suppressions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
    ensure consistency. 
68
68
  */
69
69
  assert(!strcmp(table_ref->db,
70
 
                 table_ref->table->s->getSchemaName()));
 
70
                 table_ref->table->getShare()->getSchemaName()));
71
71
  return table_ref->db;
72
72
}
73
73