1. 15 May, 2007 4 commits
    • unknown's avatar
      Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndb · e8aa5ee2
      unknown authored
      into  whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-single-user
      
      
      storage/ndb/src/kernel/error/ndbd_exit_codes.c:
        Auto merged
      storage/ndb/include/mgmapi/ndbd_exit_codes.h:
        manual merge
      storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
        manual merge
      e8aa5ee2
    • unknown's avatar
      Bug #26386 ndbd wont start after changing schema · 35d17e61
      unknown authored
          backported error code from 5.1
          split error check when reading schema file
      
      
      ndb/include/mgmapi/ndbd_exit_codes.h:
        backported error code from 5.1
      ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
        backported error code from 5.1
        split error check when reading schema file
      ndb/src/kernel/error/ndbd_exit_codes.c:
        backported error code from 5.1
      35d17e61
    • unknown's avatar
      Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndb · 362d3649
      unknown authored
      into  whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-single-user
      
      
      storage/ndb/src/kernel/blocks/qmgr/QmgrMain.cpp:
        Auto merged
      storage/ndb/src/kernel/error/ndbd_exit_codes.c:
        Auto merged
      storage/ndb/include/mgmapi/ndbd_exit_codes.h:
        manual merge
      362d3649
    • unknown's avatar
      #26906 No message slogan found · 7682a153
      unknown authored
      - added errormessage and code for "declaring node dead"
      
      7682a153
  2. 14 May, 2007 11 commits
  3. 11 May, 2007 3 commits
  4. 10 May, 2007 7 commits
  5. 09 May, 2007 10 commits
  6. 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