1. 30 Jun, 2002 1 commit
    • unknown's avatar
      "myisamchk -p" for parallel recover works (no extensive testing though) · 5ba8d3aa
      unknown authored
      
      include/my_sys.h:
        make [un]lock_io_cache functions, not macro
        some io_cache_share functions int->void
      include/myisam.h:
        mi_repair_by_sort_r -> mi_repair_parallel
        MI_SORT_PARAM.master field for updating info->s.state struct
      myisam/mi_check.c:
        mi_repair_by_sort_r -> mi_repair_parallel
        MI_SORT_PARAM.master field for updating info->s.state struct
      myisam/sort.c:
        my_thread_init()/my_thread_end()
        misc bugfixes
      mysys/mf_iocache.c:
        io_cache_share functions int->void
        comments added
        [un]lock_io_cache functions added
      5ba8d3aa
  2. 25 Jun, 2002 2 commits
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · 9f120238
      unknown authored
      into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
      
      9f120238
    • unknown's avatar
      do not crash on myrg_rprev/myrg_rnext if no current table · 6b674f68
      unknown authored
      (as when previous myrg_rkey failed, e.g. found nothing)
      
      
      myisammrg/myrg_delete.c:
        style fix
      myisammrg/myrg_locking.c:
        style fix
      myisammrg/myrg_rnext.c:
        do not crash on rprev/rnext if no current table (as when previous rkey failed, e.g. found nothing)
      myisammrg/myrg_rprev.c:
        do not crash on rprev/rnext if no current table (as when previous rkey failed, e.g. found nothing)
      myisammrg/myrg_rrnd.c:
        style fix
      myisammrg/myrg_rsame.c:
        style fix
      myisammrg/myrg_update.c:
        style fix
      myisammrg/myrg_write.c:
        style fix
      6b674f68
  3. 24 Jun, 2002 10 commits
  4. 23 Jun, 2002 3 commits
    • unknown's avatar
      Merge pzaitsev@work.mysql.com:/home/bk/mysql-4.0 · e9659478
      unknown authored
      into linux.local:/data/mysql-4.0-root
      
      e9659478
    • unknown's avatar
      Fix some warning issued by Windows Compiler · 1364569b
      unknown authored
      
      mysys/sha1.c:
        Fix Warning messages
      1364569b
    • unknown's avatar
      Removed file include/getopt.h and added missing files to · 9e4d1390
      unknown authored
      include/Makefile.am to resolve broken dependencies in "make distcheck"
      
      Added -DHAVE_BROKEN_REALPATH to the Mac OS X (darwin) compile options in
      configure.in
      
      
      BitKeeper/deleted/.del-getopt.h~a9ae679fa84f395:
        Delete: include/getopt.h
      configure.in:
        Added -DHAVE_BROKEN_REALPATH to the Mac OS X (darwin) compile options
        this reportedly increases the stability under high load
      include/Makefile.am:
        added my_getopt.h, rijndael.h, sha1.h, my_aes.h to resolve broken
        distribution dependencies
      9e4d1390
  5. 22 Jun, 2002 3 commits
  6. 21 Jun, 2002 5 commits
  7. 20 Jun, 2002 11 commits
  8. 19 Jun, 2002 5 commits