1. 19 Apr, 2001 7 commits
    • unknown's avatar
      Fix for BDB and LOCK TABLES · 123e31ce
      unknown authored
      
      BitKeeper/deleted/.del-ib_config.h.in~9e57db8504e55b7:
        Delete: innobase/ib_config.h.in
      BitKeeper/deleted/.del-ib_config.h~7539e26ffc614439:
        Delete: innobase/ib_config.h
      Docs/manual.texi:
        Changelog
      myisam/mi_locking.c:
        Cleanup
      mysql-test/r/bdb.result:
        Test for LOCK TABLES
      mysql-test/r/innodb.result:
        Test for LOCK TABLES
      mysql-test/t/bdb.test:
        Test for LOCK TABLES
      mysql-test/t/innodb.test:
        Test for LOCK TABLES
      sql-bench/test-insert.sh:
        Allow loop to be small
      sql/ha_berkeley.cc:
        Fixed bug when using LOCK TABLES with BDB
      sql/ha_berkeley.h:
        Fixed bug when using LOCK TABLES with BDB
      sql/handler.h:
        Fixed bug when using LOCK TABLES with BDB
      sql/sql_base.cc:
        Fixed bug when using LOCK TABLES with BDB
      sql/sql_parse.cc:
        UNLOCK TABLES ends transaction
      sql/sql_select.cc:
        Fix to not call index_end() twice
      123e31ce
    • unknown's avatar
      Moved things to configure.in · aabac446
      unknown authored
      
      innobase/configure.in:
        Removed debug options
      aabac446
    • unknown's avatar
      Merge work:/home/bk/mysql into donna.mysql.fi:/home/my/bk/mysql · 04504cb0
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      04504cb0
    • unknown's avatar
      Portability fixes · dcedfad3
      unknown authored
      
      Docs/manual.texi:
        Updated mysqld-max section
      configure.in:
        Version change
      innobase/configure.in:
        Don't compile with -g when not using debugging (No optimization on Linux-Alpha)
      innobase/ib_config.h.in:
        config file
      innobase/ib_config.h:
        config file
      innobase/include/que0que.h:
        Can't inline this on SCO
      innobase/include/que0que.ic:
        Can't inline this on SCO
      innobase/include/sync0sync.h:
        Fix for Mac OS X
      innobase/que/que0que.c:
        Added functions that can't be inlined on SCO
      dcedfad3
    • unknown's avatar
      Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql · a59a196e
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      a59a196e
    • unknown's avatar
      Merge work:/home/bk/mysql · 6def43eb
      unknown authored
      into mysql.sashanet.com:/home/sasha/src/bk/mysql
      
      6def43eb
    • unknown's avatar
      distribution did not include *.sh files in mysql-test/t · 171620cd
      unknown authored
      
      mysql-test/Makefile.am:
        fixed bug in distribution build
      scripts/make_binary_distribution.sh:
        fixed bug in the distribution build
      171620cd
  2. 18 Apr, 2001 7 commits
    • unknown's avatar
      merge · eecdc32b
      unknown authored
      eecdc32b
    • unknown's avatar
      Added test for PTHREAD_YIELD · c38762c2
      unknown authored
      Removed test of default master parameter
      Don't lock locked tables in REPAIR
      Changed optimzation for SELECT * from table,table ORDER BY keypart LIMIT
      
      
      BitKeeper/deleted/.del-have_default_master.inc~a54c86e65a6c4af:
        Delete: mysql-test/include/have_default_master.inc
      BitKeeper/deleted/.del-have_default_master.require~1465255ffdaf82f:
        Delete: mysql-test/r/have_default_master.require
      Docs/manual.texi:
        Changelog for 3.23.38
      acconfig.h:
        Added test for PTHREAD_YIELD
      acinclude.m4:
        Added test for PTHREAD_YIELD
      configure.in:
        Added test for PTHREAD_YIELD
      innobase/os/os0thread.c:
        Added test for PTHREAD_YIELD
      mysql-test/r/lock.result:
        Added test of lock bug
      mysql-test/t/lock.test:
        Added test of lock bug
      mysql-test/t/rpl000014.test:
        Removed test of default master parameter
      mysql-test/t/rpl000015.test:
        Removed test of default master parameter
      mysql-test/t/rpl000016.test:
        Removed test of default master parameter
      sql/ha_myisam.cc:
        Don't lock locked tables in REPAIR
      sql/sql_select.cc:
        Changed optimzation for SELECT * from table,table ORDER BY keypart LIMIT
      c38762c2
    • unknown's avatar
      Update for MySQL-Max · 46fa2d1b
      unknown authored
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      46fa2d1b
    • unknown's avatar
      os0thread.c Change pthread_yield to sched_yield · af117be6
      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
      af117be6
    • unknown's avatar
      client/mysqltest.c · 7ef3bd37
      unknown authored
          fixed typo
      
      
      client/mysqltest.c:
        fixed typo
      7ef3bd37
    • unknown's avatar
      lient/mysqltest.c · f1853703
      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
      f1853703
    • unknown's avatar
      Fixed bugs in mysqltest · 1ba00453
      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
      1ba00453
  3. 17 Apr, 2001 11 commits
  4. 16 Apr, 2001 5 commits
    • unknown's avatar
      Updated manual · 24771fdd
      unknown authored
      
      Docs/manual.texi:
        Did a minor addition to the OS recommendation section.
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      24771fdd
    • unknown's avatar
      The environment variable PAGER is now used as the default pager · 7f2bada9
      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.
      7f2bada9
    • unknown's avatar
      Docs/manual.texi · 28e18498
      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
      28e18498
    • unknown's avatar
      manual.texi Added InnoDB manual in manual.texi · 557e97ec
      unknown authored
      
      Docs/manual.texi:
        Added InnoDB manual in manual.texi
      557e97ec
    • unknown's avatar
      Fixed bug with HEAP tables when using LIKE · 00bdb82a
      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
      00bdb82a
  5. 15 Apr, 2001 5 commits
  6. 14 Apr, 2001 3 commits
    • unknown's avatar
      Try to make MySQL compile under Cygwin. · 9014e326
      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.
      9014e326
    • unknown's avatar
      Merge · 07beb289
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      mysql-test/mysql-test-run.sh:
        SCCS merged
      07beb289
    • unknown's avatar
      mysql-test-run.sh don't depend on 'tr' · ec5bda5d
      unknown authored
      
      mysql-test/mysql-test-run.sh:
        use IFS=: instead of tr : " "
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      ec5bda5d
  7. 13 Apr, 2001 2 commits