~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/archive/ha_archive.cc

  • Committer: Brian Aker
  • Date: 2008-09-28 03:20:53 UTC
  • mto: This revision was merged to the branch mainline in revision 413.
  • Revision ID: brian@tangent.org-20080928032053-rclc4iiwmwedsf73
Work on removing GNU specific calls.

Show diffs side-by-side

added added

removed removed

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