~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/innobase/handler/ha_innodb.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:
6758
6758
 
6759
6759
                share->table_name_length=length;
6760
6760
                share->table_name=(char*) (share+1);
6761
 
                stpcpy(share->table_name,table_name);
 
6761
                my_stpcpy(share->table_name,table_name);
6762
6762
 
6763
6763
                if (my_hash_insert(&innobase_open_tables,
6764
6764
                                (uchar*) share)) {