1. 16 Dec, 2000 2 commits
    • unknown's avatar
      New version of mail_to_db.pl · 81fa7543
      unknown authored
      
      tests/mail_to_db.pl:
        A new version of mail_to_db.pl. A completely rewritten version
        of this program, with a lot of bug fixes and some feature adds.
      81fa7543
    • unknown's avatar
      Fixed missing long option · 26c37b5e
      unknown authored
      Portability fix for Linux
      
      
      include/global.h:
        Portability fix for Linux
      mysql-test/mysql-test-run.sh:
        Fixed missing long option
      26c37b5e
  2. 15 Dec, 2000 17 commits
    • unknown's avatar
      Merge work:/my/mysql into donna.mysql.com:/home/my/bk/mysql · e6649520
      unknown authored
      
      BitKeeper/etc/logging_ok:
        Auto converge
      Docs/manual.texi:
        Auto merged
      e6649520
    • unknown's avatar
      Configure updates · 587387f5
      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
      587387f5
    • unknown's avatar
      Updated references to 3.23 as "beta" to "Gamma" in the manual. · a2f441ba
      unknown authored
      
      Docs/manual.texi:
        Updated references to 3.23 as "beta" to "Gamma"
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      a2f441ba
    • unknown's avatar
      Merge work.mysql.com:/home/bk/mysql · 14e3474c
      unknown authored
      into cane.mysql.fi:/usr/home/tim/my/work
      
      
      14e3474c
    • unknown's avatar
      Make mysqld_show_logs work without HAVE_BERKELEY_DB. · 1d22d8d5
      unknown authored
      
      sql/sql_show.cc:
        - make mysqld_show_logs work without HAVE_BERKELEY_DB
      1d22d8d5
    • unknown's avatar
      merge · 68d0f88c
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      68d0f88c
    • unknown's avatar
      Fixed <=> · 7322a906
      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 <=>
      7322a906
    • unknown's avatar
      Fix berkeley_show_logs(). · bf4fb50f
      unknown authored
      
      sql/ha_berkeley.cc:
        - fix coredump in berkeley_show_logs()
      bf4fb50f
    • unknown's avatar
      manual.texi - fix typo · 4c842541
      unknown authored
      
      Docs/manual.texi:
        - fix typo
      4c842541
    • unknown's avatar
      Update News about SHOW LOGS. · 9c915f9e
      unknown authored
      
      Docs/manual.texi:
        - update News about SHOW LOGS
      9c915f9e
    • unknown's avatar
      Add SHOW LOGS command. · e9f0fabf
      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
      e9f0fabf
    • unknown's avatar
      Merge narttu:/my/mysql into tik.mysql.com:/home/my/mysql · e7fde22e
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      Docs/manual.texi:
        Auto merged
      e7fde22e
    • unknown's avatar
      Fixed that LPAD() and RPAD() cuts arguments · e1e7ba75
      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
      e1e7ba75
    • unknown's avatar
      mysql-test/r/rpl000016.result · 4a063ba7
      unknown authored
          forgot to check this in
      
      
      mysql-test/r/rpl000016.result:
        forgot to check this in
      4a063ba7
    • unknown's avatar
      client/mysqltest.c · 6aac994e
      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()
      6aac994e
    • unknown's avatar
      I fixed the bug too and had to merge conflicts · 230acc45
      unknown authored
      
      myisammrg/myrg_open.c:
        merged
      230acc45
    • unknown's avatar
      client/mysqltest.c · 93166332
      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
      93166332
  3. 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) · 7affa830
      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)
      7affa830
    • unknown's avatar
      Merge · 67b3f99e
      unknown authored
      
      BitKeeper/etc/gone:
        auto-merge
      67b3f99e
    • unknown's avatar
      Merge · f48d4424
      unknown authored
      f48d4424
    • unknown's avatar
      mysql-test/mysql-test-run.sh · 80cfe046
      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
      80cfe046
    • unknown's avatar
      Merge · 9d7d9bfc
      unknown authored
      
      BitKeeper/deleted/.del-logging_ok~32b6551b8288c2fa:
        ***MISSING WEAVE***
      BitKeeper/etc/logging_ok:
        Auto merged
      9d7d9bfc
    • unknown's avatar
      Merge · 6362c42a
      unknown authored
      
      BitKeeper/deleted/.del-README.gcov:
        ***MISSING WEAVE***
      BitKeeper/etc/logging_ok:
        ***MISSING WEAVE***
      6362c42a
    • unknown's avatar
      fixed typo · a1def750
      unknown authored
      a1def750
    • unknown's avatar
      fixes for parallel make, re-added the lost README files in mysql-test · e842d46e
      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
      e842d46e
    • unknown's avatar
      fixed typo · 12394666
      unknown authored
      
      BitKeeper/etc/ignore:
        Added BitKeeper/tmp/gone to the ignore list
      12394666
  4. 13 Dec, 2000 9 commits
    • unknown's avatar
      MIT fix · 91fa299e
      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
      91fa299e
    • unknown's avatar
      mysql-test/Makefile.am · 1c0f675a
      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
      1c0f675a
    • unknown's avatar
      global.h Fix for MIT-threads · 67de70a3
      unknown authored
      
      include/global.h:
        Fix for MIT-threads
      67de70a3
    • unknown's avatar
      sql_parse.cc we were using wrong strdup · ff124112
      unknown authored
      
      sql/sql_parse.cc:
        we were using wrong strdup
      ff124112
    • unknown's avatar
      install_test_db.sh fixes for distribution · 855bddab
      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
      855bddab
    • unknown's avatar
      Merge work.mysql.com:/home/bk/mysql · 2d47dfa0
      unknown authored
      into mysql.sashanet.com:/home/sasha/src/bk/mysql
      
      
      BitKeeper/etc/logging_ok:
        Auto converge
      2d47dfa0
    • unknown's avatar
      fixed · a3d15c0f
      unknown authored
      
      mysql-test/mysql-test-run:
        fixed bug that unconditionally restarted both servers before each test
        added support for slave-master-info.opt to specify master info 
        options and override defaults for an individual test
        fixed race conditions in slave start/slave stop
        added a new rpl test case
      sql/sql_repl.cc:
        fixed race conditions in slave start/slave stop
      a3d15c0f
    • unknown's avatar
      Makefile.am Removed README · 767fbc5e
      unknown authored
      
      mysql-test/Makefile.am:
        Removed README
      767fbc5e
    • unknown's avatar
      mysql.spec.sh Don't install BDB · e9797c89
      unknown authored
      Do-patch-file	Update for new web structure
      Makefile.am	Added dependency for manual_toc.html
      Makefile.am	Replaced chmod with RM to avoid error message
      
      
      include/Makefile.am:
        Replaced chmod with RM to avoid error message
      Docs/Makefile.am:
        Added dependency for manual_toc.html
      Build-tools/Do-patch-file:
        Update for new web structure
      support-files/mysql.spec.sh:
        Don't install BDB
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      e9797c89
  5. 12 Dec, 2000 3 commits