1. 27 Jul, 2004 2 commits
  2. 26 Jul, 2004 1 commit
    • unknown's avatar
      testOIBasic · e4668ff1
      unknown authored
      Make sure not to fiddle with state, if not waiting for scan
      
      
      ndb/src/ndbapi/Ndbif.cpp:
        Make sure not to fiddle with state, if not waiting for scan
      e4668ff1
  3. 23 Jul, 2004 6 commits
  4. 22 Jul, 2004 4 commits
  5. 21 Jul, 2004 2 commits
  6. 20 Jul, 2004 3 commits
  7. 19 Jul, 2004 3 commits
  8. 16 Jul, 2004 8 commits
  9. 15 Jul, 2004 4 commits
  10. 14 Jul, 2004 3 commits
  11. 13 Jul, 2004 4 commits
    • unknown's avatar
      - Fixed a previous modification to the MySQL Startup Item for · 4b294ccd
      unknown authored
         Mac OS X: the name of the startup script itself must match the
         name of the subdirectory it's located in. Changed MySQL->MySQLCOM 
         in the Do-pkg script and renamed the file in BK. (Thanks to Bryan
         McCormack for reporting this)
      
      
      Build-tools/Do-pkg:
         - renamed script from MySQL to MySQLCOM to match the name of the
           directory it's installed in
      support-files/MacOSX/MySQLCOM:
         - Fixed the file and directory name to match the actual location
      4b294ccd
    • unknown's avatar
      Merge gbichot@213.136.52.20:/home/bk/mysql-4.1 · 3c4c978c
      unknown authored
      into mysql.com:/home/mysql_src/mysql-4.1-874
      
      
      3c4c978c
    • unknown's avatar
      WL#1900 "When CHECK TABLE or ANALYZE TABLE of a MyISAM table is killed · 6221e0de
      unknown authored
      by KILL or shutdown, do not mark the table as corrupted".
      It is indeed more logical to leave the corruption flag unchanged.
      This cannot be extended to REPAIR/OPTIMIZE as they make no backup copy
      of the MYI. This patch was tested with KILL and mysqladmin shutdown
      while a CHECK TABLE was running. Without the patch, the table becomes
      unusable (can't INSERT to it, error 145). With the patch, no.
      
      
      sql/ha_myisam.cc:
        When CHECK TABLE or ANALYZE TABLE is killed by KILL,
        do not mark the table corrupted; leave its corruption flag
        unchanged.
      6221e0de
    • unknown's avatar
      - fixed tabbing and added several missing symbols (required for · f1d8676c
      unknown authored
         linking with PHP5) (thanks to Georg Richter for the patch)
      
      
      f1d8676c