Informix.comment
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:1k
源码类别:

模拟服务器

开发平台:

C/C++

  1. *****************************************************************
  2. NOTE:
  3. I, Monty, pulled this comment out from the public mail I got from
  4. Honza when he published the first crash-me run on Informix
  5. *****************************************************************
  6. Also attached are diffs from server-cfg and crash-me -- some of
  7. them are actual bugs in the code, some add extensions for Informix,
  8. some of the comment-outs were necessary to finish the test. Some of
  9. the problematic pieces that are commented out sent Informix to
  10. veeeery long load 1 on the machine (max_conditions for example), so
  11. could be considered crashes, but I'd prefer that someone checks the
  12. code before giving out such a conclusion.
  13. Some of the code that is commented out failed with some other SQL
  14. error message which might mean a problem with the sequence of commands
  15. in crash-me. Interesting thing, some of the tests failed for the
  16. first time but in the next or third run went OK, so the results are
  17. results of more iterations (like column doesn't exist in the first
  18. try but the second pass goes OK).
  19. I'd like to hear your comments on the bug fixes and Informix specific
  20. code before we go into debugging the problems.
  21. Yours,
  22.  Honza Pazdziora