~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/filesort.cc

  • Committer: Monty Taylor
  • Date: 2010-03-23 10:05:10 UTC
  • mto: This revision was merged to the branch mainline in revision 1399.
  • Revision ID: mordred@inaugust.com-20100323100510-gerrtjw70dr1q3oo
Fixed some leftover old API calls in the DTRACE macros.

Show diffs side-by-side

added added

removed removed

Lines of Context:
148
148
  TableList *tab= table->pos_in_table_list;
149
149
  Item_subselect *subselect= tab ? tab->containing_subselect() : 0;
150
150
 
151
 
  DRIZZLE_FILESORT_START(table->s->db.str, table->s->table_name.str);
 
151
  DRIZZLE_FILESORT_START(table->s->getSchemaName(), table->s->getTableName());
152
152
 
153
153
  /*
154
154
   Release InnoDB's adaptive hash index latch (if holding) before