~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/sql_load.cc

  • Committer: brian
  • Date: 2008-06-29 12:18:49 UTC
  • Revision ID: brian@localhost.localdomain-20080629121849-2le5txjj7tkdq54f
Fix for stat, NETWARE removal

Show diffs side-by-side

added added

removed removed

Lines of Context:
307
307
        DBUG_RETURN(TRUE);
308
308
      }
309
309
 
310
 
      MY_STAT stat_info;
311
 
      if (!my_stat(name,&stat_info,MYF(MY_WME)))
 
310
      struct stat stat_info;
 
311
      if (stat(name,&stat_info))
312
312
        DBUG_RETURN(TRUE);
313
313
 
314
314
      // if we are not in slave thread, the file must be: