~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_redel.c

  • Committer: mordred
  • Date: 2008-11-01 00:46:20 UTC
  • mto: (572.1.1 devel) (575.1.1 devel)
  • mto: This revision was merged to the branch mainline in revision 573.
  • Revision ID: mordred@opensolaris-20081101004620-vd0kzsl9k40hvf4p
Some updates to dtrace support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
    if (MyFlags & MY_LINK_WARNING)
91
91
      my_error(EE_LINK_WARNING,MYF(ME_BELL+ME_WAITTANG),from,statbuf.st_nlink);
92
92
  }
93
 
  chown(to, statbuf.st_uid, statbuf.st_gid);    /* Copy ownership */
 
93
  if(chown(to, statbuf.st_uid, statbuf.st_gid)!=0)
 
94
    return 1;
94
95
 
95
96
#ifndef __ZTC__
96
97
  if (MyFlags & MY_COPYTIME)