1. 31 Aug, 2001 6 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
      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
  2. 30 Aug, 2001 10 commits
  3. 29 Aug, 2001 11 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
    • unknown's avatar
      Test that all MERGE tables comes from the same database · 1241395f
      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
      1241395f
    • unknown's avatar
      Merge · fc6696de
      unknown authored
      
      sql/ha_innobase.cc:
        SCCS merged
      fc6696de
    • unknown's avatar
      ha_innobase.cc Fix a bug in connection with SET INSERT_ID:caused repliaction to fail · 11435558
      unknown authored
      
      sql/ha_innobase.cc:
        Fix a bug in connection with SET INSERT_ID:caused repliaction to fail
      11435558
    • unknown's avatar
      News-3.23.42 section updated · d46365fb
      unknown authored
      d46365fb
    • unknown's avatar
    • unknown's avatar
      "freeing of unallocated pointer" bug fixed · 9dffefc4
      unknown authored
      9dffefc4
  4. 28 Aug, 2001 2 commits
    • unknown's avatar
      Update the SCO (now Caldera)/SysV tests. This should allow OpenUnix8 · e39aaf80
      unknown authored
      to work automatically.  Thanks to Boyd Lynn Gerber for the patch.
      
      
      e39aaf80
    • unknown's avatar
      Fixed that LOAD DATA INFILE works with transactions. · bfe2213b
      unknown authored
      Fix for lower case filenames
      
      
      BitKeeper/deleted/.del-select.tst~2e626fa07144d2c8:
        Delete: mysql-test/misc/select.tst
      Docs/manual.texi:
        Better examples for sub selects
      bdb/lock/lock_region.c:
        Fixed not critical error
      mysql-test/r/gemini.result:
        Testcase for load data infile
      mysql-test/t/gemini.test:
        Testcase for load data infile
      sql/sql_load.cc:
        Fixed that LOAD DATA INFILE works with transactions
      sql/sql_show.cc:
        Fix for lower case filenames
      sql/sql_string.cc:
        cleanup
      bfe2213b
  5. 26 Aug, 2001 1 commit
    • unknown's avatar
      Fixed bug in auto-increment handling with InnoDB · 30774b35
      unknown authored
      Some small speedups
      
      
      Docs/manual.texi:
        Changelog
      client/mysqldump.c:
        Fixed quoting problem for table names when using --opt
      mysys/mf_casecnv.c:
        Speed up some common string functions
      sql-bench/test-insert.sh:
        Small changes that shouldn't affect results
      sql-bench/test-select.sh:
        Small changes that shouldn't affect results
      sql/field.h:
        Added reset() functions to speed up some common things
      sql/gen_lex_hash.cc:
        Smaller hash table
      sql/ha_innobase.cc:
        Fixed bug in auto-increment handling with InnoDB
      30774b35
  6. 25 Aug, 2001 1 commit
  7. 23 Aug, 2001 3 commits
  8. 22 Aug, 2001 6 commits