1. 03 Feb, 2005 2 commits
  2. 02 Feb, 2005 26 commits
  3. 01 Feb, 2005 12 commits
    • unknown's avatar
      Merge hundin.mysql.fi:/home/heikki/mysql-4.0 · f6cabbd7
      unknown authored
      into hundin.mysql.fi:/home/heikki/mysql-4.1
      
      
      innobase/include/eval0eval.ic:
        Auto merged
      f6cabbd7
    • unknown's avatar
      eval0eval.ic: · d5311abe
      unknown authored
        Remove wrong assertion that fails on 64 bits
      
      
      innobase/include/eval0eval.ic:
        Remove wrong assertion that fails on 64 bits
      d5311abe
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-4.0-5569 · faca00b5
      unknown authored
      into mysql.com:/home/jimw/my/mysql-4.0-clean
      
      
      sql/sql_parse.cc:
        Auto merged
      faca00b5
    • unknown's avatar
      Merge hundin.mysql.fi:/home/heikki/mysql-4.0 · 27d74357
      unknown authored
      into hundin.mysql.fi:/home/heikki/mysql-4.1
      
      
      innobase/include/rem0rec.ic:
        SCCS merged
      sql/sql_select.cc:
        SCCS merged
      27d74357
    • unknown's avatar
      rem0rec.ic: · 3c04bddb
      unknown authored
        Fix a debug assertion in rem0rec.ic on AMD64; 4.1 was already fixed
      
      
      innobase/include/rem0rec.ic:
        Fix a debug assertion in rem0rec.ic on AMD64; 4.1 was already fixed
      3c04bddb
    • unknown's avatar
      Merge heikki@bk-internal.mysql.com:/home/bk/mysql-4.1 · a1b7bbd7
      unknown authored
      into hundin.mysql.fi:/home/heikki/mysql-4.1
      
      
      sql/sql_class.h:
        Auto merged
      a1b7bbd7
    • unknown's avatar
      Make sure mysql_client_test and embedded test clients get added to · eca1f04a
      unknown authored
      binary distribution on all platforms.
      
      
      scripts/make_binary_distribution.sh:
        Add mysql_client_test and embedded versions to basic list of binaries
        and only list libtool-produced '.libs/' versions as non-netware binaries
      eca1f04a
    • unknown's avatar
      merge · 6b7f067e
      unknown authored
      6b7f067e
    • unknown's avatar
      ndb - Put all output from ndb tools during mysql-test-run into log file · 9d548d7f
      unknown authored
      
      mysql-test/mysql-test-run.sh:
        Put all output from ndb_tool into log file
      mysql-test/t/ndb_autodiscover.test:
        Put all output from ndb_tool into log file
      mysql-test/t/ndb_restore.test:
        Put all output from ndb_tool into log file
      9d548d7f
    • unknown's avatar
      ndb - · 3a890c8a
      unknown authored
      1) New testcase
         Check every combination of ins/upd/del of length 5
         Check reading savepoint's
      2) Fix 1 liner in acc wrt committing read
      
      
      ndb/include/ndbapi/NdbConnection.hpp:
        Make testcase friend
      ndb/src/kernel/blocks/dbacc/DbaccMain.cpp:
        Fix so that committing a READ can _not_ result in setting elementIsDisappeared
      ndb/test/include/NDBT_Test.hpp:
        Make copy of testcase name
      ndb/test/ndbapi/testOperations.cpp:
        New testcase
          Check every combination of ins/upd/del of length 5
          Check reading savepoint's
      ndb/test/src/HugoOperations.cpp:
        Close transaction in destructor
      ndb/test/src/NDBT_Test.cpp:
        Make copy of testcase name
      3a890c8a
    • unknown's avatar
      Merge rburnett@bk-internal.mysql.com:/home/bk/mysql-4.1 · 514b2364
      unknown authored
      into bob.(none):/home/reggie/bk/mysql41
      
      
      514b2364
    • unknown's avatar
      Proper fix for comparision with ' ' · c53184eb
      unknown authored
      (Bug #7788 "Table is full" occurs during a multitable update")
      
      
      client/mysqldump.c:
        Style fixes
      innobase/include/univ.i:
        UNIV_DEBUG should not depend on configure --debug but on --debug=full
      mysql-test/r/compare.result:
        Added test to find bug in previous bugfix
      mysql-test/t/compare.test:
        Added test to find bug in previous bugfix
      mysys/my_handler.c:
        Proper fix for comparision with ' '
      strings/ctype-big5.c:
        Proper fix for comparision with ' '
      strings/ctype-bin.c:
        Proper fix for comparision with ' '
      strings/ctype-gbk.c:
        Proper fix for comparision with ' '
      strings/ctype-latin1.c:
        Proper fix for comparision with ' '
      strings/ctype-mb.c:
        Proper fix for comparision with ' '
      strings/ctype-simple.c:
        Proper fix for comparision with ' '
      strings/ctype-sjis.c:
        Proper fix for comparision with ' '
      strings/ctype-tis620.c:
        Proper fix for comparision with ' '
      strings/ctype-ucs2.c:
        Proper fix for comparision with ' '
      strings/ctype-utf8.c:
        Proper fix for comparision with ' '
      c53184eb