~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_base.cc

  • Committer: Eric Day
  • Date: 2009-08-31 23:50:37 UTC
  • mto: This revision was merged to the branch mainline in revision 1134.
  • Revision ID: eday@oddments.org-20090831235037-hwwe6zhq94o4lxtd
Removed purecov messages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1314
1314
    int error;
1315
1315
    /* Free cache if too big */
1316
1316
    while (open_cache.records > table_cache_size && unused_tables)
1317
 
      hash_delete(&open_cache,(unsigned char*) unused_tables); /* purecov: tested */
 
1317
      hash_delete(&open_cache,(unsigned char*) unused_tables);
1318
1318
 
1319
1319
    if (table_list->create)
1320
1320
    {
3944
3944
      session->lex->current_select->is_item_list_lookup= save_is_item_list_lookup;
3945
3945
      session->lex->allow_sum_func= save_allow_sum_func;
3946
3946
      session->mark_used_columns= save_mark_used_columns;
3947
 
      return true; /* purecov: inspected */
 
3947
      return true;
3948
3948
    }
3949
3949
    if (ref)
3950
3950
      *(ref++)= item;