1. 17 May, 2007 2 commits
    • unknown's avatar
      Merge perch.ndb.mysql.com:/home/jonas/src/51-telco-gca · 054126a8
      unknown authored
      into  perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb
      
      
      storage/ndb/src/kernel/blocks/dbacc/DbaccMain.cpp:
        Auto merged
      054126a8
    • unknown's avatar
      ndb - bug#28491 · ceb38e37
      unknown authored
        disable "disable expand check" as it does not solve problems anyway
      
      
      storage/ndb/src/kernel/blocks/dbacc/DbaccMain.cpp:
        disable "disable expand check" as it does not solve problems anyway
      ceb38e37
  2. 15 May, 2007 2 commits
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.1-new-ndb · bd2fec0a
      unknown authored
      into  perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb
      
      bd2fec0a
    • unknown's avatar
      ndb - bug#24631 · 3fbafdcc
      unknown authored
        add Dbdict::restartDropObj*
      
      
      storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
        add restartDropObj
        - handle undo files "specially"
      storage/ndb/src/kernel/blocks/dbdict/Dbdict.hpp:
        add restartDropObj*
      storage/ndb/src/kernel/blocks/lgman.cpp:
        allow drop of meta files
      storage/ndb/src/kernel/blocks/tsman.cpp:
        allow drop of meta files
      storage/ndb/test/ndbapi/testDict.cpp:
        add testcase
      storage/ndb/test/run-test/daily-basic-tests.txt:
        add testcase
      3fbafdcc
  3. 14 May, 2007 11 commits
  4. 11 May, 2007 3 commits
  5. 10 May, 2007 7 commits
  6. 09 May, 2007 10 commits
  7. 08 May, 2007 5 commits
    • unknown's avatar
      Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0-opt · 18cfcd76
      unknown authored
      into  moonbone.local:/mnt/gentoo64/work/27670-bug-5.0-opt-mysql
      
      18cfcd76
    • unknown's avatar
      Bug#27670: LOAD DATA does not set CURRENT_TIMESTAMP default value for a · dcede16e
      unknown authored
      TIMESTAMP field when no value has been provided.
      
      The LOAD DATA sets the current time in the TIMESTAMP field with
      CURRENT_TIMESTAMP default value when the field is detected as a null.
      But when the LOAD DATA command loads data from a file that doesn't contain
      enough data for all fields then the rest of fields are simply set to null
      without any check. This leads to no value being inserted to such TIMESTAMP
      field.
      
      Now the read_sep_field() and the read_fixed_length() functions set current
      time to the TIMESTAMP field with CURRENT_TIMESTAMP default value in all cases
      when a NULL value is loaded to the field.
      
      
      mysql-test/t/loaddata.test:
        Added a test case for the bug#27670: LOAD DATA does not set CURRENT_TIMESTAMP
        default value for a TIMESTAMP field when no value has been provided.
      mysql-test/r/loaddata.result:
        Added a test case for the bug#27670: LOAD DATA does not set CURRENT_TIMESTAMP
        default value for a TIMESTAMP field when no value has been provided.
      sql/sql_load.cc:
        Bug#27670: LOAD DATA does not set CURRENT_TIMESTAMP default value for a
        TIMESTAMP field when no value has been provided.
        Now the read_sep_field() and the read_fixed_length() functions set current
        time to the TIMESTAMP field with CURRENT_TIMESTAMP default value in all cases
        when a NULL value is loaded to the field.
      dcede16e
    • unknown's avatar
      item_cmpfunc.cc, type_datetime.result, type_datetime.test, item_cmpfunc.h: · 759ebc25
      unknown authored
        After merge fix.
      
      
      sql/item_cmpfunc.cc:
        After merge fix.
      sql/item_cmpfunc.h:
        After merge fix.
      mysql-test/r/type_datetime.result:
        After merge fix.
      mysql-test/t/type_datetime.test:
        After merge fix.
      759ebc25
    • unknown's avatar
      correcting previous commit · dc07107b
      unknown authored
      dc07107b
    • unknown's avatar
      increase heartbeat interval to avoid load related start up issues in mysql-test-run · d1453acd
      unknown authored
      
      BitKeeper/etc/ignore:
        Added libmysqld/ha_ndbcluster_cond.cc to the ignore list
      d1453acd