1. 28 Sep, 2000 5 commits
    • unknown's avatar
      merge/resolve conflicts · 389e13d5
      unknown authored
      
      sql/mysqld.cc:
        merged changes
      389e13d5
    • unknown's avatar
      This one will not be pushed, I am committing to be able to pull in Monty's changes · c4f8b959
      unknown authored
      added server id, mostly working
      added --skip-slave-start, working
      added --replicate-rewrite-db - just in the cmd line parses, currently noop
      
      
      sql/log_event.cc:
        added server id
      sql/log_event.h:
        added server id
      sql/mysql_priv.h:
        server id
      sql/mysqlbinlog.cc:
        server id
      sql/mysqld.cc:
        server id, --skip-slave-start, --replicate-rewrite-db
      sql/share/romanian/errmsg.sys:
        somehow got touched and bk thinks it is modified
      sql/slave.cc:
        server id, fixed typo in error message, cleaned up
      sql/sql_class.cc:
        server id in THD
      sql/sql_class.h:
        server id in THD
      c4f8b959
    • unknown's avatar
      Put the contents at the beginning of the manual like a normal book. · fe179a55
      unknown authored
      
      Docs/manual.texi:
        Put the Contents at the beginning like a normal book.
      fe179a55
    • unknown's avatar
      Fixed Typos. · 51b62104
      unknown authored
      
      Docs/manual.texi:
        Fixed Melissa Spurr's Texinfo Typos.
      51b62104
    • unknown's avatar
      Merge · 11c35d79
      unknown authored
      
      Docs/manual.texi:
        merged melissa spurr's newest edits into the manual.
      11c35d79
  2. 27 Sep, 2000 9 commits
  3. 26 Sep, 2000 6 commits
    • unknown's avatar
      Fixes for release · 6640260b
      unknown authored
      
      include/config-win.h:
        Increase the number of files on windows
      include/mysys_err.h:
        New error message
      myisam/mi_log.c:
        Fix myisam.log to be usable even if we are using NFS
      myisam/myisamdef.h:
        Fix myisam.log to be usable even if we are using NFS
      mysys/errors.c:
        Fix error message
      6640260b
    • unknown's avatar
      Docs/Makefile.am: · fcb1e149
      unknown authored
        PDF Manual now has Indexes.
      Docs/manual.texi:
        Added stub and conditionals for removing GPL and LGPL from NuSphere
        manual.
      
      
      Docs/Makefile.am:
        PDF Manual now has Indexes
      Docs/manual.texi:
        Added stub and conditionals for removing GPL and LGPL from NuSphere
        manual.
      fcb1e149
    • unknown's avatar
      Merge work:/home/bk/mysql into donna.mysql.com:/home/my/bk/mysql · ce80d39c
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      ce80d39c
    • unknown's avatar
      Small fixes for release · e356b01f
      unknown authored
      
      Docs/manual.texi:
        Update of file limits on windows
      myisam/mi_close.c:
        Fix for alter table on windows
      myisam/mi_extra.c:
        Fix for alter table on windows
      myisam/myisamlog.c:
        Corrected statistics information
      sql-bench/limits/mysql-3.23.cfg:
        Update to new crash-me
      sql-bench/limits/mysql.cfg:
        Update to new crash-me
      sql/sql_base.cc:
        Fix if end of memory
      sql/table.cc:
        Fix of new introduced index-handling bug
      e356b01f
    • unknown's avatar
      Merge jcole@work.mysql.com:/home/bk/mysql · 24cb9e23
      unknown authored
      into tetra.spaceapes.com:/usr/home/jcole/bk/mysql
      
      
      BitKeeper/etc/logging_ok:
        Auto merged
      Docs/manual.texi:
        Auto merged
      24cb9e23
    • unknown's avatar
      manual.texi Added ValueClick mirror. · c2e65903
      unknown authored
      
      Docs/manual.texi:
        Added ValueClick mirror.
      c2e65903
  4. 25 Sep, 2000 7 commits
    • unknown's avatar
      merge · 898227e9
      unknown authored
      
      BitKeeper/etc/logging_ok:
        Auto merged
      Docs/manual.texi:
        Merge
      898227e9
    • unknown's avatar
      Small fixes · f7ba8735
      unknown authored
      
      Docs/manual.texi:
        Changelog and small fixes
      mysys/my_init.c:
        Changed UMASK and UMASK_DIR to work also with octal
      scripts/mysqlhotcopy.sh:
        Fixed some small bugs
      sql/share/swedish/errmsg.OLD:
        Fixed wrong entry
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      f7ba8735
    • unknown's avatar
      RIGHT JOIN, part of automatic repair of MyISAM tables, backup on repair, · a68e1e88
      unknown authored
      reading from FIFO, fixes for FULLTEXT, @@IDENTITY
      
      
      Docs/manual.texi:
        Update of RIGHT JOIN
      client/mysql.cc:
        Faster HTML generation
      extra/perror.c:
        Added MyISAM error messages
      include/my_base.h:
        Update for automatic repair of MyISAM tables
      include/my_sys.h:
        Backup files and FIFO
      include/myisam.h:
        Automatic repair and backup files
      include/mysqld_error.h:
        New error message
      myisam/mi_check.c:
        Update for automatic repair of MyISAM tables
      myisam/mi_locking.c:
        Fixed comment
      myisam/mi_open.c:
        Update for automatic repair of MyISAM tables
      myisam/myisamchk.c:
        Update for automatic repair of MyISAM tables
      myisam/myisamdef.h:
        Update for automatic repair of MyISAM tables
      mysys/mf_getdate.c:
        Added new parameter option for backup files
      mysys/my_open.c:
        Added debug information
      mysys/my_redel.c:
        Backup file handling
      sql/ha_berkeley.cc:
        Updated interface
      sql/ha_berkeley.h:
        Updated interface
      sql/ha_heap.cc:
        Updated interface
      sql/ha_heap.h:
        Updated interface
      sql/ha_isam.cc:
        Updated interface
      sql/ha_isam.h:
        Updated interface
      sql/ha_isammrg.cc:
        Updated interface
      sql/ha_isammrg.h:
        Updated interface
      sql/ha_myisam.cc:
        Update for automatic repair of MyISAM tables
      sql/ha_myisam.h:
        Updated interface
      sql/ha_myisammrg.cc:
        Updated interface
      sql/ha_myisammrg.h:
        Updated interface
      sql/handler.h:
        Updated interface
      sql/item.h:
        Added @@identity
      sql/item_func.cc:
        Added @@identity
      sql/lex.h:
        Added RIGHT JOIN
      sql/mf_iocache.cc:
        Update for reading from FIFO
      sql/mysqld.cc:
        Update for automatic repair of MyISAM tables
      sql/share/czech/errmsg.sys:
        Added @@identity
      sql/share/czech/errmsg.txt:
        Added @@identity
      sql/share/danish/errmsg.sys:
        Added @@identity
      sql/share/danish/errmsg.txt:
        Added @@identity
      sql/share/dutch/errmsg.sys:
        Added @@identity
      sql/share/dutch/errmsg.txt:
        Added @@identity
      sql/share/english/errmsg.sys:
        Added @@identity
      sql/share/english/errmsg.txt:
        Added @@identity
      sql/share/estonian/errmsg.sys:
        Added @@identity
      sql/share/estonian/errmsg.txt:
        Added @@identity
      sql/share/french/errmsg.sys:
        Added @@identity
      sql/share/french/errmsg.txt:
        Added @@identity
      sql/share/german/errmsg.sys:
        Added @@identity
      sql/share/german/errmsg.txt:
        Added @@identity
      sql/share/greek/errmsg.sys:
        Added @@identity
      sql/share/greek/errmsg.txt:
        Added @@identity
      sql/share/hungarian/errmsg.sys:
        Added @@identity
      sql/share/hungarian/errmsg.txt:
        Added @@identity
      sql/share/italian/errmsg.sys:
        Added @@identity
      sql/share/italian/errmsg.txt:
        Added @@identity
      sql/share/japanese/errmsg.sys:
        Added @@identity
      sql/share/japanese/errmsg.txt:
        Added @@identity
      sql/share/korean/errmsg.sys:
        Added @@identity
      sql/share/korean/errmsg.txt:
        Added @@identity
      sql/share/norwegian-ny/errmsg.txt:
        Added @@identity
      sql/share/norwegian/errmsg.txt:
        Added @@identity
      sql/share/polish/errmsg.sys:
        Added @@identity
      sql/share/polish/errmsg.txt:
        Added @@identity
      sql/share/portuguese/errmsg.sys:
        Added @@identity
      sql/share/portuguese/errmsg.txt:
        Added @@identity
      sql/share/romanian/errmsg.txt:
        Added @@identity
      sql/share/russian/errmsg.sys:
        Added @@identity
      sql/share/russian/errmsg.txt:
        Added @@identity
      sql/share/slovak/errmsg.sys:
        Added @@identity
      sql/share/slovak/errmsg.txt:
        Added @@identity
      sql/share/spanish/errmsg.sys:
        Added @@identity
      sql/share/spanish/errmsg.txt:
        Added @@identity
      sql/share/swedish/errmsg.OLD:
        Added @@identity
      sql/share/swedish/errmsg.sys:
        Added @@identity
      sql/share/swedish/errmsg.txt:
        Added @@identity
      sql/sql_base.cc:
        Fix for RIGHT JOIN
      sql/sql_db.cc:
        Update for automatic repair of MyISAM tables
      sql/sql_load.cc:
        Added reading from FIFO
      sql/sql_parse.cc:
        Fix for RIGHT JOIN
      sql/sql_select.cc:
        Fix for RIGHT JOIN
      sql/sql_table.cc:
        cleanup
      sql/sql_yacc.yy:
        Added RIGHT JOIN
      sql/table.cc:
        Fix handling of FULLTEXT index
      sql/table.h:
        Added RIGHT JOIN
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      a68e1e88
    • unknown's avatar
      Merge jcole@work.mysql.com:/home/bk/mysql · 8e89b698
      unknown authored
      into tetra.spaceapes.com:/usr/home/jcole/bk/mysql
      
      
      BitKeeper/etc/logging_ok:
        Auto merged
      Docs/manual.texi:
        Auto merged
      8e89b698
    • unknown's avatar
      manual.texi Reactivated sote.hu mirror. · b640284c
      unknown authored
      
      Docs/manual.texi:
        Reactivated sote.hu mirror.
      b640284c
    • unknown's avatar
      manual.texi Reactivated sopik.cz mirror. · 637fc1c1
      unknown authored
      
      Docs/manual.texi:
        Reactivated sopik.cz mirror.
      637fc1c1
    • unknown's avatar
      manual.texi Reactivated directnet.ru and psinet.cl mirrors. · 82869fbc
      unknown authored
      
      Docs/manual.texi:
        Reactivated directnet.ru and psinet.cl mirrors.
      82869fbc
  5. 23 Sep, 2000 3 commits
  6. 22 Sep, 2000 6 commits
  7. 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
  8. 20 Sep, 2000 2 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