1. 05 Feb, 2007 1 commit
    • unknown's avatar
      BUG#24363 If the table structure has been changed, the default action about the restore will fail. · 9b7c4adb
      unknown authored
                You can skip the table structure check with --skip-table-check (-s) option. 
      
      
      storage/ndb/tools/restore/consumer.hpp:
        The method is used to judge whether the table structure has been changed when restoring the data.
      storage/ndb/tools/restore/consumer_restore.cpp:
        The method is used to judge whether the table structure has been changed when restoring the data.
      storage/ndb/tools/restore/consumer_restore.hpp:
        The method is used to judge whether the table structure has been changed when restoring the data.
      storage/ndb/tools/restore/restore_main.cpp:
        Add --skip-table-check flag for ndb_restore. Its default value is false, so if the table structure has been changed, the restore will fail. 
        If using it will skip the table schema check.
      9b7c4adb
  2. 15 Dec, 2006 1 commit
  3. 14 Dec, 2006 4 commits
  4. 12 Dec, 2006 1 commit
  5. 06 Dec, 2006 1 commit
    • unknown's avatar
      BUG#21715 mgm client command <id|all> STATUS returns "not connected" for non-data nodes · 6ff0409d
      unknown authored
      
      ndb/src/mgmclient/CommandInterpreter.cpp:
        Adding the judgement for node type to distinguish the data nodes and non-data nodes. 
        From the return value. Management client can't distinguish the really not connected status for data nodes and status of non-data nodes.
        We can get the connect status about non-data nodes from version, if the version is 0, it means no connected status.
      6ff0409d
  6. 01 Dec, 2006 3 commits
    • unknown's avatar
      BUG#22025 Return correct error message when transporter error occored · 5fa57e26
      unknown authored
      
      storage/ndb/src/common/debugger/EventLogger.cpp:
        Add correct error string
      5fa57e26
    • unknown's avatar
      For merging mysql-5.1-new-ndb-bj tree into mysql-5.1-new-ndb tree · 7f63e8f2
      unknown authored
      
      storage/ndb/src/mgmsrv/ParamInfo.cpp:
        delete CFG_OSE_PRIO_A_SIZE, CFG_OSE_PRIO_B_SIZE and CFG_OSE_RECEIVE_ARRAY_SIZE defination
      7f63e8f2
    • unknown's avatar
      Merge ts3-168.ts.cn.tlan:/home/ngb/mysql/mysql-5.1/mysql-5.1-new-ndb-bj · 02818a00
      unknown authored
      into  ts3-168.ts.cn.tlan:/home/ngb/mysql/mysql-5.1/mysql-5.1-new-ndb
      
      
      sql/ha_ndbcluster.cc:
        Auto merged
      sql/log.cc:
        Auto merged
      sql/log.h:
        Auto merged
      sql/sql_repl.cc:
        Auto merged
      sql/table.cc:
        Auto merged
      storage/ndb/include/mgmapi/mgmapi.h:
        Auto merged
      storage/ndb/src/common/transporter/TCP_Transporter.cpp:
        Auto merged
      BitKeeper/deleted/.del-OSE_Receiver.cpp:
        Auto merged
      storage/ndb/src/common/transporter/TransporterRegistry.cpp:
        Auto merged
      storage/ndb/src/common/util/File.cpp:
        Auto merged
      storage/ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp:
        Auto merged
      storage/ndb/src/kernel/blocks/dbacc/DbaccInit.cpp:
        Auto merged
      storage/ndb/src/kernel/blocks/dbtup/DbtupGen.cpp:
        Auto merged
      storage/ndb/src/kernel/vm/SimulatedBlock.cpp:
        Auto merged
      storage/ndb/src/mgmsrv/ConfigInfo.cpp:
        Auto merged
      storage/ndb/tools/restore/consumer_restore.cpp:
        Auto merged
      storage/ndb/tools/restore/restore_main.cpp:
        Auto merged
      sql/share/errmsg.txt:
        Auto merged
      storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
        Auto merged
      storage/ndb/src/mgmsrv/Services.cpp:
        Auto merged
      02818a00
  7. 30 Nov, 2006 17 commits
  8. 29 Nov, 2006 12 commits
    • unknown's avatar
      A post-merge fix. · 21fdaf5e
      unknown authored
      
      mysql-test/r/func_str.result:
        Update results (a post-merge fix).
      21fdaf5e
    • unknown's avatar
      A post-merge fix. · 0717e6c3
      unknown authored
      0717e6c3
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 126375b1
      unknown authored
      into  bodhi.local:/opt/local/work/mysql-5.1-runtime-merge
      
      
      libmysql/libmysql.c:
        Auto merged
      libmysqld/lib_sql.cc:
        Auto merged
      mysql-test/lib/mtr_io.pl:
        Auto merged
      mysql-test/r/im_daemon_life_cycle.result:
        Auto merged
      mysql-test/r/im_life_cycle.result:
        Auto merged
      mysql-test/r/rpl_trigger.result:
        Auto merged
      mysql-test/r/trigger.result:
        Auto merged
      mysql-test/t/im_daemon_life_cycle.imtest:
        Auto merged
      mysql-test/t/im_life_cycle.imtest:
        Auto merged
      mysql-test/t/im_utils.imtest:
        Auto merged
      mysql-test/t/rpl_trigger.test:
        Auto merged
      mysql-test/t/trigger.test:
        Auto merged
      sql/item_cmpfunc.cc:
        Auto merged
      sql/item_func.cc:
        Auto merged
      sql/item_strfunc.cc:
        Auto merged
      sql/item_sum.cc:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/sql_cache.cc:
        Auto merged
      tests/mysql_client_test.c:
        Auto merged
      mysql-test/lib/mtr_process.pl:
        Use local.
      mysql-test/r/func_str.result:
        SCCS merged
      mysql-test/t/func_str.test:
        Manual merge.
      sql/sql_trigger.cc:
        Manual merge.
      sql/sql_yacc.yy:
        Manual merge.
      126375b1
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0-runtime · 4ec84721
      unknown authored
      into  bodhi.local:/opt/local/work/mysql-5.0-runtime
      
      
      4ec84721
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · c670cad0
      unknown authored
      into  bodhi.local:/opt/local/work/mysql-5.0-runtime
      
      
      c670cad0
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · bfde6f3e
      unknown authored
      into  bodhi.local:/opt/local/work/mysql-5.0-runtime
      
      
      bfde6f3e
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 73079a24
      unknown authored
      into  bodhi.local:/opt/local/work/mysql-4.1-runtime
      
      
      73079a24
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.1-runtime · 66b53b16
      unknown authored
      into  bodhi.local:/opt/local/work/mysql-5.1-runtime-merge
      
      
      sql/sql_yacc.yy:
        Auto merged
      66b53b16
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.1 · afc91556
      unknown authored
      into  bodhi.local:/opt/local/work/mysql-5.1-runtime-merge
      
      
      libmysql/libmysql.c:
        Auto merged
      libmysqld/lib_sql.cc:
        Auto merged
      mysql-test/r/udf.result:
        Auto merged
      mysql-test/t/udf.test:
        Auto merged
      sql/item_cmpfunc.cc:
        Auto merged
      sql/item_func.cc:
        Auto merged
      sql/item_func.h:
        Auto merged
      sql/item_sum.cc:
        Auto merged
      sql/sql_lex.cc:
        Auto merged
      sql/sql_lex.h:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      afc91556
    • unknown's avatar
      Many files: · 8f71610f
      unknown authored
        Changed paths to ndb include directory to include "storage"
      Makefile.am:
        Adjusted path to yaSSL libtool libraries
      ssl.m4:
        Use libtool way of specifying yaSSL libraries
      
      
      config/ac-macros/ssl.m4:
        Use libtool way of specifying yaSSL libraries
      libmysqld/Makefile.am:
        Adjusted path to yaSSL libtool libraries
      storage/ndb/config/type_kernel.mk.am:
        Changed paths to ndb include directory to include "storage"
      storage/ndb/config/type_ndbapi.mk.am:
        Changed paths to ndb include directory to include "storage"
      storage/ndb/config/type_ndbapitest.mk.am:
        Changed paths to ndb include directory to include "storage"
      storage/ndb/config/type_ndbapitools.mk.am:
        Changed paths to ndb include directory to include "storage"
      storage/ndb/config/type_util.mk.am:
        Changed paths to ndb include directory to include "storage"
      8f71610f
    • unknown's avatar
      Merge bk-internal.mysql.com:/data0/bk/mysql-5.1 · 2477bd5a
      unknown authored
      into  bk-internal.mysql.com:/data0/bk/mysql-5.1-arch
      
      
      configure.in:
        Auto merged
      sql/field.cc:
        Auto merged
      sql/field.h:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      2477bd5a
    • unknown's avatar
      Merge moonlight.intranet:/home/tomash/src/mysql_ab/mysql-5.0 · bc3fe09a
      unknown authored
      into  moonlight.intranet:/home/tomash/src/mysql_ab/mysql-5.0-bug20637
      
      
      sql/sql_yacc.yy:
        Auto merged
      bc3fe09a