~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/csv/ha_tina.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:
162
162
    share->update_file_opened= false;
163
163
    share->tina_write_opened= false;
164
164
    share->data_file_version= 0;
165
 
    stpcpy(share->table_name, table_name);
 
165
    my_stpcpy(share->table_name, table_name);
166
166
    fn_format(share->data_file_name, table_name, "", CSV_EXT,
167
167
              MY_REPLACE_EXT|MY_UNPACK_FILENAME);
168
168
    fn_format(meta_file_name, table_name, "", CSM_EXT,