~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzleslap.cc

  • Committer: Monty Taylor
  • Date: 2009-06-08 12:55:10 UTC
  • mto: This revision was merged to the branch mainline in revision 1057.
  • Revision ID: mordred@inaugust.com-20090608125510-ui3ihx9qi2xadqdk
Fixed staging build issue.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1331
1331
    }
1332
1332
    else
1333
1333
    {
1334
 
      if ((csv_file= open(opt_csv_str, O_CREAT|O_WRONLY|O_APPEND)) == -1)
 
1334
      if ((csv_file= open(opt_csv_str, O_CREAT|O_WRONLY|O_APPEND, 
 
1335
                          S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH)) == -1)
1335
1336
      {
1336
1337
        fprintf(stderr,"%s: Could not open csv file: %sn\n",
1337
1338
                my_progname, opt_csv_str);