~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sj_tmp_table.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:
98
98
      bitmap_lock_clear_bit(&temp_pool, temp_pool_slot);
99
99
    return(NULL);
100
100
  }
101
 
  stpcpy(tmpname,path);
 
101
  my_stpcpy(tmpname,path);
102
102
  
103
103
 
104
104
  /* STEP 4: Create Table description */