~knielsen/maria/5.1-group-commit

« back to all changes in this revision

Viewing changes to sql/mysqld.cc

  • 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:
2664
2664
 
2665
2665
end:
2666
2666
#ifndef __WIN__
 
2667
  /* Terminate */
 
2668
  exit(1);
 
2669
#else
2667
2670
  /* On Windows, do not terminate, but pass control to exception filter */
2668
 
  exit(1);
 
2671
  ;
2669
2672
#endif
2670
2673
}
2671
2674