~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

Merged in old drizzled-as-lib patch.

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