1. 17 Dec, 2000 1 commit
  2. 16 Dec, 2000 7 commits
    • unknown's avatar
      Fixed error when copying mysqld_multi · cf22d655
      unknown authored
      Fixes for mysql-test
      Fixed race condition in SHOW LOGS
      
      
      BUILD/compile-solaris-sparc:
        cleanup
      Build-tools/Do-compile:
        Fixed problem
      Makefile.am:
        Merged tests with benchmarks
      configure.in:
        Fix for Solaris 2.8
      scripts/Makefile.am:
        Fixed error when copying mysqld_multi
      scripts/make_binary_distribution.sh:
        Fixes for mysql-test
      sql/ha_berkeley.cc:
        Fixed race condition in SHOW LOGS
      sql/mysqld.cc:
        Fixed bug in networking
      cf22d655
    • unknown's avatar
      Merge work:/home/bk/mysql · dc0f4733
      unknown authored
      into evoq.home.mwagner.org:/home/mwagner/work/bk/mysql
      
      
      BitKeeper/etc/gone:
        auto-union
      BitKeeper/etc/logging_ok:
        auto-union
      dc0f4733
    • unknown's avatar
      · 2c23605f
      unknown authored
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      2c23605f
    • unknown's avatar
      Backed out the new LARGEFILE patch as it broked several things · 6fc748e3
      unknown authored
      
      acinclude.m4:
        Backed out the new LARGEFILE patch as it broked several things
        on Linux
      configure.in:
        Backed out the new LARGEFILE patch as it broked several things
        on Linux
      include/my_sys.h:
        Store names for temporary files
      sql/mysqld.cc:
        Fixed small problem with pid files
      6fc748e3
    • unknown's avatar
      configure fix to get Linux to work with new large file system detection · 5fbb81ff
      unknown authored
      
      sql/mysqld.cc:
        Don't create pid file when using --bootstrap
        Fixed option --bdb-shared-data
        Cleanups
      5fbb81ff
    • unknown's avatar
      Fix problem with S_ISLNK() on Linux · 766c3e67
      unknown authored
      766c3e67
    • unknown's avatar
      Fixed missing long option · a5c57c9a
      unknown authored
      Portability fix for Linux
      
      
      include/global.h:
        Portability fix for Linux
      mysql-test/mysql-test-run.sh:
        Fixed missing long option
      a5c57c9a
  3. 15 Dec, 2000 17 commits
    • unknown's avatar
      Merge work:/my/mysql into donna.mysql.com:/home/my/bk/mysql · a10bb898
      unknown authored
      
      BitKeeper/etc/logging_ok:
        Auto converge
      Docs/manual.texi:
        Auto merged
      a10bb898
    • unknown's avatar
      Configure updates · 14138a32
      unknown authored
      Fixed my_print_defaults --no-defaults 
      
      
      Docs/manual.texi:
        Updated changelog
      acinclude.m4:
        Patches for large file support
      configure.in:
        New TCP libwrap
      extra/my_print_defaults.c:
        Fixed that --no-defaults
      include/my_pthread.h:
        Fixes for Tru64
      ltconfig:
        Fixes for Tru64
      ltmain.sh:
        Fixes for Tru64
      mysql-test/README:
        Fixed types
      mysql-test/mysql-test-run.sh:
        Changed to long options
      14138a32
    • unknown's avatar
      Updated references to 3.23 as "beta" to "Gamma" in the manual. · db3e8d48
      unknown authored
      
      Docs/manual.texi:
        Updated references to 3.23 as "beta" to "Gamma"
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      db3e8d48
    • unknown's avatar
      Merge work.mysql.com:/home/bk/mysql · 15de4ca8
      unknown authored
      into cane.mysql.fi:/usr/home/tim/my/work
      
      15de4ca8
    • unknown's avatar
      Make mysqld_show_logs work without HAVE_BERKELEY_DB. · 0cb7d364
      unknown authored
      
      sql/sql_show.cc:
        - make mysqld_show_logs work without HAVE_BERKELEY_DB
      0cb7d364
    • unknown's avatar
      merge · 51c43b9b
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      51c43b9b
    • unknown's avatar
      Fixed <=> · a6d7bfe4
      unknown authored
      Added mysqltest for <=>
      Removed use of TAB in output from mysql-test-run
      
      
      Docs/manual.texi:
        Changelog
      client/mysqltest.c:
        Added missing argument;  Changed to use standard defines
      mysql-test/README:
        Cleaned up
      mysql-test/mysql-test-run.sh:
        Removed use of TAB in output
        (We are now also depening on sed)
      sql/item_cmpfunc.cc:
        Fixed <=>
      sql/item_cmpfunc.h:
        Fixed <=>
      a6d7bfe4
    • unknown's avatar
      Fix berkeley_show_logs(). · 559429a1
      unknown authored
      
      sql/ha_berkeley.cc:
        - fix coredump in berkeley_show_logs()
      559429a1
    • unknown's avatar
      manual.texi - fix typo · fff38c90
      unknown authored
      
      Docs/manual.texi:
        - fix typo
      fff38c90
    • unknown's avatar
      Update News about SHOW LOGS. · 8d0addee
      unknown authored
      
      Docs/manual.texi:
        - update News about SHOW LOGS
      8d0addee
    • unknown's avatar
      Add SHOW LOGS command. · a045792a
      unknown authored
      
      sql/ha_berkeley.cc:
        - add berkeley_show_logs()
      sql/ha_berkeley.h:
        - add berkeley_show_logs()
      sql/mysql_priv.h:
        - add show_logs()
      sql/sql_lex.h:
        - add show_logs()
      sql/sql_parse.cc:
        - add show_logs()
      sql/sql_show.cc:
        - add show_logs()
      sql/sql_yacc.yy:
        - add show_logs()
      Docs/manual.texi:
        - add show_logs()
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      a045792a
    • unknown's avatar
      Merge narttu:/my/mysql into tik.mysql.com:/home/my/mysql · 139d8db8
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      Docs/manual.texi:
        Auto merged
      139d8db8
    • unknown's avatar
      Fixed that LPAD() and RPAD() cuts arguments · c13d6386
      unknown authored
      New test for string functions
      
      
      Docs/manual.texi:
        Updated changes for 3.23.29
      client/mysqldump.c:
        Cleanup
      libmysql/libmysql.c:
        Fixed possible overflow
      sql/handler.cc:
        Fixed typo
      sql/item_strfunc.cc:
        Fixed that LPAD() and RPAD() cuts arguments
      sql/mysqld.cc:
        Better error message on core dump
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      c13d6386
    • unknown's avatar
      mysql-test/r/rpl000016.result · fbbf2832
      unknown authored
          forgot to check this in
      
      
      mysql-test/r/rpl000016.result:
        forgot to check this in
      fbbf2832
    • unknown's avatar
      client/mysqltest.c · c6200353
      unknown authored
          fixed bug that created empty result files in no-record mode
      mysql-test/t/rpl000007.test
          testing non-replication of load data infile when the table is excluded from replication
      mysql-test/t/rpl000016.test
          test purge master logs
      sql/slave.cc
          fix memory leaks found by  purge master logs test
      sql/sql_repl.cc
          fixed race condition and delete before close bug in reset_slave()
      
      Overall comments - coverage testing is a very good thing!
      
      
      client/mysqltest.c:
        fixed bug that created empty result files in no-record mode
      mysql-test/t/rpl000007.test:
        testing non-replication of load data infile when the table is excluded from replication
      mysql-test/t/rpl000016.test:
        test purge master logs
      sql/slave.cc:
        fix memory leaks found by  purge master logs test
      sql/sql_repl.cc:
        fixed race condition and delete before close bug in reset_slave()
      c6200353
    • unknown's avatar
      I fixed the bug too and had to merge conflicts · e2900df8
      unknown authored
      
      myisammrg/myrg_open.c:
        merged
      e2900df8
    • unknown's avatar
      client/mysqltest.c · 9acffc82
      unknown authored
          added system command
      myisammrg/myrg_open.c
          fixed coredump when opening an empty union table
      sql/sql_repl.cc
          fixed warnings, remove confusing comment, fixed coredump in
          change master to when master.info was corrupted
      
      added new replication test case
      
      
      client/mysqltest.c:
        added system command
      myisammrg/myrg_open.c:
        fixed coredump when opening an empty union table
      sql/sql_repl.cc:
        fixed warnings, remove confusing comment, fixed coredump in
        change master to when master.info was corrupted
      9acffc82
  4. 14 Dec, 2000 9 commits
    • unknown's avatar
      myrg_open.c empty MRG bug fixed again (fix from 1.8 was removed in 1.9) · b8d7492c
      unknown authored
      
      mysql-test/t/ft0000001.test:
        comments cleared up
      myisammrg/myrg_open.c:
        empty MRG bug fixed again (fix from 1.8 was removed in 1.9)
      b8d7492c
    • unknown's avatar
      Merge · 96a1c5b5
      unknown authored
      
      BitKeeper/etc/gone:
        auto-merge
      96a1c5b5
    • unknown's avatar
      Merge · 0549dbc8
      unknown authored
      0549dbc8
    • unknown's avatar
      mysql-test/mysql-test-run.sh · 11fdcad2
      unknown authored
          fixes for Bourne shell
          removed colors
          optimized echo/expr for bash
      
      
      mysql-test/mysql-test-run.sh:
        fixes for Bourne shell
        removed colors
        optimized echo/expr for bash
      11fdcad2
    • unknown's avatar
      Merge · 03759d7a
      unknown authored
      
      BitKeeper/deleted/.del-logging_ok~32b6551b8288c2fa:
        ***MISSING WEAVE***
      BitKeeper/etc/logging_ok:
        Auto merged
      03759d7a
    • unknown's avatar
      Merge · eae64a72
      unknown authored
      
      BitKeeper/deleted/.del-README.gcov:
        ***MISSING WEAVE***
      BitKeeper/etc/logging_ok:
        ***MISSING WEAVE***
      eae64a72
    • unknown's avatar
      fixed typo · fdbe262f
      unknown authored
      fdbe262f
    • unknown's avatar
      fixes for parallel make, re-added the lost README files in mysql-test · 0006e8e6
      unknown authored
      
      BUILD/compile-pentium-debug:
        fox for parallel make
      BUILD/compile-pentium-gcov:
        fix for parallel make
      BUILD/compile-pentium:
        fix to enable parallel make when recursing to subdirectories
      Build-tools/Do-all-build-steps:
        fix for parallel make, remove the stale comment to make Tim happy
      Build-tools/Do-rpm:
        fix for parallel make
      0006e8e6
    • unknown's avatar
      fixed typo · 58270528
      unknown authored
      
      BitKeeper/etc/ignore:
        Added BitKeeper/tmp/gone to the ignore list
      58270528
  5. 13 Dec, 2000 6 commits
    • unknown's avatar
      MIT fix · a19a1585
      unknown authored
      
      BitKeeper/etc/ignore:
        Added mysql-test/install_test_db mysql-test/mysql-test-run to the ignore list
      include/global.h:
        another fix for MIT-threads
      a19a1585
    • unknown's avatar
      mysql-test/Makefile.am · b7209f66
      unknown authored
          fixed typo
      scripts/make_binary_distribution.sh
          added .MRG and .frm files
      
      
      mysql-test/Makefile.am:
        fixed typo
      scripts/make_binary_distribution.sh:
        added .MRG and .frm files
      b7209f66
    • unknown's avatar
      global.h Fix for MIT-threads · ab41803c
      unknown authored
      
      include/global.h:
        Fix for MIT-threads
      ab41803c
    • unknown's avatar
      sql_parse.cc we were using wrong strdup · 320fa712
      unknown authored
      
      sql/sql_parse.cc:
        we were using wrong strdup
      320fa712
    • unknown's avatar
      install_test_db.sh fixes for distribution · 1f1719fe
      unknown authored
      mysql-test-run.sh	fixes for distribution
      Makefile.am	Fixes for distribution
      
      
      mysql-test/Makefile.am:
        Fixes for distribution
      mysql-test/mysql-test-run.sh:
        fixes for distribution
      mysql-test/install_test_db.sh:
        fixes for distribution
      1f1719fe
    • unknown's avatar
      Merge work.mysql.com:/home/bk/mysql · 534247bc
      unknown authored
      into mysql.sashanet.com:/home/sasha/src/bk/mysql
      
      
      BitKeeper/etc/logging_ok:
        Auto converge
      534247bc