1. 10 Nov, 2000 1 commit
    • unknown's avatar
      to make bk happy · 5aa8fa60
      unknown authored
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      5aa8fa60
  2. 09 Nov, 2000 1 commit
  3. 05 Nov, 2000 3 commits
    • unknown's avatar
      BitKeeper/triggers/post-commit · a4e1d8f8
      unknown authored
          send the diffs
      Docs/manual.texi
          updated change history
      include/my_sys.h
          Moved safemalloc_mem_limit here
      mysys/safemalloc.c
          fixed up safemalloc_mem_limit
      sql/mysqld.cc
          moved safemalloc_mem_limit declaration to my_sys.h
      
      
      BitKeeper/triggers/post-commit:
        send the diffs
      Docs/manual.texi:
        updated change history
      include/my_sys.h:
        Moved safemalloc_mem_limit here
      mysys/safemalloc.c:
        fixed up safemalloc_mem_limit
      sql/mysqld.cc:
        moved safemalloc_mem_limit declaration to my_sys.h
      a4e1d8f8
    • unknown's avatar
      Merge work.mysql.com:/home/bk/mysql · 3286ea7c
      unknown authored
      into mysql.sashanet.com:/home/sasha/src/bk/mysql
      
      
      BitKeeper/etc/logging_ok:
        Auto converge
      3286ea7c
    • unknown's avatar
      configure.in fixed to properly handle 1 digit branch · b99e43a9
      unknown authored
      
      configure.in:
        fixed to properly handle 1 digit branch
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      b99e43a9
  4. 04 Nov, 2000 4 commits
    • unknown's avatar
      fix for FLUSH TABLES WITH READ LOCK · a9d4bdf7
      unknown authored
      a9d4bdf7
    • unknown's avatar
      Merge serg@work:/home/bk/mysql · 833af924
      unknown authored
      into serg.mysql.com:/usr/home/serg/Abk/mysql
      
      833af924
    • unknown's avatar
      fixed bug with FULLTEXT and ORDER BY · 4fc59139
      unknown authored
      
      include/ft_global.h:
        fixed bug with ORDER BY
      sql/ha_myisam.cc:
        fixed bug with ORDER BY
      sql/item_func.cc:
        fixed bug with ORDER BY
      sql/item_func.h:
        fixed bug with ORDER BY
      sql/sql_select.cc:
        fixed bug with ORDER BY
      4fc59139
    • unknown's avatar
      sql/slave.cc · ae85f5f2
      unknown authored
          mutex now initialized in the constructor
      sql/sql_class.h
          intialize MASTER_INFO mutex in the constructor
      sql/sql_repl.cc
          fixed typo in error message
          if the user does not specify offset in CHANGE MASTER TO, set it to skip magic number
      repl-tests/test-repl-ts/repl-timestamp.master.reject
          New BitKeeper file ``repl-tests/test-repl-ts/repl-timestamp.master.reject''
      
      
      BitKeeper/etc/ignore:
        Added repl-tests/test-repl-ts/repl-timestamp.master.reject to the ignore list
      sql/slave.cc:
        mutex now initialized in the constructor
      sql/sql_class.h:
        intialize MASTER_INFO mutex in the constructor
      sql/sql_repl.cc:
        fixed typo in error message
        if the user does not specify offset in CHANGE MASTER TO, set it to skip magic number
      ae85f5f2
  5. 03 Nov, 2000 1 commit
    • unknown's avatar
      fixed bugs in elt() and make_set() · 0caff03f
      unknown authored
      added two new test cases
      
      
      BitKeeper/etc/ignore:
        Added mysql-test/r/3.23/sel000004.result.reject mysql-test/var/lib/mysql-bin.006 mysql-test/var/lib/test/elt_ck1.frm mysql-test/var/lib/test/elt_ck1.MYD mysql-test/var/lib/test/elt_ck1.MYI mysql-test/var/lib/test/elt_ck2.frm mysql-test/var/lib/test/elt_ck2.MYD mysql-test/var/lib/test/elt_ck2.MYI to the ignore list
      mysql-test/r/3.23/sel000004.result:
        new result
      mysql-test/r/3.23/sel000005.result:
        new result
      sql/item_strfunc.cc:
        fixed bug in make_set() and elt()
      0caff03f
  6. 02 Nov, 2000 4 commits
    • unknown's avatar
      manual.texi Added mirror in USA. · c5bf28af
      unknown authored
      
      Docs/manual.texi:
        Added mirror in USA.
      c5bf28af
    • unknown's avatar
      manual.texi Added mirror in Argentina. · 4edc4116
      unknown authored
      
      Docs/manual.texi:
        Added mirror in Argentina.
      4edc4116
    • unknown's avatar
      Merge · 2cb2beb1
      unknown authored
      2cb2beb1
    • unknown's avatar
      Ill-minded FULLTEXT impilict initialization hack removed. · d1a1eae0
      unknown authored
      From now on FULLTEXT search is initialized expilictly in mysql_select()
      
      
      sql/item_func.cc:
        FULLTEXT expilict initialization
      sql/opt_ft.h:
        FULLTEXT expilict initialization
      sql/opt_range.h:
        FULLTEXT expilict initialization
      sql/ha_myisam.cc:
        FULLTEXT expilict initialization
      sql/ha_myisam.h:
        FULLTEXT expilict initialization
      sql/handler.h:
        FULLTEXT expilict initialization
      sql/item_func.h:
        FULLTEXT expilict initialization
      sql/sql_select.cc:
        FULLTEXT expilict initialization
      myisam/ft_search.c:
        FULLTEXT expilict initialization
      d1a1eae0
  7. 01 Nov, 2000 2 commits
  8. 29 Oct, 2000 3 commits
    • unknown's avatar
      Merge serg@work:/home/bk/mysql · 1d0777e2
      unknown authored
      into serg.mysql.com:/usr/home/serg/Abk/mysql
      
      1d0777e2
    • unknown's avatar
      mysqldump.c Dumping via SHOW CREATE added. · 07ce8436
      unknown authored
                     Autofallback to the old behaviour for pre-3.23.26 servers.
      
      
      client/mysqldump.c:
        Dumping via SHOW CREATE added.
        Autofallback to the old behaviour for pre-3.23.26 servers.
      07ce8436
    • unknown's avatar
      libmysql/libmysql.c · 19a3899e
      unknown authored
          keep vio from being freed twice when we are low on memory
      mysys/safemalloc.c
          changes for --safemalloc-mem-limit
      sql/mini_client.cc
          keep vio from being freed twice
      sql/mysqld.cc
          changes for --safemalloc-mem-limit
      sql/slave.cc
          prevent closing connection twice
      sql/sql_string.h
          shrink() did not work right when my_realloc() failed
      
      
      BitKeeper/etc/ignore:
        Added .gdb_history to the ignore list
      libmysql/libmysql.c:
        keep vio from being freed twice when we are low on memory
      mysys/safemalloc.c:
        changes for --safemalloc-mem-limit
      sql/mini_client.cc:
        keep vio from being freed twice
      sql/mysqld.cc:
        changes for --safemalloc-mem-limit
      sql/slave.cc:
        prevent closing connection twice
      sql/sql_string.h:
        shrink() did not work right when my_realloc() failed
      19a3899e
  9. 28 Oct, 2000 2 commits
    • unknown's avatar
      Merge work.mysql.com:/home/bk/mysql · 8178d563
      unknown authored
      into mysql.sashanet.com:/home/sasha/src/bk/mysql
      
      8178d563
    • 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
  10. 27 Oct, 2000 4 commits
    • unknown's avatar
      manual.texi typo fix · 800b8f48
      unknown authored
      
      Docs/manual.texi:
        typo fix
      800b8f48
    • unknown's avatar
      manual.texi Minor mods to recent change notes. · 7dddf64a
      unknown authored
      
      Docs/manual.texi:
        Minor mods to recent change notes.
      7dddf64a
    • unknown's avatar
      manual.texi fixed "enough bug free enough" · 056fdd57
      unknown authored
      
      Docs/manual.texi:
        fixed "enough bug free enough"
      056fdd57
    • 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
  11. 25 Oct, 2000 1 commit
  12. 24 Oct, 2000 6 commits
  13. 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
  14. 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
  15. 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