1. 21 Nov, 2000 1 commit
    • unknown's avatar
      Fixed problem with auto-repair of MyISAM tables · 2c66adb2
      unknown authored
      Fixed bug in ISAM and MyISAM when updating from multiple-processes
      
      
      Docs/manual.texi:
        Updated changelog
      client/mysqladmin.c:
        Upgraded version number because the change of llstr() is visible
      extra/perror.c:
        Added new error message
      include/my_base.h:
        Added HA_ERR_CRASHED_ON_USAGE
      isam/rnext.c:
        Fixed bug when updating from multiple-processes
      isam/rprev.c:
        Fixed bug when updating from multiple-processes
      libmysql/libmysql.c:
        Fixed that mysql->options.client_flag was used properly
      myisam/mi_locking.c:
        Fixed bug when updating from multiple-processes
      myisam/mi_open.c:
        Fixed bug when updating from multiple-processes
        Added HA_ERR_CRASHED_ON_USAGE
      myisam/mi_rnext.c:
        Fixed bug when updating from multiple-processes
      myisam/mi_rprev.c:
        Fixed bug when updating from multiple-processes
      myisam/myisamchk.c:
        Added HA_ERR_CRASHED_ON_USAGE
      sql/sql_base.cc:
        Fixed problem with auto-repair of MyISAM tables
      sql/table.cc:
        Fixed problem with auto-repair of MyISAM tables
      2c66adb2
  2. 20 Nov, 2000 8 commits
    • unknown's avatar
      Merge narttu:/my/bk/mysql into prima.mysql.com:/home/my/bk/mysql · 990b11af
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      990b11af
    • unknown's avatar
      Fixed performance bug in lock tables · 9fa67f2c
      unknown authored
      
      Docs/manual.texi:
        Updated changelog
      mysys/thr_lock.c:
        Fixed bad performance bug when using SELECT, INSERT and UPDATE
      strings/llstr.c:
        change llstr() to output signed strings
      9fa67f2c
    • unknown's avatar
      Added documentation. · eb053e70
      unknown authored
      
      Docs/manual.texi:
        Added documentation about new pager and tee features in mysql
        client. Added an example about the vertical output.
      client/mysql.cc:
        Small documentation changes.
      eb053e70
    • unknown's avatar
      Small change in mysql.cc · c7ea0ab1
      unknown authored
      
      client/mysql.cc:
        Small change in code, not even a bug fix.
      c7ea0ab1
    • unknown's avatar
    • unknown's avatar
      Bug fix to mysql.cc for windows version. · 68e47173
      unknown authored
      
      client/mysql.cc:
        Fixed a bug with tee function for Windows version of mysql
        client.
      68e47173
    • unknown's avatar
      Merge work:/home/bk/mysql into donna.mysql.com:/home/my/bk/mysql · c678a231
      unknown authored
      
      sql/sql_parse.cc:
        Auto merged
      c678a231
    • unknown's avatar
      Bug fix for NATURAL JOIN, Split manual sections and more statistic variables · 9a6de748
      unknown authored
      
      Docs/manual.texi:
        Split BDB into different sections
        Added MySQL developers section
        Changed an SQL to a SQL
      include/my_sys.h:
        More statistic variables
      libmysql/libmysql.c:
        Added option "interactive-timeout"
      mysys/mf_tempfile.c:
        More statistic variables
      mysys/my_static.c:
        More statistic variables
      sql-bench/crash-me.sh:
        Fixed bug in truncate table test
      sql-bench/limits/mysql-3.23.cfg:
        Updated to crash-me 1.51
      sql-bench/limits/mysql.cfg:
        Updated to crash-me 1.51
      sql/filesort.cc:
        More statistics
      sql/mysql_priv.h:
        More statistics
      sql/mysqld.cc:
        More statistics
      sql/sql_base.cc:
        Fix for NATURAL JOIN
      sql/sql_delete.cc:
        cleanup + Added logging if one doesn't use index
      sql/sql_parse.cc:
        Logging if one doesn't use index
      sql/sql_select.cc:
        Logging if one doesn't use index
      sql/sql_update.cc:
        cleanup + Added logging if one doesn't use index
      sql/structs.h:
        Fix for NATURAL JOIN
      support-files/my-huge.cnf.sh:
        Added interactive-timeout to [mysqlhotcopy]
      support-files/my-large.cnf.sh:
        Added interactive-timeout to [mysqlhotcopy]
      support-files/my-medium.cnf.sh:
        Added interactive-timeout to [mysqlhotcopy]
      support-files/my-small.cnf.sh:
        Added interactive-timeout to [mysqlhotcopy]
      9a6de748
  3. 19 Nov, 2000 3 commits
    • unknown's avatar
      Merge work.mysql.com:/home/bk/mysql · 449df0ff
      unknown authored
      into work.mysql.com:/d1/users/tim/src/mysql
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      sql/ha_berkeley.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      449df0ff
    • unknown's avatar
      Merge work:/home/bk/mysql · 45c5f165
      unknown authored
      into threads.polyesthetic.msg:/usr/local/src/my/work
      
      45c5f165
    • unknown's avatar
      safe_mysqld.sh · 8d44866f
      unknown authored
        - set pid_file and err_log relative to DATADIR as specified in
          the my.cnf file, instead of the default value
        - do not pass safe_mysqld-specific options to mysqld
        - minor style changes (remove extra ; at end of line, make
          spacing more consistent, etc.)
      
      manual.ja.texi
        - Turn off SCCS flag
      
      
      Docs/manual.ja.texi:
        Turn off SCCS flag
      scripts/safe_mysqld.sh:
        - set pid_file and err_log relative to DATADIR
          as specified in the my.cnf file, instead of
          the default value
        - do not pass safe_mysqld-specific options to
          mysqld
        - minor style changes (remove extra ; at end of
          line, make spacing more consistent, etc.)
      8d44866f
  4. 18 Nov, 2000 11 commits
    • unknown's avatar
      Fixed some reported bugs · 70145055
      unknown authored
      
      BUILD/compile-alpha-cxx:
        Building on Alpha with Compaq C and C+++
      Docs/manual.texi:
        Changelogs and update of links
      myisam/mi_key.c:
        Fixed multi_part keys where first part where of TEXT/BLOB type
      mysys/Makefile.am:
        Makefile.am now works with Compaq make
      sql-bench/Results/ATIS-mysql-Linux_2.2.13_SMP_alpha:
        New benchmark results
      sql-bench/Results/RUN-mysql-Linux_2.2.13_SMP_alpha:
        New benchmark results
      sql-bench/Results/alter-table-mysql-Linux_2.2.13_SMP_alpha:
        New benchmark results
      sql-bench/Results/big-tables-mysql-Linux_2.2.13_SMP_alpha:
        New benchmark results
      sql-bench/Results/connect-mysql-Linux_2.2.13_SMP_alpha:
        New benchmark results
      sql-bench/Results/create-mysql-Linux_2.2.13_SMP_alpha:
        New benchmark results
      sql-bench/Results/insert-mysql-Linux_2.2.13_SMP_alpha:
        New benchmark results
      sql-bench/Results/select-mysql-Linux_2.2.13_SMP_alpha:
        New benchmark results
      sql-bench/Results/wisconsin-mysql-Linux_2.2.13_SMP_alpha:
        New benchmark results
      sql-bench/test-select.sh:
        Made the count_distinct_big test a bit smaller
      sql/log.cc:
        Changed the slow log format to have more information by default
      sql/mysqld.cc:
        false->FALSE
      sql/share/german/errmsg.sys:
        Update of messages
      sql/share/german/errmsg.txt:
        Update of messages
      sql/sql_base.cc:
        Fixed SELECT DISTINCT *
      sql/sql_insert.cc:
        Cleanup
      sql/sql_table.cc:
        Added logging of DROP of temporary tables
      vio/VioFd.cc:
        false -> FALSE
      vio/VioSSL.cc:
        false -> FALSE
      vio/VioSSLFactoriesFd.cc:
        false -> FALSE
      vio/VioSocket.cc:
        false -> FALSE
      70145055
    • unknown's avatar
    • unknown's avatar
      Added function tee_putc to mysql.cc. · dab5e3f3
      unknown authored
      
      client/mysql.cc:
        Added corresponding 'tee_putc' function for putchar. This fixed
        a bug with outputs with --html and batch mode.
      dab5e3f3
    • unknown's avatar
    • unknown's avatar
      Merge narttu:/my/bk/mysql into prima.mysql.com:/home/my/bk/mysql · 2936fda2
      unknown authored
      
      client/mysql.cc:
        Auto merged
      2936fda2
    • unknown's avatar
      one more fix for Intvar 22 offset mystery bug · 20b31233
      unknown authored
      
      sql/slave.cc:
        mi->pending needed a reset in one more place
      20b31233
    • unknown's avatar
      ignore files · 8b029b07
      unknown authored
      8b029b07
    • unknown's avatar
      fixed bugs in delayed insert replication and when slave loses connection after... · 38a375b6
      unknown authored
      fixed bugs in delayed insert replication and when slave loses connection after Int_var but before Query
      public test suite now tests replication code as well
      
      
      mysql-test/mybin/mysql-test_install_db:
        fixes to test replication with two daemons on one machine
      mysql-test/mysql-test-run:
        fixes for replication tests -- still need to test gcov, the rest works
      mysql-test/t/include/master-slave.inc:
        include file for replication tests
      sql/slave.cc:
        fixed bug for the case when the slave loses connection after it has read Int_var event but before Query
      sql/sql_insert.cc:
        reset error in delayed thread
        slave converts delayed insert to regular
      38a375b6
    • unknown's avatar
      Merge work:/home/bk/mysql · 50d5256b
      unknown authored
      into threads.polyesthetic.msg:/usr/local/src/my/work
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      50d5256b
    • unknown's avatar
      Merge work:/home/bk/mysql into donna.mysql.com:/home/my/bk/mysql · 050612cd
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      Docs/manual.texi:
        Auto merged
      050612cd
    • unknown's avatar
      Portability fixes · 934769c7
      unknown authored
      
      Docs/manual.texi:
        Updated links and added more examples
      client/mysql.cc:
        Added --timeout + merge of Jani:s changes
      isam/_dynrec.c:
        Fixed bug when making big rows 1 byte smaller
      scripts/mysqlhotcopy.sh:
        Added regexp handling of filenames
      sql-bench/test-insert.sh:
        More order by tests
      sql/mf_iocache.cc:
        Cleanup
      sql/mysqld.cc:
        Moved my_delete() to before master thread died
      sql/sql_parse.cc:
        Fixed wrong comparison
      934769c7
  5. 17 Nov, 2000 15 commits
    • unknown's avatar
      Fixed bug in mysql.cc. · eadd4c06
      unknown authored
      
      mysql-test/chew_on_this/select.res:
        ***MISSING WEAVE***
      eadd4c06
    • unknown's avatar
      Fixed bug in mysql client. · 7b192ef7
      unknown authored
      
      client/mysql.cc:
        Fixed buf with the batch mode.
      7b192ef7
    • unknown's avatar
      Merge work:/home/bk/mysql · 7859bdb9
      unknown authored
      into threads.polyesthetic.msg:/usr/local/src/my/work
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      7859bdb9
    • unknown's avatar
      acinclude.m4 undef inline during some C++ tests · 9793de29
      unknown authored
      
      acinclude.m4:
        undef inline during some C++ tests
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      9793de29
    • unknown's avatar
      Howard changed some formatting and grammar · f1225c00
      unknown authored
      
      Docs/manual.texi:
        Howards changed some grammar and formatting
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      f1225c00
    • unknown's avatar
      Merge work:/home/bk/mysql into donna.mysql.com:/home/my/bk/mysql · b997c9f2
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      Docs/manual.texi:
        Auto merged
      b997c9f2
    • unknown's avatar
      Fixed bug with text key compares in BDB · 94421409
      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
      94421409
    • unknown's avatar
      New mysql client. · 14d88047
      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
      14d88047
    • unknown's avatar
      Merge work.mysql.com:/home/bk/mysql · 730067f2
      unknown authored
      into mysql.sashanet.com:/home/sasha/src/bk/mysql
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      730067f2
    • unknown's avatar
      fixed bugs in IO_CACHE and Load_event constructor. The code now passes · 44b41999
      unknown authored
      replication test suite
      
      
      mysys/mf_iocache2.c:
        fixed bug in my_b_seek
      sql/log_event.cc:
        fixed bug in Load_event constructor, removed compiler warnings
      sql/mf_iocache.cc:
        _my_b_read could overflow a small buffer if the leftovers happened 
        to be more than we wanted to read. info->pos_in_file was also not
        being set correctly
      44b41999
    • unknown's avatar
      manual.texi Added link to MySQL Free Public License in policy section. · 038ad48d
      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
      038ad48d
    • unknown's avatar
      Merge work.mysql.com:/home/bk/mysql · ed86a41b
      unknown authored
      into mysql.sashanet.com:/home/sasha/src/bk/mysql
      
      
      BitKeeper/etc/logging_ok:
        Auto converge
      sql/log.cc:
        Auto merged
      sql/slave.cc:
        Auto merged
      ed86a41b
    • unknown's avatar
      sql/log.cc · 09a8c608
      unknown authored
          fixed bug in find_first_log
      sql/mysqlbinlog.cc
          flose file only if we opened it
      sql/slave.cc
          changed spacing
      sql/sql_repl.cc
          fixed error message
      
      
      sql/log.cc:
        fixed bug in find_first_log
      sql/mysqlbinlog.cc:
        flose file only if we opened it
      sql/slave.cc:
        changed spacing
      sql/sql_repl.cc:
        fixed error message
      BitKeeper/etc/ignore:
        Added repl-tests/test-repl/foo-dump-slave.master. repl-tests/test-repl/sum-wlen-slave.master. repl-tests/test-repl/sum-wlen-slave.master.re to the ignore list
      09a8c608
    • unknown's avatar
      Fixes for bugs in the usage of IO_CACHE · bfa78a0a
      unknown authored
      bfa78a0a
    • unknown's avatar
      Fixes for bugs in the usage of IO_CACHE · fcf743ef
      unknown authored
      
      Docs/manual.texi:
        Fixed the TRUNCATE syntax + Changelog
      include/my_sys.h:
        Added my_b_vprintf
      mysys/mf_iocache2.c:
        Added my_b_vprintf
      mysys/my_vsnprintf.c:
        Fixed fatal (new) bug
      mysys/thr_lock.c:
        Cleanup
      readline/bind.c:
        cleanup
      scripts/Makefile.am:
        Added mysqldumpslow
      sql-bench/crash-me.sh:
        Fixed TRUNCATE
      sql/log.cc:
        bug fix
      sql/log_event.cc:
        Removed compiler warnings
      sql/log_event.h:
        Fixed non portable header in binary dump
      sql/mf_iocache.cc:
        cleanup
      sql/mysqld.cc:
        Fixed loop problem on NT
      sql/slave.cc:
        cleanup
      sql/sql_class.cc:
        Fixed typos
      sql/sql_parse.cc:
        cleanup
      sql/sql_select.cc:
        bugfix
      sql/sql_table.cc:
        cleanup
      sql/sql_yacc.yy:
        Changed ALTER TABLE ... ORDER BY to get fewer warnings
      sql/unireg.cc:
        cleanup
      sql/unireg.h:
        Added missing define
      fcf743ef
  6. 16 Nov, 2000 2 commits
    • unknown's avatar
      merge · 17ad3822
      unknown authored
      
      mysys/my_open.c:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/sql_class.cc:
        Auto merged
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      17ad3822
    • unknown's avatar
      Fixes for IO_CACHE · adbf1272
      unknown authored
      
      Docs/manual.texi:
        Added information about 4.0
      mysys/my_open.c:
        Fix for usage with IO_CACHE
      sql/log.cc:
        Cleanup for IO_CACHE
      sql/mysqld.cc:
        cleanup
      sql/sql_class.cc:
        Fixed wrong defines
      sql/sql_class.h:
        Fixed usage of SET TIMESTAMP=#
      adbf1272