An error occurred fetching the project authors.
  1. 17 Nov, 2000 3 commits
  2. 16 Nov, 2000 1 commit
    • unknown's avatar
      changed to use IO_CACHE instead of FILE · f44cc23c
      unknown authored
      Docs/manual.texi:
        Type fixes
      myisam/mi_create.c:
        Fixed bug in update from different processes
      myisam/mi_locking.c:
        Fixed bug in update from different processes
      myisam/mi_open.c:
        Fixed bug in update from different processes
      myisam/mi_search.c:
        Fixed bug in update from different processes
      myisam/myisamdef.h:
        Fixed bug in update from different processes
      mysys/Makefile.am:
        Added mf_iocache2.c
      sql/log.cc:
        Changed to use IO_CACHE instead of FILE
      sql/sql_class.h:
        Changed to use IO_CACHE instead of FILE
      sql/sql_repl.cc:
        Changed to use IO_CACHE instead of FILE
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      f44cc23c
  3. 15 Nov, 2000 1 commit
    • unknown's avatar
      changed to use IO_CACHE instead of FILE · 415381f6
      unknown authored
      BitKeeper/deleted/.del-mf_reccache.c:
        ***MISSING WEAVE***
      Docs/manual.texi:
        Fix licence information + update changelog
      client/mysqlimport.c:
        Fixed typo
      client/sql_string.cc:
        Added support for IO_CACHE
      client/sql_string.h:
        Added support for IO_CACHE
      include/my_sys.h:
        More options for IO_CACHE
      mysql.proj:
        Update
      mysys/Makefile.am:
        Remoced mf_reccache.c
      mysys/mf_cache.c:
        Fixed return value on error and optimzed used of write cache files
      mysys/mf_iocache.c:
        More options for IO_CACHE
      mysys/my_vsnprintf.c:
        Optimized code
      sql/mf_iocache.cc:
        merge with mf_iocache.c
      sql/net_pkg.cc:
        cleanup
      sql/sql_class.cc:
        Support for transaction safe log files
      sql/sql_string.cc:
        Added support for IO_CACHE
      sql/sql_string.h:
        Added support for IO_CACHE
      sql/time.cc:
        cleanup
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      415381f6
  4. 13 Nov, 2000 1 commit
    • unknown's avatar
      manual.texi Mirror addition. · e74fc28d
      unknown authored
      Docs/manual.texi:
        Mirror addition.
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      e74fc28d
  5. 12 Nov, 2000 1 commit
  6. 11 Nov, 2000 1 commit
    • unknown's avatar
      laptop commit, syncing with the repostitory. Fixed some bad bugs in replication · d738500e
      unknown authored
      BUILD/compile-pentium-debug:
        added -DEXTRA_DEBUG
      sql/Makefile.am:
        added slave.h
      sql/log_event.h:
        max_buf -> event_len in read_log_event
      sql/mysql_priv.h:
        moved the slave part to slave.h
      sql/mysqld.cc:
        changes for replcate_do/ignore_table ( does not work yet)
      sql/slave.cc:
        removed the stuff covered by slave.h
      sql/sql_class.h:
        moved slave stuff to slave.h
      sql/sql_repl.h:
        removed stuff covered by slave.h
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      d738500e
  7. 10 Nov, 2000 2 commits
  8. 09 Nov, 2000 1 commit
  9. 05 Nov, 2000 1 commit
  10. 26 Oct, 2000 1 commit
    • unknown's avatar
      Fixed bug with ORDER BY on BDB tables. · 2c0dbba7
      unknown authored
      New benchmarks tests
      
      
      sql-bench/test-insert.sh:
        Added a lot of new ORDER BY tests
      sql/filesort.cc:
        Fix for big BDB tables
      sql/ha_berkeley.cc:
        A
      sql/ha_berkeley.h:
        A
      sql/handler.h:
        A
      sql/sql_class.h:
        Portability fix
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      2c0dbba7
  11. 25 Oct, 2000 1 commit
  12. 22 Oct, 2000 1 commit
    • unknown's avatar
      Index Added latin5 (turkish) character set · c7ee8c45
      unknown authored
      manual.texi	Added latin5 (turkish) character set
      configure.in	Added latin5 (turkish) character set
      latin5.conf	BitKeeper file /usr/local/src/my/work/sql/share/charsets/latin5.conf
      
      
      configure.in:
        Added latin5 (turkish) character set
      Docs/manual.texi:
        Added latin5 (turkish) character set
      sql/share/charsets/Index:
        Added latin5 (turkish) character set
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      c7ee8c45
  13. 19 Oct, 2000 1 commit
  14. 18 Oct, 2000 1 commit
  15. 16 Oct, 2000 1 commit
    • unknown's avatar
      RESET MASTER/SLAVE documentation · c768339d
      unknown authored
      Docs/manual.texi:
        updates for RESET MASTER/SLAVE
      sql/sql_insert.cc:
        bk thinks I changed something, probably inserted or deleted a space
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      c768339d
  16. 15 Oct, 2000 2 commits
    • unknown's avatar
      Automatic primary key for BDB tables · 44920b90
      unknown authored
      sql/field.h:
        Cleanup
      sql/filesort.cc:
        Cleanup
      sql/opt_range.cc:
        Remove index in use
      sql/sql_base.cc:
        Allow Berkeley DB tables used only the index when the query only uses
        the index + data from the primary key
      sql/sql_select.cc:
        Fix for left join optimization
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      44920b90
    • unknown's avatar
      Changed meaning of HA_EXTRA_RESET and start of hidden primary keys for BDB tables · bc45c896
      unknown authored
      heap/hp_extra.c:
        Changed meaning of HA_EXTRA_RESET
      include/my_base.h:
        Added HA_EXTRA_RESET_STATE
      isam/extra.c:
        Changed meaning of HA_EXTRA_RESET
      isam/pack_isam.c:
        Addapt to changed HA_EXTRA_RESET
      merge/extra.c:
        Changed meaning of HA_EXTRA_RESET
      myisam/mi_extra.c:
        Changed meaning of HA_EXTRA_RESET
      myisam/myisampack.c:
        Addapt to changed HA_EXTRA_RESET
      myisammrg/myrg_extra.c:
        Addapt to changed HA_EXTRA_RESET
      sql/filesort.cc:
        Addapt to changed HA_EXTRA_RESET
      sql/ha_berkeley.cc:
        Hidden primary key
      sql/ha_berkeley.h:
        Hidden primary key
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      bc45c896
  17. 10 Oct, 2000 3 commits
    • unknown's avatar
      Fix typo · 47281020
      unknown authored
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      47281020
    • unknown's avatar
      Portability fixes · 3c7bb790
      unknown authored
      Docs/manual.texi:
        Update for Access 2000
      extra/perror.c:
        Added --silent
      include/my_pthread.h:
        Patch for windows
      scripts/safe_mysqld.sh:
        Fix of bug in --patch
      sql/sql_lex.cc:
        Allow numbers of type 1e1
      sql/sql_string.h:
        Safety fix
      sql/sql_table.cc:
        Portability fix
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      3c7bb790
    • unknown's avatar
      Automatic repair of MyISAM tables + portability fixes · b74da90a
      unknown authored
      Docs/manual.texi:
        Changes for 3.23 and change Ansi mode -> ANSI mode
      include/my_base.h:
        Automatic repair of MyISAM tables
      include/myisam.h:
        Automatic repair of MyISAM tables
      myisam/ft_update.c:
        Portability fix
      myisam/mi_check.c:
        Automatic repair of MyISAM tables
      myisam/mi_open.c:
        Automatic repair of MyISAM tables
      myisam/myisamchk.c:
        Allow one to combine check with --old-repair
      myisam/sort.c:
        Fix for usage of IO_CACHE
      mysys/charset.c:
        Portability fixes
      mysys/default.c:
        Added --defaults-extra-dir
      mysys/mf_tempfile.c:
        Portability fixes
      mysys/my_init.c:
        Remove compiler warning
      mysys/my_pread.c:
        Remove compiler warning
      sql-bench/server-cfg.sh:
        New benchmark tests
      sql-bench/test-insert.sh:
        New benchmark tests
      sql/ha_myisam.cc:
        Automatic repair of MyISAM tables
      sql/ha_myisam.h:
        Automatic repair of MyISAM tables
      sql/handler.h:
        Automatic repair of MyISAM tables
      sql/lock.cc:
        Add missing free
      sql/log_event.cc:
        Portability fixes
      sql/sql_base.cc:
        Automatic repair of MyISAM tables
      sql/sql_select.h:
        Remove compiler warning
      sql/sql_table.cc:
        Clean up intendent
      sql/sql_yacc.yy:
        New syntax for CHECK
      sql/table.cc:
        Automatic repair of MyISAM tables
      sql/table.h:
        Automatic repair of MyISAM tables
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      b74da90a
  18. 06 Oct, 2000 1 commit
    • unknown's avatar
      DISTINCT optimization · 552b60b1
      unknown authored
      Fixes when using column privileges
      Manual updates
      
      
      Docs/manual.texi:
        Comments from MySQL training + distinct optimization
      extra/my_print_defaults.c:
        Added --defaults-extra-file
      include/my_sys.h:
        Added --defaults-extra-file
      mysys/default.c:
        Added --defaults-extra-file
      sql/sql_acl.cc:
        Tables with only column privileges didn't show up in SHOW GRANTS or SHOW TABLES
      sql/sql_select.cc:
        DISTINCT optimization
      sql/sql_select.h:
        DISTINCT optimization
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      552b60b1
  19. 04 Oct, 2000 3 commits
    • unknown's avatar
      Portability fixes · 4862cd1c
      unknown authored
      Docs/manual.texi:
        Updates in the links sections
      config.guess:
        Added fixes for Darwin
      config.sub:
        Added fixes for Darwin
      configure.in:
        Added fixes for Darwin
      extra/my_print_defaults.c:
        Fixed typo
      include/my_pthread.h:
        Added fixes for Darwin
      ltconfig:
        Portability fix
      myisam/mi_check.c:
        Make myisamchk more silent
      mysys/Makefile.am:
        Added mf_tempfile.c
      mysys/mf_cache.c:
        Remove not used parts
      mysys/mf_tempfile.c:
        Fix for Solaris
      sql/log.cc:
        Fix for Windows
      sql/sql_cache.cc:
        Fix for Darwin
      sql/sql_show.cc:
        Fix for temporary tables
      strings/strtol.c:
        Fix for Darwin
      support-files/mysql.spec.sh:
        Fix for documentation files that are installed compressed
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      4862cd1c
    • unknown's avatar
      index hits added. oh so painful. · 890b13ff
      unknown authored
      Docs/manual.texi:
        index hits added.
      BitKeeper/etc/logging_ok:
        ***MISSING TEXT***
      890b13ff
    • unknown's avatar
      configure.in Add check for pdftex · acf08e6c
      unknown authored
      Docs/Makefile.am   Do not compile manual.pdf if pdftex not present
      
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      Docs/Makefile.am:
        Do not compile manual.pdf if pdftex not present
      configure.in:
        Add check for pdftex
      acf08e6c
  20. 03 Oct, 2000 1 commit
    • unknown's avatar
      First part of automatic repair of MyISAM tables. · 7a0346e5
      unknown authored
      Error on full disk on repair.
      SIGHUP signal handling.
      Update with keys on timestamp
      Portability fixes
      
      
      Docs/manual.texi:
        Added documentation about automatic repair of MyISAM tables
      client/mysql.cc:
        Remove usage of tempnam.
      include/my_sys.h:
        Added create_temp_file
      include/myisam.h:
        Fix for disk full on repair
      myisam/mi_check.c:
        Fix for disk full on repair
      myisam/sort.c:
        Fix for disk full on repair & removed usage of tempnam()
      mysys/mf_cache.c:
        Remove usage of tempnam()
      mysys/mf_dirname.c:
        Changed convert_dirname to return end 0
      mysys/my_fopen.c:
        Security fixes
      mysys/my_tempnam.c:
        remove blanks
      readline/bind.c:
        Portability fixes
      readline/complete.c:
        Portability fixes
      readline/histexpand.c:
        Portability fixes
      readline/input.c:
        Portability fixes
      readline/search.c:
        Portability fixes
      readline/shell.c:
        Portability fixes
      readline/terminal.c:
        Portability fixes
      readline/tilde.c:
        Portability fixes
      readline/undo.c:
        Portability fixes
      regex/cname.h:
        Portability fixes
      regex/debug.c:
        Portability fixes
      regex/main.c:
        Portability fixes
      regex/regcomp.c:
        Portability fixes
      regex/regerror.c:
        Portability fixes
      sql/filesort.cc:
        Remove dummy code
      sql/ha_myisam.cc:
        Automatic repair of MyISAM tables
      sql/ha_myisam.h:
        Automatic repair of MyISAM tables
      sql/handler.cc:
        Automatic repair of MyISAM tables
      sql/handler.h:
        Automatic repair of MyISAM tables
      sql/key.cc:
        Fix for UPDATE with key on timestamp column
      sql/mysql_priv.h:
        Automatic repair of MyISAM tables
      sql/mysqld.cc:
        Automatic repair of MyISAM tables & signal SIGHUP handling
      sql/sql_base.cc:
        Automatic repair of MyISAM tables
      sql/sql_class.cc:
        Automatic repair of MyISAM tables
      sql/sql_class.h:
        Fix for insert with reference to columns
      sql/sql_insert.cc:
        Fix for insert with reference to columns
      sql/table.cc:
        Automatic repair of MyISAM tables
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      7a0346e5
  21. 29 Sep, 2000 1 commit
  22. 27 Sep, 2000 1 commit
  23. 25 Sep, 2000 2 commits
    • 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
  24. 20 Sep, 2000 1 commit
    • 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
  25. 19 Sep, 2000 2 commits
  26. 17 Sep, 2000 1 commit
    • unknown's avatar
      manual.texi Hyper-linked mailing list address. · 9b721fc5
      unknown authored
      logging_ok	Logging to logging@openlogging.org accepted
      
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      Docs/manual.texi:
        Hyper-linked mailing list address.
      9b721fc5
  27. 13 Sep, 2000 1 commit
  28. 08 Sep, 2000 1 commit
  29. 05 Sep, 2000 1 commit
    • unknown's avatar
      manual.texi: · 30629e90
      unknown authored
        Latest grammatical and spelling corrections.
        Amended/corrected install instructions.
      
      
      Docs/manual.texi:
        Latest grammatical and spelling corrections.
        Amended/corrected install instructions.
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      30629e90
  30. 29 Aug, 2000 1 commit
    • unknown's avatar
      Fixed up serg's ft manual. · 600e5b23
      unknown authored
      Docs/manual.texi:
        Fixed up serg's full-text searching manual.
        Other miscellaneous changes.
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      600e5b23