~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/mi_write.c

  • Committer: Brian Aker
  • Date: 2008-07-14 22:18:37 UTC
  • mfrom: (77.1.96 codestyle)
  • Revision ID: brian@tangent.org-20080714221837-oceoshx7fjkla9u3
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
  }
60
60
  if (_mi_readinfo(info,F_WRLCK,1))
61
61
    DBUG_RETURN(my_errno);
62
 
#if !defined(NO_LOCKING) && defined(USE_RECORD_LOCK)
63
 
  if (!info->locked && my_lock(info->dfile,F_WRLCK,0L,F_TO_EOF,
64
 
                               MYF(MY_SEEK_NOT_DONE) | info->lock_wait))
65
 
    goto err;
66
 
#endif
67
62
  filepos= ((share->state.dellink != HA_OFFSET_ERROR &&
68
63
             !info->append_insert_at_end) ?
69
64
            share->state.dellink :