1. 25 Apr, 2001 1 commit
  2. 19 Apr, 2001 3 commits
  3. 18 Apr, 2001 5 commits
    • unknown's avatar
      Update for MySQL-Max · 09518126
      unknown authored
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      09518126
    • 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
  4. 17 Apr, 2001 11 commits
  5. 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
  6. 15 Apr, 2001 5 commits
  7. 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
  8. 13 Apr, 2001 7 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