1. 22 Sep, 2000 6 commits
  2. 21 Sep, 2000 2 commits
    • unknown's avatar
      NuSphere editor's changes to pages 1-17 · bac03401
      unknown authored
      bac03401
    • unknown's avatar
      Fixes for MyISAM and packed keys + AIX · dad723f7
      unknown authored
      
      Docs/manual.texi:
        Updated changelog
      client/mysql.cc:
        Free all memory, even if we can't connect to the server
      include/config-win.h:
        Ensure that we don't use SAFE_MUTEX on windows
      include/my_pthread.h:
        Optimze struct for Ia64
      include/myisam.h:
        Hack for debugging BIG tables
      myisam/mi_check.c:
        Hack for debugging BIG tables
      myisam/mi_search.c:
        Fixed bug in packed keys
      myisam/myisamchk.c:
        Hack for debugging BIG tables
      mysys/thr_mutex.c:
        Make safe_mutex safe for windows
      scripts/safe_mysqld.sh:
        Fix nice test and echo output
      sql/share/Makefile.am:
        Fix character sets
      sql/sql_string.cc:
        Fixes for AIX (which can't handle that the length argument is 0)
      dad723f7
  3. 20 Sep, 2000 13 commits
    • unknown's avatar
      Merge work:/home/bk/mysql into donna.mysql.com:/home/my/bk/mysql · 88a728e4
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      88a728e4
    • unknown's avatar
      Fix for SAFE_MUTEX + MERGE tables · 7dd63ddb
      unknown authored
      
      Docs/manual.texi:
        Fix for release
      include/my_pthread.h:
        Fix for SAFE_MUTEX for windows
      include/myisammrg.h:
        Fix for empty MERGE tables
      myisam/ft_stopwords.c:
        Free used memory
      myisammrg/myrg_open.c:
        Fix for empty MERGE tables
      myisammrg/myrg_queue.c:
        Fix for empty MERGE tables
      myisammrg/myrg_rfirst.c:
        cleanup
      myisammrg/myrg_rkey.c:
        cleanup
      mysys/my_thr_init.c:
        Fix SAFE_MUTEX for windows
      mysys/my_winthread.c:
        Fix SAFE_MUTEX for windows
      mysys/thr_mutex.c:
        Fix SAFE_MUTEX for windows
      sql/ha_myisammrg.cc:
        Fix for empty MERGE tables
      sql/mysqld.cc:
        Fix type
      7dd63ddb
    • unknown's avatar
      manual.texi Fixed typos in mirror listing. · 3bb22c07
      unknown authored
      
      Docs/manual.texi:
        Fixed typos in mirror listing.
      3bb22c07
    • unknown's avatar
      Merge nusphere@snoop.burghcom.com:/home/nusphere/bk/mysql · 47d78bb1
      unknown authored
      into nslinux.bedford.progress.com:/users/devp/jcole/bk/mysql
      
      
      Docs/manual.texi:
        Auto merged
      47d78bb1
    • unknown's avatar
      manual.texi Reactivated some mirrors. · 7186cdcd
      unknown authored
      
      Docs/manual.texi:
        Reactivated some mirrors.
      7186cdcd
    • unknown's avatar
      testing from NuSphere · 3e90c881
      unknown authored
      
      Docs/manual.texi:
        Changed a Unix to UNIX.. testing bk from NuSphere
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      3e90c881
    • unknown's avatar
    • unknown's avatar
      Fix for SAFE_MUTEX on windows · 91cea52c
      unknown authored
      
      Docs/manual.texi:
        cleanup
      include/my_pthread.h:
        Fix for SAFEMUTEX under windows
      mysys/my_thr_init.c:
        Fix for SAFEMUTEX under windows
      mysys/my_winthread.c:
        Fix for SAFEMUTEX under windows
      mysys/thr_mutex.c:
        Fix for SAFEMUTEX under windows
      sql/mysqld.cc:
        Remove unused code
      sql/sql_table.cc:
        Fix filename comparison on Windows
      support-files/Makefile.am:
        Added magic file
      91cea52c
    • unknown's avatar
      Merge jcole@work.mysql.com:/home/bk/mysql · c570cb10
      unknown authored
      into tetra.bedford.progress.com:/usr/home/jcole/bk/mysql
      
      
      configure.in:
        Auto merged
      c570cb10
    • unknown's avatar
      removed misplaced comma in configure.in · 73654b71
      unknown authored
      
      configure.in:
        removed comma, wasn't supposed to be there, causing problems ;)
      73654b71
    • unknown's avatar
      Made configure's help output nice and pretty. · 84b6b5a5
      unknown authored
      
      acinclude.m4:
        Small fix of alignment.
      configure.in:
        Lots of fixes of alignment.. made help output nice and pretty.
      84b6b5a5
    • unknown's avatar
      merge · fa0f0e04
      unknown authored
      
      mysys/mf_format.c:
        Auto merged
      sql/ha_myisam.cc:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      fa0f0e04
    • unknown's avatar
      Small bug fixes + code for DELETE QUICK · 2144c32e
      unknown authored
      
      Docs/manual.texi:
        Change log + bug fixes from the mailing list
      configure.in:
        added mlockall
      include/config-win.h:
        Fix to use SAFE_MUTEX
      include/ft_global.h:
        Free memory
      include/my_pthread.h:
        Fix for SAFE_MUTEX on windows
      myisam/Makefile.am:
        Fix modes
      myisam/ft_static.c:
        Fix language problem with fulltext
      myisam/ft_stopwords.c:
        Free memory at end
      myisam/mi_create.c:
        Fix language problem with fulltext
      myisam/mi_delete.c:
        Added optimization to not join blocks when using delete with QUICK
      myisam/mi_panic.c:
        Added freeing of memorty
      myisam/mi_test2.c:
        Added quick mode
      myisam/myisamchk.c:
        Fixed help text
      myisam/myisamdef.h:
        Added optimization to not join blocks when using delete with QUICK
      mysys/mf_format.c:
        Don't change case for extension
      mysys/my_wincond.c:
        Fix for safe mutex
      mysys/thr_mutex.c:
        Fix for safe mutex
      sql-bench/test-insert.sh:
        Split delete test to get more information about the times
      sql/ChangeLog:
        Changelog
      sql/ha_myisam.cc:
        Better OPTIMIZE handling
      sql/log.cc:
        Cleanup
      sql/mysql_priv.h:
        Fix for safe mutex
      sql/mysqld.cc:
        Added define for --one-thread option
      sql/sql_class.h:
        Fixed lock_time in slow_log
      sql/sql_delete.cc:
        Fix for safe mutex
      sql/sql_parse.cc:
        Fix processlist message for new process
      sql/sql_table.cc:
        Fix windows problem med CREATE INDEX
      sql/sql_yacc.yy:
        Fix for safe mutex
      sql/table.cc:
        Made code simpler
      strings/bmove512.c:
        Small speed fix
      support-files/mysql.server.sh:
        Fixed awk usage
      2144c32e
  4. 19 Sep, 2000 9 commits
  5. 18 Sep, 2000 2 commits
  6. 17 Sep, 2000 8 commits