1. 18 Apr, 2001 4 commits
    • unknown's avatar
      os0thread.c Change pthread_yield to sched_yield · 50281271
      unknown authored
      univ.i  	Change pthread_yield to sched_yield
      configure.in	Change pthread_yield to sched_yield
      
      
      innobase/configure.in:
        Change pthread_yield to sched_yield
      innobase/include/univ.i:
        Change pthread_yield to sched_yield
      innobase/os/os0thread.c:
        Change pthread_yield to sched_yield
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      50281271
    • unknown's avatar
      client/mysqltest.c · dc72a9d5
      unknown authored
          fixed typo
      
      
      client/mysqltest.c:
        fixed typo
      dc72a9d5
    • unknown's avatar
      lient/mysqltest.c · 65054bd2
      unknown authored
          added support for alphanumeric variables - import MASTER_MYPORT and
          SLAVE_MYPORT from the environment
      mysql-test/mysql-test-run.sh
          export MASTER_MYPORT and SLAVE_MYPORT for mysqltest
      mysql-test/t/rpl000015.test
          use MASTER_MYPORT
      mysql-test/t/rpl000016.test
          use MASTER_MYPORT
      
      
      client/mysqltest.c:
        added support for alphanumeric variables - import MASTER_MYPORT and
        SLAVE_MYPORT from the environment
      mysql-test/mysql-test-run.sh:
        export MASTER_MYPORT and SLAVE_MYPORT for mysqltest
      mysql-test/t/rpl000015.test:
        use MASTER_MYPORT
      mysql-test/t/rpl000016.test:
        use MASTER_MYPORT
      65054bd2
    • unknown's avatar
      Fixed bugs in mysqltest · 94bbfc85
      unknown authored
      
      client/mysqltest.c:
        Cleanup and bug fixes
      mysql-test/t/rpl000001.test:
        Fixed typo
      mysql-test/t/rpl000015.test:
        Changed to use table t1
      94bbfc85
  2. 17 Apr, 2001 10 commits
  3. 16 Apr, 2001 5 commits
    • unknown's avatar
      Updated manual · 391b9849
      unknown authored
      
      Docs/manual.texi:
        Did a minor addition to the OS recommendation section.
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      391b9849
    • unknown's avatar
      The environment variable PAGER is now used as the default pager · aab24fff
      unknown authored
      Fixed bug with float columns
      
      
      
      Docs/manual.texi:
        Added new link
      client/mysql.cc:
        The environment variable PAGER is now used as the default pager
      sql/field.cc:
        Fixed bug with float columns.
      aab24fff
    • unknown's avatar
      Docs/manual.texi · 2cd409e3
      unknown authored
          Added a stern warning in a visible (in my opinion) place to make sure
          to compile with -fno-exceptions when using gcc
          Wrote a new paragraphs on OS comparison/choice in the Which OS section
      
      
      
      Docs/manual.texi:
        Added a stern warning in a visible (in my opinion) place to make sure
        to compile with -fno-exceptions when using gcc
        Wrote a new paragraphs on OS comparison/choice in the Which OS section
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      2cd409e3
    • unknown's avatar
      manual.texi Added InnoDB manual in manual.texi · 35739153
      unknown authored
      
      Docs/manual.texi:
        Added InnoDB manual in manual.texi
      35739153
    • unknown's avatar
      Fixed bug with HEAP tables when using LIKE · e5bd740d
      unknown authored
      
      Docs/manual.texi:
        Updated information about BDB tables.
      mysql-test/r/heap.result:
        Added test for HEAP bug
      mysql-test/t/heap.test:
        Added test for HEAP bug
      sql/field.cc:
        Fixed bug with HEAP tables
      sql/gen_lex_hash.cc:
        Smallare array
      e5bd740d
  4. 15 Apr, 2001 5 commits
  5. 14 Apr, 2001 3 commits
    • unknown's avatar
      Try to make MySQL compile under Cygwin. · 7cabdf04
      unknown authored
      Bug fix for Dec OSF on Alpha.
      
      Minor bug fix for server RPM.
      Tweak RPM support for mysqld-max.
      
      
      configure.in:
        Try to identify FIND_PROC for Cygwin.  Thanks to Pete French
        <pfrench@firstcallgroup.co.uk> for the initial patch.
        
        Add -mieee to C(XX)FLAGS on Dec OSF for alpha, to fix bug w/ floating
        point arithmetic.  Thanks to nick@netability.ie for the heads up.
        
        Don't make mysql-test depend on --with-bench; always build it.  Thanks
        to smurf@play.smurf.noris.de for the patch.
      include/global.h:
        Fix #defines if we are using __CYGWIN__.  Thanks to Pete French
        <pfrench@firstcallgroup.co.uk> for the initial patch.
      support-files/mysql.spec.sh:
        Change %preun script so that it doesn't shut down mysqld after an
        upgrade.  Thanks to Andy Dustman for the patch.
        
        Add a %post Max script to restart mysqld after upgrading to mysqld-max.
      7cabdf04
    • unknown's avatar
      Merge · 46decdde
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      mysql-test/mysql-test-run.sh:
        SCCS merged
      46decdde
    • unknown's avatar
      mysql-test-run.sh don't depend on 'tr' · 15742ff3
      unknown authored
      
      mysql-test/mysql-test-run.sh:
        use IFS=: instead of tr : " "
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      15742ff3
  6. 13 Apr, 2001 8 commits
    • unknown's avatar
      Fix RPM to be able to build MySQL-Max · 9f7ef362
      unknown authored
      
      Docs/manual.texi:
        Added information about mysqld-max
      sql/gen_lex_hash.cc:
        Smaller table
      support-files/mysql.spec.sh:
        Fix RPM
      9f7ef362
    • unknown's avatar
      Added clean and distclean to the BDB makefile · 34837473
      unknown authored
      
      bdb/Makefile.in:
        Added clean and distclean to the makefile
      34837473
    • unknown's avatar
      Changed -O6 to -O3 · 6efc95d5
      unknown authored
      Portability fix for Innodb
      
      
      BUILD/compile-pentium-max:
        Change mode to -rwxrwxr-x
      BUILD/SETUP.sh:
        Changed -O6 to -O3
      Docs/manual.texi:
        Changed -O6 to -O3
      configure.in:
        Changed -O6 to -O3
        Added test of pthread_yield (For Innodb)
      innobase/os/os0thread.c:
        Fix portability problem with RedHat 6.1
      scripts/safe_mysqld.sh:
        Fix option --mysqld-version
      sql/gen_lex_hash.cc:
        Smaller array
      support-files/mysql.spec.sh:
        Changed -O6 to -O3
      6efc95d5
    • unknown's avatar
      manually merged · 58217460
      unknown authored
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      58217460
    • unknown's avatar
      log0recv.c Change Innobase text to InnoDB · 00b25496
      unknown authored
      log0log.c	Change Innobase text to InnoDB
      srv0start.c	Change Innobase text to InnoDB
      srv0srv.c	Change Innobase text to InnoDB
      ha_innobase.cc	Change Innobase text to InnoDB
      
      
      sql/ha_innobase.cc:
        Change Innobase text to InnoDB
      innobase/srv/srv0srv.c:
        Change Innobase text to InnoDB
      innobase/srv/srv0start.c:
        Change Innobase text to InnoDB
      innobase/log/log0log.c:
        Change Innobase text to InnoDB
      innobase/log/log0recv.c:
        Change Innobase text to InnoDB
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      00b25496
    • unknown's avatar
      Changes to get mysqld-max to compile · 3b78ab65
      unknown authored
      
      BUILD/SETUP.sh:
        Changed to use -ffixed-ebp with -fomit-frame-pointer
      BUILD/compile-pentium:
        Changed to use reckless flags as defaults as this appears to work
        good, even with stack-traces.
      Build-tools/Do-all-build-steps:
        Innobase -> Innodb
      Docs/manual.texi:
        Added information about -ffixed-ebp
      scripts/safe_mysqld.sh:
        Added option --mysqld-version
        Use mysqld-max binary as default if installed and --mysqld or --mysqld-version
        is not used
      support-files/mysql-max.spec.sh:
        Fixed bugs
      support-files/mysql.spec.sh:
        Added Max package
      tests/fork_big.pl:
        Added --user and --password
      3b78ab65
    • unknown's avatar
      Merge work:/home/bk/mysql into donna.mysql.fi:/home/my/bk/mysql · 0948956b
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      mysql-test/mysql-test-run.sh:
        Auto merged
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      0948956b
    • unknown's avatar
      Changed Innobase to Innodb · 3e6215d9
      unknown authored
      Deleted a lot of old benchmark runs
      
      
      BitKeeper/deleted/.del-ATIS-mysql-Linux_2.2.14_i686_xeon~3e820c28bf4af63a:
        Delete: sql-bench/Results/ATIS-mysql-Linux_2.2.14_i686_xeon
      BitKeeper/deleted/.del-RUN-mysql-Linux_2.2.14_i686_xeon~17854e751e1d9d1d:
        Delete: sql-bench/Results/RUN-mysql-Linux_2.2.14_i686_xeon
      BitKeeper/deleted/.del-alter-table-mysql-Linux_2.2.14_i686_xeon~64cc4b874cd6fabf:
        Delete: sql-bench/Results/alter-table-mysql-Linux_2.2.14_i686_xeon
      BitKeeper/deleted/.del-big-tables-mysql-Linux_2.2.14_i686_xeon~290c2c3de9d8e6b:
        Delete: sql-bench/Results/big-tables-mysql-Linux_2.2.14_i686_xeon
      BitKeeper/deleted/.del-connect-mysql-Linux_2.2.14_i686_xeon~ea19dc3ec55b3618:
        Delete: sql-bench/Results/connect-mysql-Linux_2.2.14_i686_xeon
      BitKeeper/deleted/.del-create-mysql-Linux_2.2.14_i686_xeon~50d15991293030ef:
        Delete: sql-bench/Results/create-mysql-Linux_2.2.14_i686_xeon
      BitKeeper/deleted/.del-insert-mysql-Linux_2.2.14_i686_xeon~c683ee4b9d214298:
        Delete: sql-bench/Results/insert-mysql-Linux_2.2.14_i686_xeon
      BitKeeper/deleted/.del-select-mysql-Linux_2.2.14_i686_xeon~ead3f11b46ac626f:
        Delete: sql-bench/Results/select-mysql-Linux_2.2.14_i686_xeon
      BitKeeper/deleted/.del-wisconsin-mysql-Linux_2.2.14_i686_xeon~7525b23938631801:
        Delete: sql-bench/Results/wisconsin-mysql-Linux_2.2.14_i686_xeon
      BitKeeper/deleted/.del-ATIS-mysql-Linux_2.2.14_my_SMP_i686~d275df58a04737c8:
        Delete: sql-bench/Results/ATIS-mysql-Linux_2.2.14_my_SMP_i686
      BitKeeper/deleted/.del-RUN-mysql-Linux_2.2.14_my_SMP_i686~d4766c7f8e70d7a2:
        Delete: sql-bench/Results/RUN-mysql-Linux_2.2.14_my_SMP_i686
      BitKeeper/deleted/.del-alter-table-mysql-Linux_2.2.14_my_SMP_i686~155a83b53c0e9d6:
        Delete: sql-bench/Results/alter-table-mysql-Linux_2.2.14_my_SMP_i686
      BitKeeper/deleted/.del-big-tables-mysql-Linux_2.2.14_my_SMP_i686~f1127add9307098b:
        Delete: sql-bench/Results/big-tables-mysql-Linux_2.2.14_my_SMP_i686
      BitKeeper/deleted/.del-connect-mysql-Linux_2.2.14_my_SMP_i686~45d2cdf9bea9cc37:
        Delete: sql-bench/Results/connect-mysql-Linux_2.2.14_my_SMP_i686
      BitKeeper/deleted/.del-create-mysql-Linux_2.2.14_my_SMP_i686~d46860c29c5d51ee:
        Delete: sql-bench/Results/create-mysql-Linux_2.2.14_my_SMP_i686
      BitKeeper/deleted/.del-insert-mysql-Linux_2.2.14_my_SMP_i686~e1771e0a164bc310:
        Delete: sql-bench/Results/insert-mysql-Linux_2.2.14_my_SMP_i686
      BitKeeper/deleted/.del-select-mysql-Linux_2.2.14_my_SMP_i686~ee2a063d66a183d:
        Delete: sql-bench/Results/select-mysql-Linux_2.2.14_my_SMP_i686
      BitKeeper/deleted/.del-wisconsin-mysql-Linux_2.2.14_my_SMP_i686~b7552710d35202b6:
        Delete: sql-bench/Results/wisconsin-mysql-Linux_2.2.14_my_SMP_i686
      BitKeeper/deleted/.del-ATIS-mysql-3.21-Linux_2.2.1_i686~660fb76ed6ccfb6f:
        Delete: sql-bench/Results/ATIS-mysql-3.21-Linux_2.2.1_i686
      BitKeeper/deleted/.del-RUN-mysql-3.21-Linux_2.2.1_i686~f6fdd64859e11de9:
        Delete: sql-bench/Results/RUN-mysql-3.21-Linux_2.2.1_i686
      BitKeeper/deleted/.del-alter-table-mysql-3.21-Linux_2.2.1_i686~f6f7ccd7b3c35f97:
        Delete: sql-bench/Results/alter-table-mysql-3.21-Linux_2.2.1_i686
      BitKeeper/deleted/.del-big-tables-mysql-3.21-Linux_2.2.1_i686~baa649caba113497:
        Delete: sql-bench/Results/big-tables-mysql-3.21-Linux_2.2.1_i686
      BitKeeper/deleted/.del-connect-mysql-3.21-Linux_2.2.1_i686~c0c26d4320182d85:
        Delete: sql-bench/Results/connect-mysql-3.21-Linux_2.2.1_i686
      BitKeeper/deleted/.del-create-mysql-3.21-Linux_2.2.1_i686~51581b24f45e0f5c:
        Delete: sql-bench/Results/create-mysql-3.21-Linux_2.2.1_i686
      BitKeeper/deleted/.del-insert-mysql-3.21-Linux_2.2.1_i686~fd082017c7c57a6:
        Delete: sql-bench/Results/insert-mysql-3.21-Linux_2.2.1_i686
      BitKeeper/deleted/.del-select-mysql-3.21-Linux_2.2.1_i686~ed3687e713ff0571:
        Delete: sql-bench/Results/select-mysql-3.21-Linux_2.2.1_i686
      BitKeeper/deleted/.del-wisconsin-mysql-3.21-Linux_2.2.1_i686~8147dc16a1dc6c47:
        Delete: sql-bench/Results/wisconsin-mysql-3.21-Linux_2.2.1_i686
      BitKeeper/deleted/.del-ATIS-mysql_3.21-Linux_2.0.35_i686~c25425e045ca8dfc:
        Delete: sql-bench/Results/ATIS-mysql_3.21-Linux_2.0.35_i686
      BitKeeper/deleted/.del-RUN-mysql_3.21-Linux_2.0.35_i686~ea8672d8473435:
        Delete: sql-bench/Results/RUN-mysql_3.21-Linux_2.0.35_i686
      BitKeeper/deleted/.del-alter-table-mysql_3.21-Linux_2.0.35_i686~762639f2560976bd:
        Delete: sql-bench/Results/alter-table-mysql_3.21-Linux_2.0.35_i686
      BitKeeper/deleted/.del-big-tables-mysql_3.21-Linux_2.0.35_i686~190e827e569c99a4:
        Delete: sql-bench/Results/big-tables-mysql_3.21-Linux_2.0.35_i686
      BitKeeper/deleted/.del-connect-mysql_3.21-Linux_2.0.35_i686~650abd213e6828c6:
        Delete: sql-bench/Results/connect-mysql_3.21-Linux_2.0.35_i686
      BitKeeper/deleted/.del-create-mysql_3.21-Linux_2.0.35_i686~df1b037d17b33587:
        Delete: sql-bench/Results/create-mysql_3.21-Linux_2.0.35_i686
      BitKeeper/deleted/.del-insert-mysql_3.21-Linux_2.0.35_i686~60c0965dff31db07:
        Delete: sql-bench/Results/insert-mysql_3.21-Linux_2.0.35_i686
      BitKeeper/deleted/.del-select-mysql_3.21-Linux_2.0.35_i686~5fadbac5f98696a:
        Delete: sql-bench/Results/select-mysql_3.21-Linux_2.0.35_i686
      BitKeeper/deleted/.del-wisconsin-mysql_3.21-Linux_2.0.35_i686~31703d40ea6b4f66:
        Delete: sql-bench/Results/wisconsin-mysql_3.21-Linux_2.0.35_i686
      BitKeeper/deleted/.del-ATIS-mysql-Linux_2.2.10_i686~3fa4d167cceff7e8:
        Delete: sql-bench/Results/ATIS-mysql-Linux_2.2.10_i686
      BitKeeper/deleted/.del-RUN-mysql-Linux_2.2.10_i686~712f52be5d195406:
        Delete: sql-bench/Results/RUN-mysql-Linux_2.2.10_i686
      BitKeeper/deleted/.del-alter-table-mysql-Linux_2.2.10_i686~93b78a85b720a186:
        Delete: sql-bench/Results/alter-table-mysql-Linux_2.2.10_i686
      BitKeeper/deleted/.del-big-tables-mysql-Linux_2.2.10_i686~99daa1c5370d077d:
        Delete: sql-bench/Results/big-tables-mysql-Linux_2.2.10_i686
      BitKeeper/deleted/.del-connect-mysql-Linux_2.2.10_i686~c92505d77e19d5ec:
        Delete: sql-bench/Results/connect-mysql-Linux_2.2.10_i686
      BitKeeper/deleted/.del-create-mysql-Linux_2.2.10_i686~9e7822f66df6aa76:
        Delete: sql-bench/Results/create-mysql-Linux_2.2.10_i686
      BitKeeper/deleted/.del-insert-mysql-Linux_2.2.10_i686~763edf9aec633f51:
        Delete: sql-bench/Results/insert-mysql-Linux_2.2.10_i686
      BitKeeper/deleted/.del-select-mysql-Linux_2.2.10_i686~a2e264d777b787d:
        Delete: sql-bench/Results/select-mysql-Linux_2.2.10_i686
      BitKeeper/deleted/.del-wisconsin-mysql-Linux_2.2.10_i686~301a82b12a84922b:
        Delete: sql-bench/Results/wisconsin-mysql-Linux_2.2.10_i686
      BitKeeper/deleted/.del-ATIS-mysql-win98~cd0705815d3af451:
        Delete: sql-bench/Results-win32/ATIS-mysql-win98
      BitKeeper/deleted/.del-RUN-mysql-win98~7f09e396772a8665:
        Delete: sql-bench/Results-win32/RUN-mysql-win98
      BitKeeper/deleted/.del-alter-table-mysql-win98~e8743982f790462:
        Delete: sql-bench/Results-win32/alter-table-mysql-win98
      BitKeeper/deleted/.del-big-tables-mysql-win98~99a1882effebbdf2:
        Delete: sql-bench/Results-win32/big-tables-mysql-win98
      BitKeeper/deleted/.del-connect-mysql-win98~2a11d5e3dfc0bc67:
        Delete: sql-bench/Results-win32/connect-mysql-win98
      BitKeeper/deleted/.del-create-mysql-win98~f66c2cb2909c4792:
        Delete: sql-bench/Results-win32/create-mysql-win98
      BitKeeper/deleted/.del-insert-mysql-win98~6d6cafc85a6c837:
        Delete: sql-bench/Results-win32/insert-mysql-win98
      BitKeeper/deleted/.del-select-mysql-win98~f370fac2d66a9faf:
        Delete: sql-bench/Results-win32/select-mysql-win98
      BitKeeper/deleted/.del-wisconsin-mysql-win98~8b3da9c5c5d2365b:
        Delete: sql-bench/Results-win32/wisconsin-mysql-win98
      BUILD/compile-pentium-debug-max:
        Innobase -> Innodb
      BUILD/compile-pentium-max:
        Innobase -> Innodb
      Docs/manual.texi:
        Innobase -> Innodb
      acinclude.m4:
        Innobase -> Innodb
      bdb/Makefile.in:
        Fix that make clean works
      configure.in:
        Innobase -> Innodb
      mysql-test/include/have_innodb.inc:
        Innobase -> Innodb
      mysql-test/install_test_db.sh:
        Innobase -> Innodb
      mysql-test/mysql-test-run.sh:
        Innobase -> Innodb
      mysql-test/r/have_innodb.require:
        Innobase -> Innodb
      mysql-test/r/innodb.result:
        Innobase -> Innodb
      mysql-test/t/innodb.test:
        Innobase -> Innodb
      scripts/mysql_install_db.sh:
        Innobase -> Innodb
      scripts/mysqlhotcopy.sh:
        Remove some warnings
      sql-bench/server-cfg.sh:
        Innobase -> Innodb
      sql/Makefile.am:
        Innobase -> Innodb
      sql/ha_innobase.cc:
        Innobase -> Innodb
      sql/ha_innobase.h:
        Innobase -> Innodb
      sql/handler.cc:
        Innobase -> Innodb
      sql/mysqld.cc:
        Innobase -> Innodb
      sql/sql_delete.cc:
        Innobase -> Innodb
      support-files/my-huge.cnf.sh:
        Innobase -> Innodb
      support-files/my-large.cnf.sh:
        Innobase -> Innodb
      support-files/my-medium.cnf.sh:
        Innobase -> Innodb
      support-files/my-small.cnf.sh:
        Innobase -> Innodb
      support-files/mysql-max.spec.sh:
        Innobase -> Innodb
      support-files/mysql.spec.sh:
        Innobase -> Innodb
      tests/fork_big.pl:
        Added checking of whole database
      3e6215d9
  7. 12 Apr, 2001 3 commits
    • unknown's avatar
      manual.texi Fix Bowser's birth date (1998 -> 1989) · ab0338a3
      unknown authored
      
      Docs/manual.texi:
        Fix Bowser's birth date (1998 -> 1989)
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      ab0338a3
    • unknown's avatar
      BitKeeper/triggers/post-commit · 4d4dbc94
      unknown authored
          do REAL_EMAIL magic
      mysql-test/mysql-test-run.sh
          added show_failed_diffs
      mysql-test/r/bench_count_distinct.result
          tired of waiting :-)
      mysql-test/r/rpl000001.result
          new test results after implementing Monty's Hack (TM)
      mysql-test/t/bench_count_distinct.test
          tired of waiting
      mysql-test/t/rpl000001.test
          implemented Monty's Hack (TM) to kill a query in the middle of update
          without generating a table with 30,000 rows. This will also avoice the
          timing uncertainty
      
      
      BitKeeper/triggers/post-commit:
        do REAL_EMAIL magic
      mysql-test/mysql-test-run.sh:
        added show_failed_diffs
      mysql-test/r/bench_count_distinct.result:
        tired of waiting :-)
      mysql-test/r/rpl000001.result:
        new test results after implementing Monty's Hack (TM)
      mysql-test/t/bench_count_distinct.test:
        tired of waiting
      mysql-test/t/rpl000001.test:
        implemented Monty's Hack (TM) to kill a query in the middle of update
        without generating a table with 30,000 rows. This will also avoice the
        timing uncertainty
      4d4dbc94
    • unknown's avatar
      Added intern which functions to benchmarks · fa30245c
      unknown authored
      
      Docs/manual.texi:
        Update about benchmarks
      mysql-test/mysql-test-run.sh:
        Added intern which functions
      fa30245c
  8. 11 Apr, 2001 2 commits