~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/archive/ha_archive.cc

MergedĀ fromĀ Toru.

Show diffs side-by-side

added added

removed removed

Lines of Context:
303
303
    share->archive_write_open= false;
304
304
    fn_format(share->data_file_name, table_name, "",
305
305
              ARZ, MY_REPLACE_EXT | MY_UNPACK_FILENAME);
306
 
    my_stpcpy(share->table_name, table_name);
 
306
    strcpy(share->table_name, table_name);
307
307
    /*
308
308
      We will use this lock for rows.
309
309
    */