PROBLEMS
上传用户:dgyhgb
上传日期:2007-01-07
资源大小:676k
文件大小:1k
源码类别:

SQL Server

开发平台:

Unix_Linux

  1. This file describes various problems that have been encountered
  2. in compiling, installing and running GNU SQL Server.
  3. 1.   Server sometimes fails on repeated data insert/delete in
  4.      subsequent transaction. 
  5. 2.   Some problem in index processing exist but the place still
  6.      unclear now.
  7. 3.   Performance on the long run seems to be slower than it should be.
  8.      Server interprocess communication has to be fixed. we know how
  9.      to do it, but haven't had a time for it yet.
  10. 4.   Linux bugs:
  11.    - testIS0.sql - irregular crashes: segmentation fault OR
  12.                    'msgsnd' illegal argument OR some kind of memory violation
  13.    - debugger death after debugged service death leads to 'gsqls' assertation
  14.      fail (the same on SCO v5)
  15.    - LJ -- rbuf -- buffer for incoming messages (bad address) - cured by moving
  16.      declaration. quite strange behavior.
  17. 7.   'make-dist' dosn't work properly without RCS archive
  18.      (which is NOT distributed)
  19. ---------------------
  20. 8.   testM1.ec skips all data in group by cursor
  21. 10.  ar & ranlib using on hpux
  22. 11.  scripts top line configuration #! or not
  23.      ----------
  24. 12.  installation checks (drop dq out from installation)
  25. 13.  rename monitor.l to smth like gsqlmon
  26. 14.  find texinfo 2 html convertor
  27. 15.  insert reference to it in gss.texi
  28.          Database System Concepts
  29.          Henry F. Korth
  30.          Abraham Silberschatz
  31.          
  32.          McGraw-Hil International Editions
  33.          Second Edition
  34.          ISBN 0-07-100804-7
  35.           
  36. 16.