~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_base.cc

Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1312
1312
    int error;
1313
1313
    /* Free cache if too big */
1314
1314
    while (open_cache.records > table_cache_size && unused_tables)
1315
 
      hash_delete(&open_cache,(unsigned char*) unused_tables); /* purecov: tested */
 
1315
      hash_delete(&open_cache,(unsigned char*) unused_tables);
1316
1316
 
1317
1317
    if (table_list->create)
1318
1318
    {
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;