1. 15 May, 2007 1 commit
    • 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
  2. 14 May, 2007 3 commits
    • unknown's avatar
      Merge perch.ndb.mysql.com:/home/jonas/src/51-telco-gca · e18a031f
      unknown authored
      into  perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb
      
      
      storage/ndb/src/kernel/blocks/dbtup/Dbtup.hpp:
        Auto merged
      storage/ndb/src/kernel/blocks/dbtup/DbtupGen.cpp:
        Auto merged
      storage/ndb/src/kernel/blocks/dbtup/DbtupMeta.cpp:
        Auto merged
      e18a031f
    • unknown's avatar
      ndb - bug#28348 · d0a6dd87
      unknown authored
        remove LCP files when dropping table
      
      
      storage/ndb/include/kernel/signaldata/FsOpenReq.hpp:
        add tup as user (for fsremove)
      storage/ndb/src/kernel/blocks/dbtup/Dbtup.hpp:
        add remove LCP stuff
      storage/ndb/src/kernel/blocks/dbtup/DbtupGen.cpp:
        add remove LCP stuff
      storage/ndb/src/kernel/blocks/dbtup/DbtupMeta.cpp:
        remove each LCP file regardless if present or not
      d0a6dd87
    • unknown's avatar
      Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-5.1-new-ndb · ee6b9418
      unknown authored
      into  dator3.(none):/home/mikael/mysql_clones/rt-5.1
      
      ee6b9418
  3. 11 May, 2007 3 commits
  4. 10 May, 2007 6 commits
  5. 09 May, 2007 10 commits
  6. 08 May, 2007 17 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
    • unknown's avatar
      Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndb · 9f463667
      unknown authored
      into  whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-single-user
      
      
      mysql-test/r/ndb_basic.result:
        Auto merged
      mysql-test/t/ndb_basic.test:
        Auto merged
      sql/ha_ndbcluster.h:
        Auto merged
      sql/set_var.cc:
        Auto merged
      BitKeeper/deleted/.del-ndb_config_1_node.ini:
        Auto merged
      BitKeeper/deleted/.del-ndb_config_4_node.ini:
        Auto merged
      storage/ndb/src/kernel/blocks/dblqh/Dblqh.hpp:
        Auto merged
      storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
        Auto merged
      storage/ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp:
        Auto merged
      mysql-test/ndb/ndb_config_2_node.ini:
        manual merge
      9f463667
    • unknown's avatar
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-new-ndb · be14100d
      unknown authored
      into  whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-single-user
      
      be14100d
    • unknown's avatar
      Merge perch.ndb.mysql.com:/home/jonas/src/51-telco-gca · 54dab401
      unknown authored
      into  perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb
      
      
      storage/ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp:
        Auto merged
      storage/ndb/test/run-test/daily-basic-tests.txt:
        Auto merged
      storage/ndb/test/ndbapi/testBasic.cpp:
        merge
      54dab401
    • unknown's avatar
      ndb - bug#20535 · 8f31e68e
      unknown authored
        set null bits on delete+insert
      
      
      storage/ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp:
        set null bits on delete+insert
      storage/ndb/test/ndbapi/testBasic.cpp:
        set null bits on delete+insert
        20535
      storage/ndb/test/run-test/daily-basic-tests.txt:
        testcase
      8f31e68e
    • unknown's avatar
      Merge moonbone.local:/mnt/gentoo64/work/bk-trees/mysql-5.0-opt · 26938810
      unknown authored
      into  moonbone.local:/mnt/gentoo64/work/test-5.1-opt-mysql
      
      
      mysql-test/r/func_in.result:
        Auto merged
      mysql-test/r/insert_update.result:
        Auto merged
      mysql-test/r/type_datetime.result:
        Auto merged
      mysql-test/t/insert_update.test:
        Auto merged
      mysql-test/t/type_datetime.test:
        Auto merged
      sql/item_func.cc:
        Auto merged
      sql/handler.cc:
        Manual merge
      sql/item_cmpfunc.cc:
        Manual merge
      sql/item_cmpfunc.h:
        Manual merge
      sql/item_func.h:
        Manual merge
      sql/sql_class.h:
        Manual merge
      26938810
    • unknown's avatar
      Merge perch.ndb.mysql.com:/home/jonas/src/50-work · 99a04551
      unknown authored
      into  perch.ndb.mysql.com:/home/jonas/src/mysql-5.0-ndb
      
      
      ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
        Auto merged
      99a04551
    • unknown's avatar
      Merge perch.ndb.mysql.com:/home/jonas/src/51-telco-gca · 17777916
      unknown authored
      into  perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb
      
      
      storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
        Auto merged
      17777916
    • unknown's avatar
      Merge perch.ndb.mysql.com:/home/jonas/src/50-work · 85227a11
      unknown authored
      into  perch.ndb.mysql.com:/home/jonas/src/51-telco-gca
      
      85227a11
    • unknown's avatar
      ndb - bug#27437 · d324b9ce
      unknown authored
        redo extra verification code so that tupkeyref is reset just before tupkeyreq
      
      
      ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
        redo extra verification code so that tupkeyref is reset just before tupkeyreq
      d324b9ce
    • unknown's avatar
      Raise version number after cloning 5.1.18-beta · 4613a2ab
      unknown authored
      4613a2ab
    • unknown's avatar
      Merge mikael@192.168.0.203:/home/mikael/mysql_clones/rt-5.1 · 22750ef1
      unknown authored
      into  mikael-ronstr-ms-dator.local:/Users/mikron/mysql_clones/mysql-5.1-ndb
      
      
      config/ac-macros/ha_ndbcluster.m4:
        Auto merged
      22750ef1