~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/mi_create.c

  • Committer: Monty Taylor
  • Date: 2008-09-23 14:19:48 UTC
  • mto: This revision was merged to the branch mainline in revision 419.
  • Revision ID: monty@inaugust.com-20080923141948-ktph2kg13addaxq1
Actually removed VOID() this time.

Show diffs side-by-side

added added

removed removed

Lines of Context:
692
692
  save_errno=my_errno;
693
693
  switch (errpos) {
694
694
  case 3:
695
 
    VOID(my_close(dfile,MYF(0)));
 
695
    my_close(dfile,MYF(0));
696
696
    /* fall through */
697
697
  case 2:
698
698
    /* QQ: T�nu should add a call to my_raid_delete() here */
702
702
                           MYF(0));
703
703
    /* fall through */
704
704
  case 1:
705
 
    VOID(my_close(file,MYF(0)));
 
705
    my_close(file,MYF(0));
706
706
    if (! (flags & HA_DONT_TOUCH_DATA))
707
707
      my_delete_with_symlink(fn_format(filename,name,"",MI_NAME_IEXT,
708
708
                                       MY_UNPACK_FILENAME | MY_APPEND_EXT),