~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handler.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:
1629
1629
 
1630
1630
  /* Ensure that table handler get path in lower case */
1631
1631
  if (tmp_path != path)
1632
 
    stpcpy(tmp_path, path);
 
1632
    my_stpcpy(tmp_path, path);
1633
1633
 
1634
1634
  /*
1635
1635
    we only should turn into lowercase database/table part