~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/heap/ha_heap.cc

  • Committer: Brian Aker
  • Date: 2010-08-13 18:47:31 UTC
  • mfrom: (1707.1.7 rollup)
  • Revision ID: brian@tangent.org-20100813184731-w2iu1wzs219nqmt6
Style fixes/etc in heap.

Show diffs side-by-side

added added

removed removed

Lines of Context:
252
252
                             table->getShare()->getTableName(),
253
253
                             table->getShare()->getPath());
254
254
 
255
 
  if (new_handler && !new_handler->ha_open(identifier, table, file->getShare()->name, table->db_stat,
 
255
  if (new_handler && !new_handler->ha_open(identifier, table, file->getShare()->name.c_str(), table->db_stat,
256
256
                                           HA_OPEN_IGNORE_IF_LOCKED))
257
257
    return new_handler;
258
258
  return NULL;