1. 18 Oct, 2004 9 commits
  2. 17 Oct, 2004 1 commit
  3. 16 Oct, 2004 1 commit
  4. 15 Oct, 2004 11 commits
  5. 14 Oct, 2004 18 commits
    • unknown's avatar
      Fix for Bug#6024 "Test "client_test" fails in 4.1.6-gamma build (1)": · 77d7398e
      unknown authored
      let's not assume that char is signed (its signedness is not defined).
      The server was also affected by the wrong typedef.
      
      
      include/my_global.h:
        Fix for Bug#6024 "Test "client_test" fails in 4.1.6-gamma build (1)":
        let's not assume that char is signed (its signedness is not defined).
      libmysql/libmysql.c:
        Fix for Bug#6024 "Test "client_test" fails in 4.1.6-gamma build (1)":
        let's not assume that char is signed (its signedness is not defined).
      77d7398e
    • unknown's avatar
      libmysql/libmysql.c: · e8bc4e16
      unknown authored
       Fix for Bug#6025 "Test "client_test" fails in 4.1.6-gamma build (2)".
       No need for a test case, the bug is covered already.
      
      
      libmysql/libmysql.c:
        Fix for Bug#6025 "Test "client_test" fails in 4.1.6-gamma build (2)":
        the bug was in assignments like:
          *row+= read_binary_time(tm, row);
        which makes two assingments without a sequence point (read_binary_*
        changes *row too) => undefined behaviour.
        The fix changes read_binary_{time,date,datetime} signature to get
        rid of any probability to fall into the same trouble in future.
      e8bc4e16
    • unknown's avatar
      compile-hpux11-parisc2-aCC: · feb23bf9
      unknown authored
        Fix a typo. Cleanup.
      
      
      BUILD/compile-hpux11-parisc2-aCC:
        Fix a typo. Cleanup.
      feb23bf9
    • unknown's avatar
      Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-4.1 · ce49544c
      unknown authored
      into mysql.com:/space/my/mysql-4.1
      
      
      ce49544c
    • unknown's avatar
      Merge mysql.com:/space/my/mysql-4.1 · 43328d6c
      unknown authored
      into mysql.com:/space/my/mysql-4.1-build
      
      
      43328d6c
    • unknown's avatar
      - Cleanup: removed unreferenced local variable "local_file" in mysqlimport.c · f35377c6
      unknown authored
      
      client/mysqlimport.c:
         - Cleanup: removed unreferenced local variable "local_file"
      f35377c6
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 · 12e8c1fe
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/bk/work-4.1
      
      
      12e8c1fe
    • unknown's avatar
      NDB dbtux - remove obsolete code · 0fbbaf9e
      unknown authored
      
      ndb/src/kernel/blocks/dbtux/Dbtux.hpp:
        remove obsolete node-access-size stuff
      ndb/src/kernel/blocks/dbtux/DbtuxDebug.cpp:
        remove obsolete node-access-size stuff
      ndb/src/kernel/blocks/dbtux/DbtuxNode.cpp:
        remove obsolete node-access-size stuff
      ndb/src/kernel/blocks/dbtux/DbtuxScan.cpp:
        remove obsolete node-access-size stuff
      ndb/src/kernel/blocks/dbtux/DbtuxSearch.cpp:
        remove obsolete node-access-size stuff
      ndb/src/kernel/blocks/dbtux/DbtuxTree.cpp:
        remove obsolete node-access-size stuff
      0fbbaf9e
    • unknown's avatar
      Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-4.1 · 73e2cbbf
      unknown authored
      into mysql.com:/space/my/mysql-4.1
      
      
      73e2cbbf
    • unknown's avatar
      - added missing file strings/my_strtoll10.c to the libmysql.dsp and · 9689d956
      unknown authored
         mysqlclient.dsp project files
      
      
      VC++Files/client/mysqlclient.dsp:
         - added missing file strings/my_strtoll10.c to the mysqlclient.dsp project
           file
      VC++Files/libmysql/libmysql.dsp:
         - added missing file strings/my_strtoll10.c to the libmysql.dsp project
           file
      9689d956
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 · 559536c5
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/bk/work-4.1
      
      
      559536c5
    • unknown's avatar
      This patch removes unnecessary lock from the supremum record, takes · dbe27392
      unknown authored
      X-locks on duplicates also on LOAD DATA...REPLACE clause and
      fixes a bug #6086 adding --disable_warnings and --enable_warnings around
      the create table clauses in ctype_utf8 tests for InnoDB.
      
      
      innobase/dict/dict0dict.c:
        Remove static.
      innobase/include/dict0dict.h:
        Add prototype for a function dict_scan_to
      innobase/row/row0ins.c:
        Add support for a LOAD DATA INFILE 'xxx' REPLACE INTO TABLE x. We should
        take X-locks on both REPLACE and LOAD DATA...REPLACE queries to duplicate
        records.
      innobase/row/row0sel.c:
        If innodb_locks_unsafe_for_binlog options is used we do not lock
        gaps. Supremum record is really a dummy record i.e. gap, therefore 
        we do set locks there.
      mysql-test/t/ctype_utf8.test:
        Fix bug #6086: Add --disable_warnings and --enable_warnings around the 
        create table where engine=innodb.
      dbe27392
    • unknown's avatar
      ctype_utf8.test, ctype_utf8.result: · 3329f316
      unknown authored
        Wrong handler.
      
      
      mysql-test/r/ctype_utf8.result:
        Wrong handler.
      mysql-test/t/ctype_utf8.test:
        Wrong handler.
      3329f316
    • unknown's avatar
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb · 6ba2ca2b
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1-ndb
      
      
      6ba2ca2b
    • unknown's avatar
      NDB dbtux minor change · bba3ab07
      unknown authored
      
      ndb/src/kernel/blocks/dbtux/Dbtux.hpp:
        remove TreePos::m_ent
      ndb/src/kernel/blocks/dbtux/DbtuxDebug.cpp:
        remove TreePos::m_ent
      ndb/src/kernel/blocks/dbtux/DbtuxScan.cpp:
        remove TreePos::m_ent
      mysql-test/ndb/ndb_range_bounds.pl:
        more options
      bba3ab07
    • unknown's avatar
      There were no tests for bug#1644 and bug#1676, added them now. · 364ebd65
      unknown authored
      
      mysql-test/r/ps_11bugs.result:
        Expected results of the added tests for bug#1644 and bug#1676.
      mysql-test/t/ps_11bugs.test:
        Added tests for bug#1644 and bug#1676,
        also minor comments.
      364ebd65
    • unknown's avatar
      ctype_utf8.test: · a5484c0c
      unknown authored
        Bug#6086 "ctype_utf8" test fails when MySQL does not include InnoDB support
      
      
      mysql-test/t/ctype_utf8.test:
        Bug#6086 "ctype_utf8" test fails when MySQL does not include InnoDB support
      a5484c0c