~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/heap/ha_heap.cc

  • Committer: Brian Aker
  • Date: 2010-03-19 04:55:01 UTC
  • mfrom: (1358.1.9 build)
  • Revision ID: brian@gaz-20100319045501-2k8uekm12tozsvf1
Merge Brian

Show diffs side-by-side

added added

removed removed

Lines of Context:
139
139
    proto_cache.erase(iter);
140
140
  pthread_mutex_unlock(&proto_cache_mutex);
141
141
 
142
 
  return heap_delete_table(identifier.getPath());
 
142
  return heap_delete_table(identifier.getPath().c_str());
143
143
}
144
144
 
145
145
static HeapEngine *heap_storage_engine= NULL;
689
689
{
690
690
  int error;
691
691
  HP_SHARE *internal_share;
692
 
  const char *table_name= identifier.getPath();
 
692
  const char *table_name= identifier.getPath().c_str();
693
693
 
694
694
  error= heap_create_table(session, table_name, &table_arg,
695
695
                           false,