~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/archive/ha_archive.cc

mergingĀ fromĀ main

Show diffs side-by-side

added added

removed removed

Lines of Context:
310
310
    share->archive_write_open= false;
311
311
    fn_format(share->data_file_name, table_name, "",
312
312
              ARZ, MY_REPLACE_EXT | MY_UNPACK_FILENAME);
313
 
    strmov(share->table_name, table_name);
 
313
    stpcpy(share->table_name, table_name);
314
314
    /*
315
315
      We will use this lock for rows.
316
316
    */