1. 15 Aug, 2007 3 commits
    • unknown's avatar
      Merge lzhou@bk-internal.mysql.com:/home/bk/mysql-5.1-new-ndb-bj · 310f5ce5
      unknown authored
      into  dev3-63.(none):/home/zhl/mysql/mysql-5.1/bug30134
      
      
      storage/ndb/tools/restore/Restore.cpp:
        Auto merged
      310f5ce5
    • unknown's avatar
      Remove the extra files for the bug29674 exist only in 5.0 · 34250204
      unknown authored
      
      BitKeeper/deleted/.del-ndb_restore_different_endian_data.result:
        Delete: mysql-test/r/ndb_restore_different_endian_data.result
      BitKeeper/deleted/.del-BACKUP-1-0.1.Data:
        Delete: mysql-test/std_data/ndb_backup50_data_be/BACKUP-1-0.1.Data
      BitKeeper/deleted/.del-BACKUP-1-0.2.Data:
        Delete: mysql-test/std_data/ndb_backup50_data_be/BACKUP-1-0.2.Data
      BitKeeper/deleted/.del-BACKUP-1.1.ctl:
        Delete: mysql-test/std_data/ndb_backup50_data_be/BACKUP-1.1.ctl
      BitKeeper/deleted/.del-BACKUP-1.1.log:
        Delete: mysql-test/std_data/ndb_backup50_data_be/BACKUP-1.1.log
      BitKeeper/deleted/.del-BACKUP-1.2.ctl:
        Delete: mysql-test/std_data/ndb_backup50_data_be/BACKUP-1.2.ctl
      BitKeeper/deleted/.del-BACKUP-1.2.log:
        Delete: mysql-test/std_data/ndb_backup50_data_be/BACKUP-1.2.log
      BitKeeper/deleted/.del-BACKUP-1-0.1.Data~a57077b1652462e:
        Delete: mysql-test/std_data/ndb_backup50_data_le/BACKUP-1-0.1.Data
      BitKeeper/deleted/.del-BACKUP-1-0.2.Data~7ded385bca6b1f64:
        Delete: mysql-test/std_data/ndb_backup50_data_le/BACKUP-1-0.2.Data
      BitKeeper/deleted/.del-BACKUP-1.1.ctl~f95f9b1922013c1f:
        Delete: mysql-test/std_data/ndb_backup50_data_le/BACKUP-1.1.ctl
      BitKeeper/deleted/.del-BACKUP-1.1.log~a9759ef97cd15f92:
        Delete: mysql-test/std_data/ndb_backup50_data_le/BACKUP-1.1.log
      BitKeeper/deleted/.del-BACKUP-1.2.ctl~3ebf846a47d4cc6c:
        Delete: mysql-test/std_data/ndb_backup50_data_le/BACKUP-1.2.ctl
      BitKeeper/deleted/.del-BACKUP-1.2.log~6c37168b3738d195:
        Delete: mysql-test/std_data/ndb_backup50_data_le/BACKUP-1.2.log
      BitKeeper/deleted/.del-ndb_restore_different_endian_data.test:
        Delete: mysql-test/t/ndb_restore_different_endian_data.test
      34250204
    • unknown's avatar
      Merge dev3-63.(none):/home/zhl/mysql/mysql-5.0/bug29674 · 953a58d1
      unknown authored
      into  dev3-63.(none):/home/zhl/mysql/mysql-5.1/bug29674
      
      
      storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        Revert the change in parseTableInfo for modified only in 5.0
      storage/ndb/src/ndbapi/NdbDictionaryImpl.hpp:
        Revert declare of pareTableInfo for 5.1
      storage/ndb/tools/restore/Restore.cpp:
        Revert change in 5.1
      953a58d1
  2. 08 Aug, 2007 5 commits
  3. 07 Aug, 2007 1 commit
    • unknown's avatar
      BUG#29674 Restore/backup are endian compatible in 5.0 · 0e8ad8f3
      unknown authored
      
      ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        Twiddle the "replicaCount" and "fragCount" variable when restore data from different endian.
      ndb/src/ndbapi/NdbDictionaryImpl.hpp:
        Add byte order variable
      ndb/tools/restore/Restore.cpp:
        Twiddle blob, datatime,timestamp when do restore in different endian.
      mysql-test/r/ndb_restore_different_endian_data.result:
        Test case result for restore data from different endian
      mysql-test/std_data/ndb_backup50_data_be/BACKUP-1-0.1.Data:
        Test case data
      mysql-test/std_data/ndb_backup50_data_be/BACKUP-1-0.2.Data:
        Test case data
      mysql-test/std_data/ndb_backup50_data_be/BACKUP-1.1.ctl:
        Test case data
      mysql-test/std_data/ndb_backup50_data_be/BACKUP-1.1.log:
        Test case data
      mysql-test/std_data/ndb_backup50_data_be/BACKUP-1.2.ctl:
        Test case data
      mysql-test/std_data/ndb_backup50_data_be/BACKUP-1.2.log:
        Test case data
      mysql-test/std_data/ndb_backup50_data_le/BACKUP-1-0.1.Data:
        Test case data
      mysql-test/std_data/ndb_backup50_data_le/BACKUP-1-0.2.Data:
        Test case data
      mysql-test/std_data/ndb_backup50_data_le/BACKUP-1.1.ctl:
        Test case data
      mysql-test/std_data/ndb_backup50_data_le/BACKUP-1.1.log:
        Test case data
      mysql-test/std_data/ndb_backup50_data_le/BACKUP-1.2.ctl:
        Test case data
      mysql-test/std_data/ndb_backup50_data_le/BACKUP-1.2.log:
        Test case data
      mysql-test/t/ndb_restore_different_endian_data.test:
        Test case for restore data from different endian
      0e8ad8f3
  4. 31 Jul, 2007 1 commit
  5. 30 Jul, 2007 1 commit
  6. 25 Jul, 2007 2 commits
  7. 20 Jul, 2007 1 commit
    • unknown's avatar
      BUG#22240 Upgrading from cluster 5.0 to 5.1 does not resize VARCHARS as expected. · f559ea5a
      unknown authored
               add varchar type restoring test from 5.0 backup into 5.1
      
      
      mysql-test/r/ndb_restore_compat.result:
        add test result for varchar type from 5.0 version backup into 5.1
      mysql-test/t/ndb_restore_compat.test:
        add test for varchar type restoring from 5.0 backup into 5.1
      mysql-test/std_data/ndb_backup50/BACKUP-2-0.1.Data:
        backup data
      mysql-test/std_data/ndb_backup50/BACKUP-2-0.2.Data:
        backup data
      mysql-test/std_data/ndb_backup50/BACKUP-2.1.ctl:
        meta data of 5.0 backup
      mysql-test/std_data/ndb_backup50/BACKUP-2.1.log:
        log data of 5.0 backup
      mysql-test/std_data/ndb_backup50/BACKUP-2.2.ctl:
        meta data of 5.0 backup
      mysql-test/std_data/ndb_backup50/BACKUP-2.2.log:
        log data of 5.0 backup
      f559ea5a
  8. 06 Jul, 2007 1 commit
  9. 04 Jul, 2007 1 commit
  10. 15 Jun, 2007 1 commit
  11. 14 Jun, 2007 21 commits
    • unknown's avatar
      Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.1-ndb · a4699493
      unknown authored
      into  mysql.com:/windows/Linux_space/MySQL/mysql-5.1-new-ndb
      
      a4699493
    • unknown's avatar
      Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.1-ndb · 17d7ad93
      unknown authored
      into  mysql.com:/windows/Linux_space/MySQL/mysql-5.1-new-ndb
      
      17d7ad93
    • unknown's avatar
      Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-telco-gca · 85cfe25e
      unknown authored
      into  whalegate.ndb.mysql.com:/home/tomas/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/DbtupScan.cpp:
        Auto merged
      storage/ndb/src/kernel/blocks/pgman.cpp:
        Auto merged
      storage/ndb/src/ndbapi/TransporterFacade.cpp:
        manual merge
      85cfe25e
    • unknown's avatar
      Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndb · 25ea9004
      unknown authored
      into  whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb
      
      
      storage/ndb/src/common/transporter/Packer.cpp:
        Auto merged
      storage/ndb/src/common/transporter/TCP_Transporter.hpp:
        Auto merged
      storage/ndb/src/common/transporter/TransporterRegistry.cpp:
        Auto merged
      storage/ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp:
        Auto merged
      storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
        Auto merged
      storage/ndb/src/mgmclient/CommandInterpreter.cpp:
        Auto merged
      storage/ndb/test/ndbapi/testNdbApi.cpp:
        Auto merged
      storage/ndb/test/run-test/daily-basic-tests.txt:
        SCCS merged
      25ea9004
    • unknown's avatar
      Bug #27640 backup id not displayed in the output of "ndb_mgm start backup wait completed" · 81872d57
      unknown authored
      - correction, missing node id
      
      81872d57
    • unknown's avatar
      Merge mysql.com:/windows/Linux_space/MySQL/mysql-5.0-ndb · cdb1f57a
      unknown authored
      into  mysql.com:/windows/Linux_space/MySQL/mysql-5.1-new-ndb
      
      
      sql/handler.cc:
        Auto merged
      sql/ha_ndbcluster.cc:
        Merge
      storage/ndb/src/ndbapi/Ndb.cpp:
        Merge
      cdb1f57a
    • unknown's avatar
      bug#29099 - slow backup for disk data · acd10b9f
      unknown authored
      - implement read ahead during disk data scan
      
      
      storage/ndb/src/kernel/blocks/dbtup/Dbtup.hpp:
        maximum read ahead
      storage/ndb/src/kernel/blocks/dbtup/DbtupGen.cpp:
        maximum read ahead should not be larger than page buffer size
        maximum aslo set to 32 pages
      storage/ndb/src/kernel/blocks/dbtup/DbtupScan.cpp:
        read ahead for disk data scan
      storage/ndb/src/kernel/blocks/pgman.cpp:
        set higher max_io_waits for read ahead
        round off upwards in page_buffer size
      storage/ndb/src/kernel/vm/SimulatedBlock.cpp:
        add null callback to be used for read ahead (no callback needed)
      storage/ndb/src/kernel/vm/SimulatedBlock.hpp:
        add null callback to be used for read ahead (no callback needed)
      storage/ndb/src/ndbapi/TransporterFacade.cpp:
        remove the debug trace, not needed any more
      storage/ndb/test/tools/hugoFill.cpp:
        allow setting database in hugoFill
      acd10b9f
    • unknown's avatar
      Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.1-ndb · 75687b16
      unknown authored
      into  mysql.com:/windows/Linux_space/MySQL/mysql-5.1-new-ndb
      
      
      sql/ha_ndbcluster.cc:
        Auto merged
      storage/ndb/include/ndbapi/Ndb.hpp:
        Auto merged
      75687b16
    • unknown's avatar
      Bug#26342 auto_increment_increment AND auto_increment_offset REALLY REALLY... · c91137ee
      unknown authored
      Bug#26342 auto_increment_increment AND auto_increment_offset REALLY REALLY anger NDB cluster, implemented support for auto_increment_offset and auto_increment_increment for Ndb, post review fix
      
      
      c91137ee
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-new-ndb · 30809f65
      unknown authored
      into  whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb
      
      30809f65
    • unknown's avatar
      correct warning · 7178ab4a
      unknown authored
      7178ab4a
    • unknown's avatar
      Merge jhe@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb · 18366e3c
      unknown authored
      into  dev3-240.dev.cn.tlan:/home/justin.he/mysql/mysql-5.0/bug27640-5.0-ndb
      
      
      ndb/src/mgmclient/CommandInterpreter.cpp:
        Auto merged
      18366e3c
    • unknown's avatar
      Merge jhe@bk-internal.mysql.com:/home/bk/mysql-5.1-new-ndb · 0e0a691c
      unknown authored
      into  dev3-240.dev.cn.tlan:/home/justin.he/mysql/mysql-5.1/bug27640-5.1-new-ndb
      
      0e0a691c
    • unknown's avatar
      Bug#27640, backup id not dispalyed in the output of "ndb_mgm start backup wait completed" · d2b659d9
      unknown authored
      correct related sourcecode after merge from 5.0
      
      
      storage/ndb/src/mgmclient/CommandInterpreter.cpp:
        correct something to ensure only related sourcecode are merged
      d2b659d9
    • unknown's avatar
      Merge dev3-240.dev.cn.tlan:/home/justin.he/mysql/mysql-5.0/bug27640-5.0-ndb · 4a24e85b
      unknown authored
      into  dev3-240.dev.cn.tlan:/home/justin.he/mysql/mysql-5.1/bug27640-5.1-new-ndb
      
      
      storage/ndb/include/debugger/EventLogger.hpp:
        Auto merged
      storage/ndb/src/mgmclient/Makefile.am:
        Auto merged
      4a24e85b
    • unknown's avatar
      Bug#27640, backup id not displayed in the output of "ndb_mgm start backup wait completed" · c93e1b72
      unknown authored
      
      ndb/include/debugger/EventLogger.hpp:
        add definition for new printLogEvent() function in CommandInterpreter.cpp
      ndb/src/mgmclient/CommandInterpreter.cpp:
        add a printLogEvent() function to print log event;
        filter "<PING>" by ndb_logevent_get_next() in event_thread_run();
        filter "<PING>" by ndb_logevent_get_next() in executeStartBackup();
        and make executeStartBackup() same in both 5.0 and 5.1
      ndb/src/mgmclient/Makefile.am:
        add link to use ndb_logevent_get_next()
      mysql-test/r/ndb_backup_print.result:
        testcase result for ndb_backup_print
        produced by mysql_test_run.pl
      mysql-test/t/ndb_backup_print.test:
        add testcase for ndb_mgm -e "start backup", check outupt format
      c93e1b72
    • unknown's avatar
      Makefile.am: · 5af60056
      unknown authored
        new public file needs to get into distribution
      
      
      storage/ndb/include/Makefile.am:
        new public file needs to get into distribution
      5af60056
    • unknown's avatar
      Bug #29103 ndb_restore segfaults on NULL var[char|binary] · 0656cd2e
      unknown authored
      
      
      mysql-test/r/ndb_restore.result:
        Bug #29103 ndb_restore segfaults on NULL var[char|binary]
        - add extra row with NULL value to test
      mysql-test/t/ndb_restore.test:
        Bug #29103 ndb_restore segfaults on NULL var[char|binary]
        - add extra row with NULL value to test
      storage/ndb/tools/restore/consumer_restore.cpp:
        Bug #29103 ndb_restore segfaults on NULL var[char|binary]
        - check that the attribute is not null
      0656cd2e
    • unknown's avatar
      get mgmapi error codes into perror · 3f04dbba
      unknown authored
      
      storage/ndb/include/mgmapi/mgmapi_error.h:
        New BitKeeper file ``storage/ndb/include/mgmapi/mgmapi_error.h''
      3f04dbba
    • unknown's avatar
      move all error codes to ndberror.c · f2e2c1ec
      unknown authored
      - step 1 mgmtsrvr error codes
      
      
      storage/ndb/src/mgmsrv/ndb_mgmd_error.h:
        New BitKeeper file ``storage/ndb/src/mgmsrv/ndb_mgmd_error.h''
      f2e2c1ec
    • unknown's avatar
      fix build of mgm client with history - caught by pb. · 2d06bf3b
      unknown authored
      
      storage/ndb/src/mgmclient/main.cpp:
        fix build issues only caught by pb (mgm client history related)
      2d06bf3b
  12. 13 Jun, 2007 2 commits