1. 07 Sep, 2001 3 commits
  2. 06 Sep, 2001 2 commits
  3. 05 Sep, 2001 3 commits
    • unknown's avatar
      Portability fixes · 1a958359
      unknown authored
      
      libmysql/libmysql.c:
        Remove duplicated define
      sql/log_event.cc:
        Portability fix
      1a958359
    • unknown's avatar
      data0data.c Fix an assertion failure in rem0rec.c line 195 when a > 8000 byte... · 37f43849
      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
      37f43849
    • unknown's avatar
      lock0lock.c Fix slowness of deadlock detection algorithm · 6a6ccbaa
      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
      6a6ccbaa
  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 · 2528660d
      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
      2528660d
    • unknown's avatar
      Small changes in benchmark suite · f3e3aa48
      unknown authored
      
      sql-bench/test-insert.sh:
        Change IN() test to use LEFT JOIN to be comparable to IN()
      f3e3aa48
    • unknown's avatar
      Added testing of IN(value-list) · eb470f38
      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
      eb470f38
  7. 01 Sep, 2001 2 commits
  8. 31 Aug, 2001 7 commits
    • unknown's avatar
      Merge work:/home/bk/mysql · c26db934
      unknown authored
      into mysql.sashanet.com:/home/sasha/src/bk/mysql
      
      c26db934
    • unknown's avatar
      replicated get_lock() properly · ab862785
      unknown authored
      
      sql/item_func.cc:
        log all lock releases to binary log for safe handling of get_lock()
        in updates
      ab862785
    • unknown's avatar
      configure.in · 821f51ab
      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....
      821f51ab
    • unknown's avatar
      Fixed problem with INSERT DELAYED · 4d7a2641
      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
      4d7a2641
    • unknown's avatar
      ha_innobase.cc Add better error message if innodb_data_file_path is not set · 8b3129f0
      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
      8b3129f0
    • unknown's avatar
      ix compilition for computer in a previous timezone · 473eba04
      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
      473eba04
    • unknown's avatar
      Portability fixes · 480276fd
      unknown authored
      480276fd
  9. 30 Aug, 2001 10 commits
  10. 29 Aug, 2001 2 commits