An error occurred fetching the project authors.
  1. 07 Dec, 2000 4 commits
  2. 04 Dec, 2000 1 commit
  3. 24 Nov, 2000 1 commit
    • unknown's avatar
      fixed typo in manual.texi · d902de7d
      unknown authored
      Docs/manual.texi:
        fixed typo
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      d902de7d
  4. 22 Nov, 2000 1 commit
    • unknown's avatar
      Howard's grammar fixes · 46281c67
      unknown authored
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      46281c67
  5. 17 Nov, 2000 5 commits
    • unknown's avatar
      acinclude.m4 undef inline during some C++ tests · 104fa518
      unknown authored
      acinclude.m4:
        undef inline during some C++ tests
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      104fa518
    • unknown's avatar
      Howard changed some formatting and grammar · 650e69e2
      unknown authored
      Docs/manual.texi:
        Howards changed some grammar and formatting
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      650e69e2
    • unknown's avatar
      Fixed bug with text key compares in BDB · 3f9c19dc
      unknown authored
      Docs/manual.texi:
        Updated statistics table
      mysys/Makefile.am:
        Removed rule for getopt1.o
      sql-bench/test-insert.sh:
        Enlarged some tests
      sql/ha_berkeley.cc:
        Fixed bug with text key compares
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      3f9c19dc
    • unknown's avatar
      New mysql client. · 642ae16e
      unknown authored
      client/mysql.cc:
        New options --pager, --no-pager, --tee and --no-tee.
        Corresponding interactive commands are pager, nopager,
        tee and notee.
        See mysql --help, mysql> help, or the manual for more inforamation.
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      642ae16e
    • unknown's avatar
      manual.texi Added link to MySQL Free Public License in policy section. · 3d057360
      unknown authored
      Docs/manual.texi:
        Added link to MySQL Free Public License in policy section.
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      3d057360
  6. 16 Nov, 2000 1 commit
    • unknown's avatar
      changed to use IO_CACHE instead of FILE · 3e6dac34
      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
      3e6dac34
  7. 15 Nov, 2000 2 commits
    • unknown's avatar
      changed to use IO_CACHE instead of FILE · 9a846a52
      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
      9a846a52
    • unknown's avatar
      ha_berkeley.cc fixed misleading comment · 1ba95db2
      unknown authored
      sql_parse.cc	typo when checking for autocommit
      
      
      sql/sql_parse.cc:
        typo when checking for autocommit
      sql/ha_berkeley.cc:
        fixed misleading comment
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      1ba95db2
  8. 13 Nov, 2000 1 commit
    • unknown's avatar
      manual.texi Mirror addition. · 32335407
      unknown authored
      Docs/manual.texi:
        Mirror addition.
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      32335407
  9. 12 Nov, 2000 1 commit
  10. 11 Nov, 2000 1 commit
    • unknown's avatar
      laptop commit, syncing with the repostitory. Fixed some bad bugs in replication · 19d2e8ce
      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
      19d2e8ce
  11. 10 Nov, 2000 2 commits
  12. 09 Nov, 2000 1 commit
  13. 05 Nov, 2000 1 commit
  14. 26 Oct, 2000 1 commit
    • unknown's avatar
      Fixed bug with ORDER BY on BDB tables. · 3ae05104
      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
      3ae05104
  15. 25 Oct, 2000 1 commit
  16. 22 Oct, 2000 1 commit
    • unknown's avatar
      Index Added latin5 (turkish) character set · 8f7e2af1
      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
      8f7e2af1
  17. 19 Oct, 2000 1 commit
  18. 18 Oct, 2000 1 commit
  19. 16 Oct, 2000 1 commit
    • unknown's avatar
      RESET MASTER/SLAVE documentation · 7c96a252
      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
      7c96a252
  20. 15 Oct, 2000 2 commits
    • unknown's avatar
      Automatic primary key for BDB tables · 9c019f4e
      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
      9c019f4e
    • unknown's avatar
      Changed meaning of HA_EXTRA_RESET and start of hidden primary keys for BDB tables · d78f9840
      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
      d78f9840
  21. 10 Oct, 2000 3 commits
    • unknown's avatar
      Fix typo · 3b5f8e5e
      unknown authored
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      3b5f8e5e
    • unknown's avatar
      Portability fixes · f4d7717c
      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
      f4d7717c
    • unknown's avatar
      Automatic repair of MyISAM tables + portability fixes · da536688
      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
      da536688
  22. 06 Oct, 2000 1 commit
    • unknown's avatar
      DISTINCT optimization · 6991b70c
      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
      6991b70c
  23. 04 Oct, 2000 3 commits
    • unknown's avatar
      Portability fixes · fc78fef7
      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
      fc78fef7
    • unknown's avatar
      index hits added. oh so painful. · 170775da
      unknown authored
      Docs/manual.texi:
        index hits added.
      BitKeeper/etc/logging_ok:
        ***MISSING TEXT***
      170775da
    • unknown's avatar
      configure.in Add check for pdftex · 47d38f68
      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
      47d38f68
  24. 03 Oct, 2000 1 commit
    • unknown's avatar
      First part of automatic repair of MyISAM tables. · 63b7b45f
      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
      63b7b45f
  25. 29 Sep, 2000 1 commit
  26. 27 Sep, 2000 1 commit