~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzledump.cc

  • Committer: Monty Taylor
  • Date: 2008-10-10 01:40:50 UTC
  • mto: This revision was merged to the branch mainline in revision 499.
  • Revision ID: monty@inaugust.com-20081010014050-8mmtwqy6ii4boq3o
Removed O_BINARY and FILE_BINARY.

Show diffs side-by-side

added added

removed removed

Lines of Context:
653
653
      tty_password=1;
654
654
    break;
655
655
  case 'r':
656
 
    if (!(md_result_file= my_fopen(argument, O_WRONLY | FILE_BINARY,
 
656
    if (!(md_result_file= my_fopen(argument, O_WRONLY,
657
657
                                    MYF(MY_WME))))
658
658
      exit(1);
659
659
    break;