1. 07 Sep, 2001 1 commit
  2. 06 Sep, 2001 1 commit
  3. 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
  4. 04 Sep, 2001 3 commits
  5. 03 Sep, 2001 5 commits
  6. 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
  7. 01 Sep, 2001 2 commits
  8. 31 Aug, 2001 7 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
    • unknown's avatar
      ha_innobase.cc Add better error message if innodb_data_file_path is not set · e19a292c
      unknown authored
      ha_innobase.h	Remove HA_NOT_READ_AFTER_KEY from table han
      ha_innobase.h	dler flags: it prevented the use of an index in MAX()
      
      
      sql/ha_innobase.h:
        Remove HA_NOT_READ_AFTER_KEY from table han
        dler flags: it prevented the use of an index in MAX()
      sql/ha_innobase.cc:
        Add better error message if innodb_data_file_path is not set
      e19a292c
    • unknown's avatar
      ix compilition for computer in a previous timezone · 421e64ae
      unknown authored
      
      Build-tools/Do-compile:
        Fix compilition for computer in a previous timezone
      sql/net_serv.cc:
        Added comment
      sql/sql_parse.cc:
        Cleanup
      421e64ae
    • unknown's avatar
      Portability fixes · 308839fe
      unknown authored
      308839fe
  9. 30 Aug, 2001 10 commits
  10. 29 Aug, 2001 5 commits
    • unknown's avatar
      Fix for OS2 · 9a4aac7e
      unknown authored
      
      Docs/manual.texi:
        Cleanup
      9a4aac7e
    • unknown's avatar
      a221315f
    • unknown's avatar
      buf0flu.c Testing if the file is ok in Bitkeeper · 79a356b0
      unknown authored
      
      innobase/buf/buf0flu.c:
        Testing if the file is ok in Bitkeeper
      79a356b0
    • unknown's avatar
      trx0roll.c Fix the primary key update + BLOB bug, improve InnoDB Monitor prints · dd9fa926
      unknown authored
      trx0sys.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      trx0trx.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      row0mysql.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      row0purge.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      row0sel.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      row0uins.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      row0umod.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      row0upd.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      srv0srv.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      srv0start.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      sync0arr.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      fil0fil.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      ibuf0ibuf.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      lock0lock.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      os0file.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      btr0btr.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      btr0cur.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      btr0sea.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      buf0buf.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      data0data.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      srv0srv.h	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      trx0sys.h	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      trx0trx.h	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      btr0cur.h	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      buf0buf.h	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      data0data.h	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      ha_innobase.cc	Fix the auto-inc+REPLACE+replication bug, improve InnoDB Monitor prints
      
      
      sql/ha_innobase.cc:
        Fix the auto-inc+REPLACE+replication bug, improve InnoDB Monitor prints
      innobase/include/btr0cur.h:
        Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      innobase/include/buf0buf.h:
        Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      innobase/include/data0data.h:
        Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      innobase/include/srv0srv.h:
        Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      innobase/include/trx0sys.h:
        Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      innobase/include/trx0trx.h:
        Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      innobase/btr/btr0btr.c:
        Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      innobase/btr/btr0cur.c:
        Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      innobase/btr/btr0sea.c:
        Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      innobase/buf/buf0buf.c:
        Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      innobase/data/data0data.c:
        Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      innobase/fil/fil0fil.c:
        Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      innobase/ibuf/ibuf0ibuf.c:
        Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      innobase/lock/lock0lock.c:
        Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      innobase/os/os0file.c:
        Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      innobase/row/row0mysql.c:
        Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      innobase/row/row0purge.c:
        Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      innobase/row/row0sel.c:
        Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      innobase/row/row0uins.c:
        Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      innobase/row/row0umod.c:
        Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      innobase/row/row0upd.c:
        Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      innobase/srv/srv0srv.c:
        Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      innobase/srv/srv0start.c:
        Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      innobase/sync/sync0arr.c:
        Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      innobase/trx/trx0roll.c:
        Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      innobase/trx/trx0sys.c:
        Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      innobase/trx/trx0trx.c:
        Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      dd9fa926
    • unknown's avatar
      Merge · f78df02a
      unknown authored
      
      Docs/manual.texi:
        SCCS merged
      f78df02a