1. 14 Sep, 2001 3 commits
  2. 12 Sep, 2001 2 commits
    • unknown's avatar
      c88dd9b2
    • unknown's avatar
      OS2 patch · 76989cf5
      unknown authored
      
      Docs/manual.texi:
        Updated section of how to change the socket file.
        Changelog for 3.23.43
      include/merge.h:
        Fixed typo
      include/my_pthread.h:
        Fixed bug for WIN32
      include/myisam.h:
        Fixed typo
      include/nisam.h:
        Fixed typo
      sql/handler.h:
        Fixed typo
      sql/sql_table.cc:
        Fixed typo
      sql/unireg.cc:
        F
      76989cf5
  3. 11 Sep, 2001 1 commit
  4. 10 Sep, 2001 3 commits
  5. 09 Sep, 2001 1 commit
  6. 08 Sep, 2001 3 commits
    • unknown's avatar
      Some cleanups to replication section · a2784112
      unknown authored
      a2784112
    • unknown's avatar
      Fix bugs when using LOCK TABLES with BDB tables · 851bea0e
      unknown authored
      Optimized remove of key when using internal cursor in BDB tables.
      
      
      mysql-test/r/bdb.result:
        Test for LOCK bug
      mysql-test/t/bdb.test:
        Test for LOCK bug
      sql/ha_berkeley.cc:
        Fix bugs when using LOCK TABLES
        Optimized remove of key when using internal cursor
      sql/ha_berkeley.h:
        Initilize of changed_rows
      sql/lock.cc:
        Fix for BDB tables
      851bea0e
    • unknown's avatar
      More debug info · 8e9c21de
      unknown authored
      Fix DBUG_ASSERT()
      Optimization for BDB tables
      Fix for BDB under Win98
      
      
      Docs/manual.texi:
        Removed wrong info
      bdb/os_win32/os_rename.c:
        Fix for windows 98
      configure.in:
        Better options for MAC OS X
      include/dbug.h:
        Fix DBUG_ASSERT()
      mysys/thr_lock.c:
        More DBUG messages
      sql/ha_berkeley.cc:
        Use cursor in remove_key
      sql/lock.cc:
        Fix possible problem when pre-unlocking tables in SELECT
      sql/sql_select.cc:
        More DBUG messages
      sql/violite.c:
        Fix DBUG messages
      8e9c21de
  7. 07 Sep, 2001 3 commits
  8. 06 Sep, 2001 2 commits
  9. 05 Sep, 2001 3 commits
    • unknown's avatar
      Portability fixes · 07a887b3
      unknown authored
      
      libmysql/libmysql.c:
        Remove duplicated define
      sql/log_event.cc:
        Portability fix
      07a887b3
    • unknown's avatar
      data0data.c Fix an assertion failure in rem0rec.c line 195 when a > 8000 byte... · fec70ce4
      unknown authored
      data0data.c	Fix an assertion failure in rem0rec.c line 195 when a > 8000 byte row is updated and an internally stored field shortened
      
      
      innobase/data/data0data.c:
        Fix an assertion failure in rem0rec.c line 195 when a > 8000 byte row is updated and an internally stored field shortened
      fec70ce4
    • unknown's avatar
      lock0lock.c Fix slowness of deadlock detection algorithm · 993603fe
      unknown authored
      trx0trx.h	Fix slowness of deadlock detection algorithm
      
      
      innobase/include/trx0trx.h:
        Fix slowness of deadlock detection algorithm
      innobase/lock/lock0lock.c:
        Fix slowness of deadlock detection algorithm
      993603fe
  10. 04 Sep, 2001 3 commits
  11. 03 Sep, 2001 7 commits
  12. 02 Sep, 2001 3 commits
    • unknown's avatar
      Fix to not running mysqld as root by default · 76ec780f
      unknown authored
      
      Docs/manual.texi:
        Small changes for INNER JOIN
      configure.in:
        Use 'mysql' as the default MySQL user
      myisam/mi_create.c:
        Test for right create information
      76ec780f
    • unknown's avatar
      Small changes in benchmark suite · 1e97b27e
      unknown authored
      
      sql-bench/test-insert.sh:
        Change IN() test to use LEFT JOIN to be comparable to IN()
      1e97b27e
    • unknown's avatar
      Added testing of IN(value-list) · 992e7da0
      unknown authored
      Portability fixes
      
      
      Build-tools/Do-compile:
        Fix for Linux ia64
      sql-bench/bench-init.pl.sh:
        Added help function time_fetch_all_rows
      sql-bench/test-insert.sh:
        Added testing of IN(value-list)
      sql/item_func.cc:
        Cleanup
      sql/mysqld.cc:
        Portability fix
      sql/stacktrace.c:
        Portability fix
      992e7da0
  13. 01 Sep, 2001 2 commits
  14. 31 Aug, 2001 4 commits
    • unknown's avatar
      Merge work:/home/bk/mysql · aaedaa0b
      unknown authored
      into mysql.sashanet.com:/home/sasha/src/bk/mysql
      
      
      aaedaa0b
    • unknown's avatar
      replicated get_lock() properly · 09c35c69
      unknown authored
      
      sql/item_func.cc:
        log all lock releases to binary log for safe handling of get_lock()
        in updates
      09c35c69
    • unknown's avatar
      configure.in · d8f7e2a8
      unknown authored
              Add #undef inline to all C++ tests.
              This is needed to work with some C++ compilers....
      
      
      configure.in:
        Add #undef inline to all C++ tests.
        This is needed to work with some C++ compilers....
      d8f7e2a8
    • unknown's avatar
      Fixed problem with INSERT DELAYED · 42959176
      unknown authored
      Make killing threads safer
      
      
      Docs/manual.texi:
        Portability fix
      mysys/thr_lock.c:
        Fixed problem with INSERT DELAYED
      sql/mysqld.cc:
        Make shutdown safer
      sql/sql_class.cc:
        Make kill thread safer
      sql/sql_insert.cc:
        Make kill thread safer
      42959176