~jlukas79/+junk/mysql-server

« back to all changes in this revision

Viewing changes to storage/myisammrg/myrg_create.c

manual merge 6.0-main --> 6.0-bka-review

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
  save_errno=my_errno ? my_errno : -1;
67
67
  switch (errpos) {
68
68
  case 1:
69
 
    VOID(my_close(file,MYF(0)));
 
69
    (void) my_close(file,MYF(0));
70
70
  }
71
71
  DBUG_RETURN(my_errno=save_errno);
72
72
} /* myrg_create */