- 28 Jun, 2004 1 commit
-
-
unknown authored
ndb/include/debugger/EventLogger.hpp: removed unused method ndb/include/mgmcommon/ConfigRetriever.hpp: put NdbMgmHandle in ConfigRetriever to enable holding connection open until setup complete ndb/include/mgmcommon/NdbConfig.h: moved naming of all "ndb" file into NdbConfig.c ndb/include/ndb_global.h: introduced define NDB_BASE_PORT to control default port for ndb ndb/src/common/debugger/EventLogger.cpp: removed unused method ndb/src/common/mgmcommon/ConfigInfo.cpp: introduced define NDB_BASE_PORT to control default port for ndb + added setting default Id's on nodes ndb/src/common/mgmcommon/ConfigRetriever.cpp: put NdbMgmHandle in ConfigRetriever to enable holding connection open until setup complete ndb/src/common/mgmcommon/IPCConfig.cpp: changed error message ndb/src/common/mgmcommon/LocalConfig.cpp: introduced define NDB_BASE_PORT to control default port for ndb ndb/src/common/mgmcommon/NdbConfig.c: moved naming of all "ndb" file into NdbConfig.c ndb/src/common/transporter/TransporterRegistry.cpp: spelling errors ndb/src/kernel/error/ErrorReporter.cpp: moved naming of all "ndb" file into NdbConfig.c ndb/src/kernel/error/ErrorReporter.hpp: moved naming of all "ndb" file into NdbConfig.c ndb/src/kernel/main.cpp: moved naming of all "ndb" file into NdbConfig.c ndb/src/kernel/vm/Configuration.cpp: moved allocation of ConfigRetriever object to Configuration to enable holing "config" open until setup finished ndb/src/kernel/vm/Configuration.hpp: moved allocation of ConfigRetriever object to Configuration to enable holing "config" open until setup finished ndb/src/mgmclient/main.cpp: fix default port number ndb/src/mgmsrv/MgmtSrvr.cpp: fix default port ndb/src/mgmsrv/Services.cpp: added spec of transporter in get_nodeid ndb/src/mgmsrv/main.cpp: moved naming of all "ndb" file into NdbConfig.c ndb/src/ndbapi/TransporterFacade.cpp: moved allocation of ConfigRetriever object to TransporterFacade to enable holing "config" open until setup finished ndb/src/ndbapi/TransporterFacade.hpp: moved allocation of ConfigRetriever object to TransporterFacade to enable holing "config" open until setup finished
-
- 24 Jun, 2004 1 commit
-
-
unknown authored
-
- 23 Jun, 2004 11 commits
-
-
unknown authored
into poseidon.bredbandsbolaget.se:/home/tomas/mysql-4.1-ndb
-
unknown authored
ndb/include/kernel/NodeInfo.hpp: alligning node numbering ndb/include/kernel/NodeState.hpp: added connected nodes to NodeState ndb/include/kernel/signaldata/ApiRegSignalData.hpp: moved to NodeState ndb/include/mgmapi/mgmapi.h: alligning node numbering ndb/include/mgmapi/mgmapi_config_parameters.h: new config port_base param on system ndb/include/util/Bitmask.hpp: POD Bitmask ndb/include/util/SocketAuthenticator.hpp: SocketAut fix ndb/src/common/mgmcommon/ConfigInfo.cpp: added new config param ndb/src/common/transporter/Transporter.cpp: alligning node numbering ndb/src/common/transporter/TransporterRegistry.cpp: alligning node numbering ndb/src/common/util/SocketAuthenticator.cpp: alligning node numbering ndb/src/kernel/blocks/qmgr/QmgrMain.cpp: moved connected nodes to NodeState ndb/src/mgmsrv/MgmtSrvr.cpp: allocation and delallocation of resources in mgmsrvr connected bitmask on each node status together with reserved nodes that are reserved as long as session is active + check that hostname is same as client name ndb/src/mgmsrv/MgmtSrvr.hpp: allocation and delallocation of resources in mgmsrvr connected bitmask on each node status together with reserved nodes that are reserved as long as session is active ndb/src/mgmsrv/Services.cpp: added destuctor for apisession ndb/src/mgmsrv/Services.hpp: .. ndb/src/mgmsrv/main.cpp: print node id ndb/src/ndbapi/ClusterMgr.cpp: .. ndb/src/ndbapi/ClusterMgr.hpp: ..
-
unknown authored
-
unknown authored
ndb/test/run-test/daily-basic-tests.txt: add testTimeout -n TimeoutRandTransaction for BUG#4230 add scan tests
-
unknown authored
Move atrt install-path to mysql-test/ndb ndb/test/run-test/Makefile.am: Move atrt install-path to mysql-test/ndb
-
unknown authored
into mysql.com:/home/jonas/src/mysql-4.1-ndb
-
unknown authored
ndb/src/kernel/blocks/dbtc/Dbtc.hpp: BUG#4230 ndb/src/kernel/blocks/dbtc/DbtcMain.cpp: Only send TCROLLBACKREP when recevied TCKEYREQ with exec_flag set ndb/src/ndbapi/NdbApiSignal.cpp: Fix length of TCROLLBACKREQ ndb/src/ndbapi/NdbScanOperation.cpp: Wait for all TRANSID_AI before sending close scan req ndb/test/include/HugoOperations.hpp: Remove hugo impl. of scan interface ndb/test/ndbapi/testScan.cpp: Removed "non relevant" scan tests ndb/test/ndbapi/testTimeout.cpp: Update to new scan api ndb/test/ndbapi/testTransactions.cpp: tmp remove scan (not in autotest yet anyway) from testTransaction ndb/test/src/HugoOperations.cpp: Remove hugo impl. of scan interface
-
unknown authored
quick fix to new scan ndb/test/ndbapi/testOIBasic.cpp: quick fix to new scan
-
unknown authored
into poseidon.bredbandsbolaget.se:/home/tomas/mysql-4.1-ndb ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp: Auto merged ndb/src/kernel/main.cpp: Auto merged ndb/src/mgmsrv/MgmtSrvr.cpp: Auto merged ndb/src/ndbapi/ClusterMgr.cpp: Auto merged ndb/src/ndbapi/TransporterFacade.cpp: Auto merged ndb/src/ndbapi/TransporterFacade.hpp: Auto merged
-
unknown authored
into poseidon.bredbandsbolaget.se:/home/tomas/mysql-4.1-ndb-merge
-
unknown authored
ndb/include/kernel/signaldata/ApiRegSignalData.hpp: Added info about connected nodes to ApiRegConf ndb/include/mgmapi/mgmapi.h: New mgmapi command to get nodeid dynamically ndb/include/mgmapi/mgmapi_config_parameters.h: New config param to specify port on for transporter setup ndb/include/mgmcommon/ConfigRetriever.hpp: added notetype to getConfig ndb/include/portlib/NdbTCP.h: small detail ndb/include/transporter/TransporterRegistry.hpp: changed performstates and interface to connect/disconnect transporters added TransporterService for transporter setup changed model for setting up transporters ndb/src/common/mgmcommon/ConfigInfo.cpp: removed some config params as mandatory ndb/src/common/mgmcommon/ConfigRetriever.cpp: added dynamic alloc of nodeid ndb/src/common/mgmcommon/LocalConfig.cpp: added default localhost:2200 and dynamic id ndb/src/common/transporter/TCP_Transporter.cpp: moved TCP hostname stuff from TCP_Transporter to parent class Transporter changed TCP connection setup to use just one port for all transporters ndb/src/common/transporter/TCP_Transporter.hpp: moved TCP hostname stuff from TCP_Transporter to parent class Transporter changed TCP connection setup to use just one port for all transporters ndb/src/common/transporter/Transporter.cpp: moved TCP hostname stuff from TCP_Transporter to parent class Transporter changed TCP connection setup to use just one port for all transporters ndb/src/common/transporter/Transporter.hpp: moved TCP hostname stuff from TCP_Transporter to parent class Transporter changed TCP connection setup to use just one port for all transporters ndb/src/common/transporter/TransporterRegistry.cpp: changed performstates and interface to connect/disconnect transporters added TransporterService for transporter setup changed model for setting up transporters ndb/src/common/util/Makefile.am: New SocketAuthenticator ndb/src/common/util/SocketServer.cpp: small detail ndb/src/kernel/Makefile.am: small detail ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp: new interface to performstates + cleanup ndb/src/kernel/blocks/qmgr/QmgrMain.cpp: changed signal ApiRegConf ndb/src/kernel/vm/ThreadConfig.cpp: changed naming ndb/src/mgmapi/mgmapi.cpp: Use new Socket client New methid for allocating dynamic id ndb/src/mgmsrv/MgmtSrvr.cpp: moved port setup from main.cpp to MgmtSrvr new method getNextFreeNodeId ndb/src/mgmsrv/MgmtSrvr.hpp: .. ndb/src/mgmsrv/Services.cpp: allocate new nodeid ndb/src/mgmsrv/Services.hpp: .. ndb/src/mgmsrv/main.cpp: moved setup port to MgmtSrvr.cpp Rearranged setup order ndb/src/ndbapi/ClusterMgr.cpp: new API_REGCONF ndb/src/ndbapi/ClusterMgr.hpp: bitmask to hold connected nodes ndb/src/ndbapi/TransporterFacade.cpp: New transporter connect ndb/src/ndbapi/TransporterFacade.hpp: removed function not used ndb/src/kernel/main.cpp: new transporter setup
-
- 22 Jun, 2004 26 commits
-
-
unknown authored
-
unknown authored
into brandersnatch.localdomain:/home/dlenev/src/mysql-4.1-tz-am
-
unknown authored
mysql_tzinfo_to_sql converter was moved to extra/ directory and its build was made compatible with older automake versions. extra/Makefile.am: mysql_tzinfo_to_sql converter was moved to extra/ directory and its build was made compatible with older automake versions. sql/Makefile.am: mysql_tzinfo_to_sql converter was moved to extra/ directory and its build was made compatible with older automake versions. BitKeeper/etc/ignore: Added extra/tztime.cc extra/mysql_tzinfo_to_sql to the ignore list
-
unknown authored
test suite fixed. libmysql/libmysql.c: - fixed a bug in protocol -> host integer conversions in send_data_str tests/client_test.c: Fixes to make client_test run on 64 bit Sun: - strlen() doesn't accept NULL input - Sun is high byte first, so we can't store bind 32-bit variables to 16-bit to MYSQL_TYPE_SHORT/TINY
-
unknown authored
ndb/src/ndbapi/NdbScanOperation.cpp: Extra printout if DEBUG_NEXT_RESULT Set theError.code so one can't call nextResult after it has once returned 1 ndb/test/ndbapi/ScanFunctions.hpp: Update testcases ndb/test/ndbapi/testScan.cpp: ScanWitoutOpenScan isn't really relevent anymore
-
unknown authored
into brandersnatch.localdomain:/home/dlenev/src/mysql-4.1-bg4200 sql/item_cmpfunc.cc: Auto merged sql/item_cmpfunc.h: Auto merged sql/sql_yacc.yy: Auto merged
-
unknown authored
Now ESCAPE in LIKE will accept not only string literal but constant delimited expression. mysql-test/r/func_like.result: Added test for bug# 4200 "Parse error on LIKE ESCAPE with parameter binding" mysql-test/t/func_like.test: Added test for bug# 4200 "Parse error on LIKE ESCAPE with parameter binding" sql/item_cmpfunc.cc: Added support for accepting of constant delimited expression as ESCAPE argument to Item_func_like. sql/item_cmpfunc.h: Now ESCAPE clause in LIKE will accept not only string literal but constant delimited expression. Thus added member to Item_func_like for storing Item corresponding to this expression and changed third argument of cons to be Item* instead of char*. sql/sql_help.cc: Item_func_like now accepts Item* as third argument. sql/sql_yacc.yy: Now ESCAPE clause of LIKE accepts not only string literal but constant delimited expression (the most important case is prepared statement parameter of course).
-
unknown authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-regexp-4.1 sql/item_cmpfunc.cc: Auto merged sql/item_cmpfunc.h: Auto merged
-
unknown authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-insert-4.1
-
unknown authored
into mysql.com:/usr/home/bar/mysql-4.1
-
unknown authored
./configure --with-charset=binary is now possible. configure.in: --with-charset-binary is now possible.
-
unknown authored
mysql-test/r/subselect.result: Auto merged mysql-test/t/subselect.test: SCCS merged
-
unknown authored
-
unknown authored
mysql-test/r/subselect.result: prepare statement test added mysql-test/t/subselect.test: prepare statement test added
-
unknown authored
into gw.mysql.r18.ru:/usr/home/ram/work/4.1.b4102
-
unknown authored
sql/item.h: Auto merged
-
unknown authored
ndb/src/common/debugger/signaldata/ScanTab.cpp: Improved printer ndb/src/ndbapi/NdbScanOperation.cpp: Don't fetch if we have result
-
unknown authored
sql/sql_parse.cc: Auto merged sql/sql_prepare.cc: Auto merged mysql-test/r/subselect.result: SCCS merged mysql-test/t/subselect.test: SCCS merged
-
unknown authored
into brandersnatch.localdomain:/home/dlenev/src/mysql-4.1-tz-cleanup
-
unknown authored
on many platforms (the other option was providing portable setenv() replacement). sql/Makefile.am: Removed building of test_time since it was not needed/used really and caused problems on many platforms.
-
unknown authored
Drop t2 in the beginning. , mysql-test/r/auto_increment.result: Drop t2 in the beginning. , mysql-test/t/auto_increment.test: Drop t2 in the beginning. ,
-
unknown authored
statement": check that statement is not null when accessing it's name. tests/client_test.c: A test case for bug#4236
-
unknown authored
into gw.mysql.r18.ru:/usr/home/ram/work/4.1.b4198 sql/sql_select.cc: Auto merged
-
unknown authored
into mysql.com:/dbdata/psergey/mysql-4.1-root
-
unknown authored
into mysql.com:/space/my/mysql-4.1
-
unknown authored
requested Build-tools/Do-compile: - explicitely enable libedit, when readline is not requested
-
- 21 Jun, 2004 1 commit
-
-
unknown authored
-