~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/myisampack.c

Merged in changes. 
Edited a the comment test case so deal with our version bump.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2974
2974
  share->changed=1;                     /* Force write of header */
2975
2975
  share->state.open_count=0;
2976
2976
  share->global_changed=0;
2977
 
  VOID(my_chsize(share->kfile, share->base.keystart, 0, MYF(0)));
 
2977
  (void)ftruncate(share->kfile, share->base.keystart);
2978
2978
  if (share->base.keys)
2979
2979
    isamchk_neaded=1;
2980
2980
  DBUG_RETURN(mi_state_info_write(share->kfile,&share->state,1+2));