1. 28 Oct, 2000 1 commit
    • unknown's avatar
      mysys/mf_format.c · e23e0712
      unknown authored
          workaround for SCO realpath() bug
      sql/slave.cc
          fixed memory leak when slave runs bad query
      
      
      mysys/mf_format.c:
        workaround for SCO realpath() bug
      sql/slave.cc:
        fixed memory leak when slave runs bad query
      e23e0712
  2. 27 Oct, 2000 1 commit
    • unknown's avatar
      fixed --skip-slave-thread bug · 265bfc17
      unknown authored
      added PURGE MASTER LOGS TO and SHOW MASTER LOGS
      fixed the output of SHOW MASTER STATUS
      updated docs
      
      
      Docs/manual.texi:
        Update for PURGE MASTER LOGS TO, SHOW MASTER LOGS
      sql/lex.h:
        added PURGE
      sql/log.cc:
        update for PURGE
      BitKeeper/etc/ignore:
        Added include/.my_sys.h.swp PENDING/2000-10-25.01 PENDING/2000-10-25.02 support-files/mysql-3.23.27-beta.spec to the ignore list
      sql/mysqld.cc:
        fixed bug in --skip-slave-start
      sql/sql_class.cc:
        added linfo to THD
      sql/sql_class.h:
        updates for PURGE
      sql/sql_lex.h:
        updates for PURGE
      sql/sql_parse.cc:
        updates for PURGE
      sql/sql_repl.cc:
        updates for PURGE
      sql/sql_repl.h:
        updates for PURGE
      sql/sql_yacc.yy:
        updates for PURGE
      265bfc17
  3. 25 Oct, 2000 1 commit
  4. 24 Oct, 2000 6 commits
  5. 23 Oct, 2000 3 commits
    • unknown's avatar
      Update of interface for BDB tables. · 50c35d5d
      unknown authored
      Fixed bug in SHOW CREATE TABLE
      
      
      Build-tools/mysql-copyright:
        Shorter error message
      Docs/manual.texi:
        Update of myisamchk stuff
      acinclude.m4:
        Force use of Berkeley DB 3.2.3 or newer
      include/m_string.h:
        Changed type of arguments to bmove()
      myisam/mi_check.c:
        Nicer error message
      mysql.proj:
        Updated
      sql/ha_berkeley.cc:
        Use new key compare interface
      sql/sql_select.cc:
        Call join_free() early to free all cursors
      sql/sql_show.cc:
        Fixed CREATE TABLE when used with auto_increment columns
      strings/bmove.c:
        Changed type of arguments to bmove()
      50c35d5d
    • unknown's avatar
      Merge · 0bc23aea
      unknown authored
      
      configure.in:
        Auto merged
      0bc23aea
    • unknown's avatar
      Fix of automatic repair · 40879f5d
      unknown authored
      
      Docs/manual.texi:
        Update for 3.23.27
      configure.in:
        Fixed syntax error
      include/m_string.h:
        bmove() was wrongly defined (old code was probably never executed)
      myisam/mi_check.c:
        Fix for automatic repair
      myisam/myisamchk.c:
        Fix for automatic repair
      sql/ha_myisam.cc:
        Fix for automatic repair
      sql/handler.cc:
        Fix for automatic repair
      sql/mysqlbinlog.cc:
        Indentation
      sql/sql_insert.cc:
        Move incrementation of thread_count to make things safer
      sql/sql_parse.cc:
        Added a new state for bug tracking
      sql/sql_select.cc:
        Increment created_tmp_disk_tables for each internal temporary
        MyISAM table.  Added path to some printf statements.
      40879f5d
  6. 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
  7. 21 Oct, 2000 4 commits
    • unknown's avatar
    • unknown's avatar
      Give an error if you use a BLOB(X) where X > 255 · 5fe9d5cd
      unknown authored
      Fixes for MIT pthreads
      
      
      Docs/manual.texi:
        Update for MIT pthreads and sockets
      configure.in:
        Fixed MIT pthreads to use sockets
      myisam/mi_check.c:
        Portability fix
      myisam/sort.c:
        Portability fix
      sql/handler.h:
        Give an error if you use a BLOB(X) where X > 255
      sql/mysqld.cc:
        Fixed MIT pthreads to use sockets
      sql/sql_table.cc:
        Give an error if you use a BLOB(X) where X > 255
      sql/table.cc:
        Fixed problem with BDB tables without keys
      5fe9d5cd
    • unknown's avatar
      sql/slave.cc · 2d78b56a
      unknown authored
          cosmetic change
      sql/slave.cc@1.49
          cosmetic change
      
      
      sql/slave.cc:
        cosmetic change
      2d78b56a
    • unknown's avatar
      sql/slave.cc · 1a8e5250
      unknown authored
          buffer size fix + template instatiation
      
      
      BitKeeper/etc/ignore:
        Added BitKeeper/etc/csets-in support-files/mysql-3.23.26-beta.spec to the ignore list
      sql/slave.cc:
        buffer size fix + template instatiation
      1a8e5250
  8. 20 Oct, 2000 3 commits
    • unknown's avatar
      Merge work:/home/bk/mysql into donna.mysql.com:/home/my/bk/mysql · efccd28f
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      efccd28f
    • unknown's avatar
      Bug fixes + defines for INNOBASE · f74efca3
      unknown authored
      
      Docs/manual.texi:
        Cleanups
      client/sql_string.cc:
        Fixes for AIX
      mit-pthreads/Changes-mysql:
        Changelog
      mit-pthreads/config/configure.in:
        Fixes for NETBSD
      mit-pthreads/config/configure:
        Fixes for NETBSD
      mit-pthreads/gen/ctime.c:
        Fixes for NETBSD
      mysys/my_pthread.c:
        Changed assert to dbug_assert
      scripts/make_binary_distribution.sh:
        Removed mysql-test
      scripts/safe_mysqld.sh:
        Forced --defaults-extra-file to be first argument to mysqld
      sql/handler.h:
        Added INNOBASE database type
      sql/item_func.h:
        Fixed core dump when using MATCH
      sql/lex.h:
        Added INNOBASE database type
      sql/mysqld.cc:
        Fix for future
      sql/sql_yacc.yy:
        Added INNOBASE database type
      f74efca3
    • unknown's avatar
      Merge paul@work.mysql.com:/home/bk/mysql · cba568f6
      unknown authored
      into central.snake.net:/home/paul/mysql
      
      cba568f6
  9. 19 Oct, 2000 12 commits
  10. 18 Oct, 2000 7 commits
    • unknown's avatar
      Docs/bk.txt · 8e907211
      unknown authored
          clean up - test of bk 2.0 to see if Monty's favorite bug got fixed.
      
      
      Docs/bk.txt:
        clean up - test of bk 2.0 to see if Monty's favorite bug got fixed.
      8e907211
    • unknown's avatar
      ocs/manual.texi · f678c7c8
      unknown authored
          update for public bk access info
      
      
      Docs/manual.texi:
        update for public bk access info
      f678c7c8
    • unknown's avatar
      err000001.test BitKeeper file /home/sasha/src/bk/mysql/mysql-test/t/3.23/err000001.test · 3b87fe7a
      unknown authored
      ins000001.test	BitKeeper file /home/sasha/src/bk/mysql/mysql-test/t/3.23/ins000001.test
      ins000001.result	BitKeeper file /home/sasha/src/bk/mysql/mysql-test/r/3.23/ins000001.result
      
      3b87fe7a
    • unknown's avatar
      Docs/manual.texi · 68cb02e8
      unknown authored
          updated docs for SET SQL_LOG_BIN
      client/mysqltest.c
          added support for expected error
      
      
      Docs/manual.texi:
        updated docs for SET SQL_LOG_BIN
      client/mysqltest.c:
        added support for expected error
      68cb02e8
    • unknown's avatar
      Merge mwagner@work:/home/bk/mysql · bea86eaa
      unknown authored
      into evoq.home.mwagner.org:/home/mwagner/work/bk/mysql
      
      
      BitKeeper/etc/logging_ok:
        Auto merged
      bea86eaa
    • unknown's avatar
      logging_ok Logging to logging@openlogging.org accepted · dff836bb
      unknown authored
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      dff836bb
    • unknown's avatar
      sel000029.xml Escaped &,< chars. · e90fb39b
      unknown authored
      sel000022.xml	Escaped &,< chars.
      sel000021.xml	Escaped &,< chars.
      sel000020.xml	Escaped &,< chars.
      sel000011.xml	Escaped &,< chars.
      sel000010.xml	Escaped &,< chars.
      translate-tests	BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/mybin/translate-tests
      select.tst	Marked where `ok' tests end.
      select.res	Added first 30 tests into test suite, left marker.
      sel000004.result	BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/r/3.23/sel000004.result
      sel000005.result	BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/r/3.23/sel000005.result
      sel000006.result	BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/r/3.23/sel000006.result
      sel000007.result	BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/r/3.23/sel000007.result
      sel000008.result	BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/r/3.23/sel000008.result
      sel000009.result	BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/r/3.23/sel000009.result
      sel000010.result	BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/r/3.23/sel000010.result
      sel000011.result	BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/r/3.23/sel000011.result
      sel000012.result	BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/r/3.23/sel000012.result
      sel000013.result	BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/r/3.23/sel000013.result
      sel000014.result	BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/r/3.23/sel000014.result
      sel000015.result	BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/r/3.23/sel000015.result
      sel000016.result	BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/r/3.23/sel000016.result
      sel000017.result	BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/r/3.23/sel000017.result
      sel000018.result	BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/r/3.23/sel000018.result
      sel000019.result	BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/r/3.23/sel000019.result
      sel000020.result	BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/r/3.23/sel000020.result
      sel000021.result	BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/r/3.23/sel000021.result
      sel000022.result	BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/r/3.23/sel000022.result
      sel000023.result	BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/r/3.23/sel000023.result
      sel000024.result	BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/r/3.23/sel000024.result
      sel000025.result	BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/r/3.23/sel000025.result
      sel000026.result	BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/r/3.23/sel000026.result
      sel000027.result	BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/r/3.23/sel000027.result
      sel000028.result	BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/r/3.23/sel000028.result
      sel000029.result	BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/r/3.23/sel000029.result
      sel000030.result	BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/r/3.23/sel000030.result
      sel000015.xml	BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/xml/tests/sel000015.xml
      sel000010.xml	BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/xml/tests/sel000010.xml
      sel000011.xml	BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/xml/tests/sel000011.xml
      sel000020.xml	BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/xml/tests/sel000020.xml
      sel000021.xml	BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/xml/tests/sel000021.xml
      sel000012.xml	BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/xml/tests/sel000012.xml
      sel000013.xml	BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/xml/tests/sel000013.xml
      sel000014.xml	BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/xml/tests/sel000014.xml
      sel000016.xml	BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/xml/tests/sel000016.xml
      sel000017.xml	BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/xml/tests/sel000017.xml
      sel000018.xml	BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/xml/tests/sel000018.xml
      sel000019.xml	BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/xml/tests/sel000019.xml
      sel000022.xml	BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/xml/tests/sel000022.xml
      sel000029.xml	BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/xml/tests/sel000029.xml
      sel000023.xml	BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/xml/tests/sel000023.xml
      sel000024.xml	BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/xml/tests/sel000024.xml
      sel000025.xml	BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/xml/tests/sel000025.xml
      sel000026.xml	BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/xml/tests/sel000026.xml
      sel000027.xml	BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/xml/tests/sel000027.xml
      sel000028.xml	BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/xml/tests/sel000028.xml
      sel000009.xml	BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/xml/tests/sel000009.xml
      sel000008.xml	BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/xml/tests/sel000008.xml
      sel000007.xml	BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/xml/tests/sel000007.xml
      sel000006.xml	BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/xml/tests/sel000006.xml
      sel000005.xml	BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/xml/tests/sel000005.xml
      sel000004.xml	BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/xml/tests/sel000004.xml
      sel000030.xml	BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/xml/tests/sel000030.xml
      mysql-test_V1.9.pl	BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/chew_on_this/mysql-test_V1.9.pl
      stop-mysqld	BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/mybin/stop-mysqld
      start-mysqld	BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/mybin/start-mysqld
      select.res	BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/chew_on_this/select.res
      
      
      mysql-test/mybin/start-mysqld:
        ***MISSING WEAVE***
      mysql-test/mybin/stop-mysqld:
        ***MISSING WEAVE***
      mysql-test/chew_on_this/select.res:
        ***MISSING WEAVE***
      mysql-test/chew_on_this/select.tst:
        Marked where `ok' tests end.
      mysql-test/mybin/translate-tests:
        ***MISSING WEAVE***
      mysql-test/xml/tests/sel000010.xml:
        Escaped &,< chars.
      mysql-test/xml/tests/sel000011.xml:
        Escaped &,< chars.
      mysql-test/xml/tests/sel000020.xml:
        Escaped &,< chars.
      mysql-test/xml/tests/sel000021.xml:
        Escaped &,< chars.
      mysql-test/xml/tests/sel000022.xml:
        Escaped &,< chars.
      mysql-test/xml/tests/sel000029.xml:
        Escaped &,< chars.
      e90fb39b
  11. 17 Oct, 2000 1 commit
    • unknown's avatar
      Merge · e1aaca9f
      unknown authored
      
      Docs/manual.texi:
        merged
      e1aaca9f