1. 17 Aug, 2007 1 commit
    • unknown's avatar
      BUG#22240 Add a test case into ndb_restore_compat · 01c4acf8
      unknown authored
      
      mysql-test/r/ndb_restore_compat.result:
        add "order by" to select clause
      mysql-test/std_data/ndb_backup50/BACKUP-2-0.1.Data:
        new data file
      mysql-test/std_data/ndb_backup50/BACKUP-2-0.2.Data:
        new data file
      mysql-test/std_data/ndb_backup50/BACKUP-2.1.ctl:
        new ctl file
      mysql-test/std_data/ndb_backup50/BACKUP-2.1.log:
        new log file
      mysql-test/std_data/ndb_backup50/BACKUP-2.2.ctl:
        new ctl file
      mysql-test/std_data/ndb_backup50/BACKUP-2.2.log:
        new log file
      mysql-test/t/ndb_restore_compat.test:
        add "order by" to select clause
      01c4acf8
  2. 08 Aug, 2007 5 commits
  3. 30 Jul, 2007 1 commit
  4. 25 Jul, 2007 2 commits
  5. 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
  6. 06 Jul, 2007 1 commit
  7. 04 Jul, 2007 1 commit
  8. 15 Jun, 2007 1 commit
  9. 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
  10. 13 Jun, 2007 6 commits
    • unknown's avatar
      [PATCH] add knielsen as MAINTAINER of NDBAPI NdbRecord examples · f6c8e73c
      unknown authored
      Index: ndb-merge/storage/ndb/MAINTAINERS
      ===================================================================
      
      
      storage/ndb/MAINTAINERS:
        add knielsen as MAINTAINER of NDBAPI NdbRecord examples
      f6c8e73c
    • unknown's avatar
      [PATCH] Add MAINTAINERS file for NDB · 57dfaa78
      unknown authored
      Index: ndb-merge/storage/ndb/MAINTAINERS
      ===================================================================
      
      
      storage/ndb/MAINTAINERS:
        Add MAINTAINERS file for NDB
      57dfaa78
    • unknown's avatar
      [PATCH] BUG#29074 preserve file timestamps in ndb_error_reporter · 2dfbd949
      unknown authored
      Index: ndb-work/storage/ndb/tools/ndb_error_reporter
      ===================================================================
      
      
      storage/ndb/tools/ndb_error_reporter:
        BUG#29074 preserve file timestamps in ndb_error_reporter
      2dfbd949
    • unknown's avatar
      [PATCH] Enable test for (Closed) bug 16445 · 76e48dcd
      unknown authored
      Bug was updated on May 30th by Tomas to say that hasn't been seen in PB
      since global dict cache rewrite. This test should probably be enabled then.
      
      Index: ndb-work/mysql-test/t/ndb_basic.test
      ===================================================================
      
      
      mysql-test/r/ndb_basic.result:
        Enable test for (Closed) bug 16445
      mysql-test/t/ndb_basic.test:
        Enable test for (Closed) bug 16445
      76e48dcd
    • unknown's avatar
      [PATCH] BUG#29073 Store history for ndb_mgm · 5bb95f85
      unknown authored
      Index: ndb-work/storage/ndb/src/mgmclient/main.cpp
      ===================================================================
      
      
      storage/ndb/src/mgmclient/main.cpp:
        BUG#29073 Store history for ndb_mgm
      5bb95f85
    • unknown's avatar
      [PATCH] Add tests for ndb variables (related to BUG#26675) · 1a3f47d6
      unknown authored
      This is somewhat related to BUG#26675 (ndb_connectstring not reported
      in show global variables)
      
      Index: ndb-work/mysql-test/r/ndb_basic.result
      ===================================================================
      
      
      mysql-test/r/ndb_basic.result:
        Add tests for ndb variables (related to BUG#26675)
      mysql-test/t/ndb_basic.test:
        Add tests for ndb variables (related to BUG#26675)
      1a3f47d6