~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2010-04-17 19:30:18 UTC
  • mfrom: (1471.3.5 drizzled-as-lib)
  • Revision ID: brian@gaz-20100417193018-knv47o35k146bnow
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
6469
6469
    }
6470
6470
 
6471
6471
    snprintf(path, sizeof(path), "%s/%s%s",
6472
 
             drizzle_data_home, ib_table->name, ".dfe");
 
6472
             data_home, ib_table->name, ".dfe");
6473
6473
 
6474
6474
    internal::unpack_filename(path,path);
6475
6475