1. 12 Nov, 2000 1 commit
  2. 11 Nov, 2000 3 commits
    • unknown's avatar
      Oops, typo in manual.texi. · 5893397e
      unknown authored
      
      Docs/manual.texi:
        Oops, typo.
      5893397e
    • unknown's avatar
      Whoops, forgot to update sql/ChangeLog. · c958a8fe
      unknown authored
      
      sql/ChangeLog:
        Whoops, forgot to update the ChangeLog.
      c958a8fe
    • unknown's avatar
      Added ALTER TABLE ... ORDER BY ... · 3bbef4a2
      unknown authored
      
      Docs/manual.texi:
        Added documentation for ALTER TABLE ... ORDER BY ...
      sql/mysql_priv.h:
        Exported make_unireg_sortorder
        Exported setup_order
      sql/sql_base.cc:
        Changes for ALTER TABLE ... ORDER BY ...
      sql/sql_parse.cc:
        Changes for ALTER TABLE ... ORDER BY ...
      sql/sql_select.cc:
        Moved make_unireg_sortorder and setup_order prototypes to
        mysql_priv.h and made them non-static so that they can be 
        used elsewhere.  Needed for ALTER TABLE ... ORDER BY ...
      3bbef4a2
  3. 09 Nov, 2000 1 commit
  4. 07 Nov, 2000 6 commits
    • unknown's avatar
      manual.texi clarified language about logo requirement. · ce097414
      unknown authored
      
      Docs/manual.texi:
        clarified language about logo requirement.
      ce097414
    • unknown's avatar
      Changes to make ALTER TABLE and DELETE FROM TABLE work properly · 66a54b23
      unknown authored
      with BEGIN WORK.
      
      66a54b23
    • unknown's avatar
      Merge work:/home/bk/mysql · 774500a4
      unknown authored
      into threads.polyesthetic.msg:/usr/local/src/my/work
      
      774500a4
    • unknown's avatar
      sql_parse.cc test for changing to auto_commit mode was backwards · bc7a5285
      unknown authored
      ha_berkeley.cc	bug fixes to make OPT_BEGIN work properly
      handler.cc	bug fixes to make OPT_BEGIN work properly
      
      
      sql/handler.cc:
        bug fixes to make OPT_BEGIN work properly
      sql/ha_berkeley.cc:
        bug fixes to make OPT_BEGIN work properly
      sql/sql_parse.cc:
        test for changing to auto_commit mode was backwards
      bc7a5285
    • unknown's avatar
      Merge work.mysql.com:/home/bk/mysql · c0d9427d
      unknown authored
      into mysql.sashanet.com:/home/sasha/src/bk/mysql
      
      c0d9427d
    • unknown's avatar
      sql/item_strfunc.cc · a17b923d
      unknown authored
          fixed coredump in concat_ws
      sql/item_strfunc.h
          fixed coredump in concat_ws
      sql/mini_client.cc
          added mc_mysql_error()
      sql/mini_client.h
          added mc_mysql_errno()
      sql/mysqlbinlog.cc
          fixed bug in --postion for local files
      sql/slave.cc
          more verbose message on bad net reads
      sql/sql_repl.cc
          send errno on error in mysql_binlog_send
      
      
      sql/item_strfunc.cc:
        fixed coredump in concat_ws
      sql/item_strfunc.h:
        fixed coredump in concat_ws
      sql/mini_client.cc:
        added mc_mysql_error()
      sql/mini_client.h:
        added mc_mysql_errno()
      sql/mysqlbinlog.cc:
        fixed bug in --postion for local files
      BitKeeper/etc/ignore:
        Added client/.mysqladmin.c.swp to the ignore list
      sql/slave.cc:
        more verbose message on bad net reads
      sql/sql_repl.cc:
        send errno on error in mysql_binlog_send
      a17b923d
  5. 06 Nov, 2000 2 commits
    • unknown's avatar
      Changes from teg@redhat.com - subtle bugs that only show up under · fad7b049
      unknown authored
      certain circumstances.
      
      
      include/global.h:
        Fix for gcc with strict aliasing.
        Thanks to teg@redhat.com for the patch.
      strings/strstr-sparc.s:
        %g6 -> %o2
        %g6 and %g7 are reserved for OS use by Sun's ABI.
        Thanks to teg@redhat.com for the patch.
      fad7b049
    • unknown's avatar
      Merge work:/home/bk/mysql · a5274950
      unknown authored
      into threads.polyesthetic.msg:/usr/local/src/my/work
      
      
      Docs/manual.texi:
        Auto merged
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      a5274950
  6. 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
  7. 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
  8. 03 Nov, 2000 2 commits
    • unknown's avatar
      Merge work:/home/bk/mysql · 47e3e92c
      unknown authored
      into threads.polyesthetic.msg:/usr/local/src/my/work
      
      
      Docs/manual.texi:
        Auto merged
      47e3e92c
    • 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
  9. 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
  10. 01 Nov, 2000 3 commits
  11. 31 Oct, 2000 3 commits
  12. 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
  13. 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
  14. 27 Oct, 2000 3 commits