1. 05 Sep, 2001 1 commit
  2. 04 Sep, 2001 3 commits
  3. 03 Sep, 2001 5 commits
  4. 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
  5. 01 Sep, 2001 2 commits
  6. 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
  7. 30 Aug, 2001 10 commits
  8. 29 Aug, 2001 9 commits
    • unknown's avatar
      Fix for OS2 · 63179d7c
      unknown authored
      
      Docs/manual.texi:
        Cleanup
      63179d7c
    • unknown's avatar
      bd916a7b
    • unknown's avatar
      buf0flu.c Testing if the file is ok in Bitkeeper · cab5a132
      unknown authored
      
      innobase/buf/buf0flu.c:
        Testing if the file is ok in Bitkeeper
      cab5a132
    • unknown's avatar
      trx0roll.c Fix the primary key update + BLOB bug, improve InnoDB Monitor prints · a8e4b9b2
      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
      a8e4b9b2
    • unknown's avatar
      Merge · f387d79b
      unknown authored
      
      Docs/manual.texi:
        SCCS merged
      f387d79b
    • unknown's avatar
      Test that all MERGE tables comes from the same database · d86adb87
      unknown authored
      
      Docs/manual.texi:
        Changelog and more documentation about ALTER TABLE
      include/mysqld_error.h:
        New error message
      mysql-test/t/merge.test:
        Test of error conditions
      sql/gen_lex_hash.cc:
        Smaller array
      sql/ha_myisammrg.cc:
        Cleanup
      sql/share/czech/errmsg.txt:
        New message
      sql/share/danish/errmsg.txt:
        New message
      sql/share/dutch/errmsg.txt:
        New message
      sql/share/english/errmsg.txt:
        New message
      sql/share/estonian/errmsg.txt:
        New message
      sql/share/french/errmsg.txt:
        New message
      sql/share/german/errmsg.txt:
        New message
      sql/share/greek/errmsg.txt:
        New message
      sql/share/hungarian/errmsg.txt:
        New message
      sql/share/italian/errmsg.txt:
        New message
      sql/share/japanese/errmsg.txt:
        New message
      sql/share/korean/errmsg.txt:
        New message
      sql/share/norwegian-ny/errmsg.txt:
        New message
      sql/share/norwegian/errmsg.txt:
        New message
      sql/share/polish/errmsg.txt:
        New message
      sql/share/portuguese/errmsg.txt:
        New message
      sql/share/romanian/errmsg.txt:
        New message
      sql/share/russian/errmsg.txt:
        New message
      sql/share/slovak/errmsg.txt:
        New message
      sql/share/spanish/errmsg.txt:
        New message
      sql/share/swedish/errmsg.txt:
        New message
      d86adb87
    • unknown's avatar
      Merge · cd0c4bb2
      unknown authored
      
      sql/ha_innobase.cc:
        SCCS merged
      cd0c4bb2
    • unknown's avatar
      ha_innobase.cc Fix a bug in connection with SET INSERT_ID:caused repliaction to fail · 9e868444
      unknown authored
      
      sql/ha_innobase.cc:
        Fix a bug in connection with SET INSERT_ID:caused repliaction to fail
      9e868444
    • unknown's avatar
      News-3.23.42 section updated · 71eafd1f
      unknown authored
      71eafd1f