- 13 Mar, 2007 2 commits
-
-
unknown authored
correct the inconsistency between columns' storage type with table's storage_media & tablespace sql/ha_ndbcluster.cc: move something to proper location, then columns' storage type are consistent with table's storage_media & tablespace
-
unknown authored
into dev3-63.(none):/home/zhl/mysql/mysql-5.1/bug26307
-
- 09 Mar, 2007 1 commit
-
-
unknown authored
into dev3-221.dev.cn.tlan:/home/ngb/mysql/mysql-5.1/mysql-5.1-bug25992
-
- 08 Mar, 2007 1 commit
-
-
unknown authored
ndbd nodes are crashed storage/ndb/src/kernel/vm/Pool.hpp: Only when m_pool.seize() return true, the ptr.i and ptr.p is assigned the right value, or else the parameter ptr should be "not touched".
-
- 05 Mar, 2007 1 commit
-
-
unknown authored
storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp: Because TableSpaces, Datafiles, Undofiles and LogfileGroups uses the same id-space with Tables, when they are created, the objId allocated for TableSpaces, Datafiles, Undofiles and LogfileGroups shouldn't satisfy the rule of (tableId < c_tableRecordPool.getSize()).
-
- 02 Mar, 2007 5 commits
-
-
unknown authored
storage/ndb/src/kernel/blocks/dbtup/Dbtup.hpp: redefine jam and jamEntry and change offset ranges of source files storage/ndb/src/kernel/blocks/dbtup/DbtupAbort.cpp: redefine jam and jamEntry storage/ndb/src/kernel/blocks/dbtup/DbtupBuffer.cpp: redefine jam and jamEntry storage/ndb/src/kernel/blocks/dbtup/DbtupCommit.cpp: redefine jam and jamEntry storage/ndb/src/kernel/blocks/dbtup/DbtupDebug.cpp: redefine jam and jamEntry storage/ndb/src/kernel/blocks/dbtup/DbtupDiskAlloc.cpp: redefine jam and jamEntry storage/ndb/src/kernel/blocks/dbtup/DbtupFixAlloc.cpp: redefine jam and jamEntry storage/ndb/src/kernel/blocks/dbtup/DbtupGen.cpp: redefine jam and jamEntry storage/ndb/src/kernel/blocks/dbtup/DbtupIndex.cpp: redefine jam and jamEntry storage/ndb/src/kernel/blocks/dbtup/DbtupMeta.cpp: redefine jam and jamEntry storage/ndb/src/kernel/blocks/dbtup/DbtupPagMan.cpp: redefine jam and jamEntry storage/ndb/src/kernel/blocks/dbtup/DbtupPageMap.cpp: redefine jam and jamEntry storage/ndb/src/kernel/blocks/dbtup/DbtupRoutines.cpp: redefine jam and jamEntry storage/ndb/src/kernel/blocks/dbtup/DbtupScan.cpp: redefine jam and jamEntry storage/ndb/src/kernel/blocks/dbtup/DbtupStoredProcDef.cpp: redefine jam and jamEntry storage/ndb/src/kernel/blocks/dbtup/DbtupTabDesMan.cpp: redefine jam and jamEntry storage/ndb/src/kernel/blocks/dbtup/DbtupTrigger.cpp: redefine jam and jamEntry storage/ndb/src/kernel/blocks/dbtup/DbtupVarAlloc.cpp: redefine jam and jamEntry
-
unknown authored
into dev3-221.dev.cn.tlan:/home/ngb/mysql/mysql-5.1/mysql-5.1-bug19378
-
unknown authored
into dev3-221.dev.cn.tlan:/home/ngb/mysql/mysql-5.1/mysql-5.1-bug19378 storage/ndb/src/mgmsrv/ConfigInfo.cpp: Auto merged
-
unknown authored
when merge from 5.0 to 5.1, update a function call in testScanFilter.cpp beacuase the function's definition is changed from 5.0 to 5.1 storage/ndb/test/ndbapi/testScanFilter.cpp: bug#24568 it need change f() call because NDBT_CreateTableHook definition is changed from 5.0 to 5.1
-
unknown authored
add a new file in 5.0 and rename it in 5.1 because the directory of ndb is changed from 5.0 to 5.1 storage/ndb/test/ndbapi/testScanFilter.cpp: Rename: ndb/test/ndbapi/testScanFilter.cpp -> storage/ndb/test/ndbapi/testScanFilter.cpp
-
- 01 Mar, 2007 2 commits
-
-
unknown authored
into dev3-240.dev.cn.tlan:/home/justin.he/mysql/mysql-5.1/bug24568-5.1-new-ndb-bj storage/ndb/src/ndbapi/NdbScanFilter.cpp: Auto merged storage/ndb/test/include/NDBT_Test.hpp: Auto merged storage/ndb/test/ndbapi/Makefile.am: Auto merged storage/ndb/test/src/NDBT_Test.cpp: SCCS merged
-
unknown authored
ndb/src/ndbapi/NdbScanFilter.cpp: translate NAND/NOR into AND/OR, since AND/OR operations are all correct ndb/test/include/NDBT_Test.hpp: add a new method executeOneCtx() in class NDBT_TestSuite, declare it ndb/test/ndbapi/Makefile.am: Add a new test case: testScanFIlter.cpp to test/ndbapi/, thus modify the Makefile.am related to it ndb/test/src/NDBT_Test.cpp: add a new method in class NDBT_TestSuite in order to adapt to some customized test cases, because the default NDBT's test talbes and flow are fixed, if just modify related existing methods, it will influence other test cases in test/ndbapi/ ndb/test/ndbapi/testScanFilter.cpp: It's a test case for ndbapi scan filter, test for AND/OR/NAND/NOR scan operations.
-
- 15 Feb, 2007 8 commits
-
-
unknown authored
into dev3-221.dev.cn.tlan:/home/ngb/mysql/mysql-5.0/bug19378 ndb/src/mgmsrv/ConfigInfo.cpp: Auto merged
-
unknown authored
into dev3-221.dev.cn.tlan:/home/ngb/mysql/mysql-5.1/mysql-5.1-bug19378 storage/ndb/src/mgmsrv/ConfigInfo.cpp: Auto merged
-
unknown authored
into dev3-221.dev.cn.tlan:/home/ngb/mysql/mysql-5.1/mysql-5.1-bug19378 storage/ndb/src/mgmsrv/ConfigInfo.cpp: Auto merged
-
unknown authored
into dev3-221.dev.cn.tlan:/home/ngb/mysql/mysql-5.1/mysql-5.1-bug21715 storage/ndb/src/mgmclient/CommandInterpreter.cpp: Auto merged
-
unknown authored
into dev3-221.dev.cn.tlan:/home/ngb/mysql/mysql-5.0/bug21715 ndb/src/mgmclient/CommandInterpreter.cpp: Adding 'version' variable assigns the right value to prevent from the version(0.0.0.0) status
-
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.
-
unknown authored
into dev3-221.dev.cn.tlan:/home/ngb/mysql/mysql-5.1/mysql-5.1-new-ndb-bj storage/ndb/tools/restore/consumer.hpp: Auto merged storage/ndb/tools/restore/restore_main.cpp: Auto merged
-
unknown authored
into dev3-221.dev.cn.tlan:/home/ngb/mysql/mysql-5.1/mysql-5.1-bug24363 storage/ndb/tools/restore/consumer.hpp: Auto merged storage/ndb/tools/restore/consumer_restore.cpp: Auto merged storage/ndb/tools/restore/consumer_restore.hpp: Auto merged storage/ndb/tools/restore/restore_main.cpp: Auto merged
-
- 12 Feb, 2007 1 commit
-
-
unknown authored
ndb/src/mgmsrv/ConfigInfo.cpp: The high bound of MaxNoOfTables changes into MAX_TABLES defined in ndb_limits.h
-
- 09 Feb, 2007 7 commits
-
-
unknown authored
-
unknown authored
into mysql.com:/windows/Linux_space/MySQL/mysql-5.1-new-ndb sql/ha_ndbcluster.cc: Auto merged
-
unknown authored
into mysql.com:/windows/Linux_space/MySQL/mysql-5.1-new-ndb sql/ha_ndbcluster.cc: Auto merged sql/item_func.cc: Auto merged
-
unknown authored
into mysql.com:/windows/Linux_space/MySQL/mysql-5.1 sql/ha_ndbcluster.cc: Auto merged sql/item_func.cc: Auto merged
-
unknown authored
bug #26225 Engine condition pushdown doesn't work with prepare statements (ps_7ndb): ensure that query plan for prepared statement is analyzed correctly
-
unknown authored
into poseidon.mysql.com:/home/tomas/mysql-5.1-new-ndb sql/ha_ndbcluster.cc: Auto merged sql/ha_ndbcluster.h: Auto merged storage/ndb/include/ndbapi/NdbIndexScanOperation.hpp: Auto merged storage/ndb/include/ndbapi/NdbScanOperation.hpp: Auto merged storage/ndb/src/mgmclient/CommandInterpreter.cpp: Auto merged storage/ndb/src/ndbapi/NdbScanOperation.cpp: Auto merged storage/ndb/src/ndbapi/Ndb.cpp: manual merge storage/ndb/src/common/debugger/EventLogger.cpp: masnual merge
-
unknown authored
ndb/src/common/debugger/EventLogger.cpp: Add correct error string when transporter error occur.
-
- 08 Feb, 2007 1 commit
-
-
unknown authored
storage/ndb/tools/ndb_config.cpp: Rename: storage/ndb/tools/ndb_condig.cpp -> storage/ndb/tools/ndb_config.cpp
-
- 07 Feb, 2007 11 commits
-
-
unknown authored
-
unknown authored
into poseidon.mysql.com:/home/tomas/mysql-5.0-ndb sql/ha_ndbcluster.cc: Auto merged
-
unknown authored
into mysql.com:/windows/Linux_space/MySQL/mysql-5.0-ndb
-
unknown authored
into mysql.com:/windows/Linux_space/MySQL/mysql-5.0-ndb ndb/include/ndbapi/NdbIndexScanOperation.hpp: Auto merged ndb/include/ndbapi/NdbScanOperation.hpp: Auto merged ndb/src/ndbapi/NdbScanOperation.cpp: Auto merged sql/ha_ndbcluster.cc: Auto merged sql/ha_ndbcluster.h: Auto merged
-
unknown authored
into mysql.com:/windows/Linux_space/MySQL/mysql-5.1-new-ndb
-
unknown authored
into mysql.com:/windows/Linux_space/MySQL/mysql-5.1-new-ndb sql/ha_ndbcluster.cc: Auto merged sql/ha_ndbcluster.h: Auto merged storage/ndb/src/ndbapi/NdbScanOperation.cpp: Auto merged
-
unknown authored
into mysql.com:/windows/Linux_space/MySQL/mysql-5.1 sql/ha_ndbcluster.cc: Auto merged storage/ndb/include/ndbapi/NdbScanOperation.hpp: Auto merged storage/ndb/src/ndbapi/NdbScanOperation.cpp: Auto merged sql/ha_ndbcluster.h: SCCS merged
-
unknown authored
into poseidon.mysql.com:/home/tomas/mysql-5.1-new-ndb
-
unknown authored
bug#25821 Excessive partition pruning for multi-range index scan in NDB API: added multi_range error checking in end_of_bound ha_ndbcluster.h: Removed stray mthod declaration sql/ha_ndbcluster.h: Removed stray mthod declaration ndb/include/ndbapi/NdbScanOperation.hpp: bug#25821 Excessive partition pruning for multi-range index scan in NDB API: added multi_range error checking in end_of_bound ndb/src/ndbapi/NdbScanOperation.cpp: bug#25821 Excessive partition pruning for multi-range index scan in NDB API: added multi_range error checking in end_of_bound sql/ha_ndbcluster.cc: bug#25821 Excessive partition pruning for multi-range index scan in NDB API: added multi_range error checking in end_of_bound
-
unknown authored
into poseidon.mysql.com:/home/tomas/mysql-5.1-new-ndb
-
unknown authored
into mysql.com:/windows/Linux_space/MySQL/mysql-5.1-new-ndb
-