~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/ha_myisam.cc

  • Committer: Brian Aker
  • Date: 2010-03-15 22:57:37 UTC
  • mto: This revision was merged to the branch mainline in revision 1344.
  • Revision ID: brian@gaz-20100315225737-72okaenigqt4b3oe
Lets hide stuff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
675
675
    return(HA_ADMIN_FAILED);
676
676
  }
677
677
 
678
 
  param.db_name=    table->s->db.str;
 
678
  param.db_name=    table->s->getSchemaName();
679
679
  param.table_name= table->alias;
680
680
  param.tmpfile_createflag = O_RDWR | O_TRUNC;
681
681
  param.using_global_keycache = 1;