~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/cursor.cc

  • Committer: Brian Aker
  • Date: 2010-05-09 23:33:20 UTC
  • mfrom: (1502.1.22 fix-myisam)
  • Revision ID: brian@gaz-20100509233320-2ejod14ukaiqoqjk
Merge in modifications to make TableShare and actual object. 

Crazy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
  if (!(new_handler->ref= (unsigned char*) mem_root->alloc_root(ALIGN_SIZE(ref_length)*2)))
84
84
    return NULL;
85
85
  if (new_handler && !new_handler->ha_open(table,
86
 
                                           table->s->normalized_path.str,
 
86
                                           table->s->getNormalizedPath(),
87
87
                                           table->getDBStat(),
88
88
                                           HA_OPEN_IGNORE_IF_LOCKED))
89
89
    return new_handler;