~knielsen/maria/5.1-group-commit

« back to all changes in this revision

Viewing changes to storage/maria/ma_loghandler.c

  • Committer: bo.thorsen
  • Date: 2010-04-09 09:05:23 UTC
  • Revision ID: bo@sonofthor.dk-20100409090523-saotuxbzchghwweo
Fix Windows compile

Show diffs side-by-side

added added

removed removed

Lines of Context:
1397
1397
 
1398
1398
  {
1399
1399
    LOGHANDLER_FILE_INFO info;
 
1400
        File fd;
1400
1401
    LINT_INIT_STRUCT(info);
1401
 
    File fd= open_logfile_by_number_no_cache(file);
 
1402
    fd= open_logfile_by_number_no_cache(file);
1402
1403
    if ((fd < 0) ||
1403
1404
        (translog_read_file_header(&info, fd) | my_close(fd, MYF(MY_WME))))
1404
1405
    {