~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/handler/ha_innodb.cc

  • Committer: Olaf van der Spek
  • Date: 2011-10-18 13:52:19 UTC
  • mto: This revision was merged to the branch mainline in revision 2443.
  • Revision ID: olafvdspek@gmail.com-20111018135219-vn5xhy8pvumotthk
Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
6784
6784
 
6785
6785
void InnobaseEngine::dropTemporarySchema()
6786
6786
{
6787
 
  identifier::Schema schema_identifier(GLOBAL_TEMPORARY_EXT);
6788
 
  trx_t*  trx= NULL;
6789
6787
  string schema_path(GLOBAL_TEMPORARY_EXT);
6790
 
 
6791
 
  schema_path.append("/");
6792
 
 
6793
 
  trx = trx_allocate_for_mysql();
 
6788
  schema_path += "/";
 
6789
 
 
6790
  trx_t* trx = trx_allocate_for_mysql();
6794
6791
 
6795
6792
  trx->mysql_thd = NULL;
6796
6793