bug#4761 - more validation of hosts
bug#4511 - only non depricated should be saved in config
- fix ConfigInfo::BOOL w.r.t deprication
mysql-test/ndb/ndb_config_2_node.ini:
Removed need of unique filesystem
mysql-test/ndb/ndbcluster.sh:
Removed need of unique filesystem
Add "" around variables for increased portability
ndb/src/common/mgmcommon/ConfigInfo.cpp:
Added checking of hostnames already in InitConfigFileParser
ndb/src/common/mgmcommon/ConfigRetriever.cpp:
Add checking of hostnames when retreiving configuration
ndb/src/kernel/blocks/ndbfs/AsyncFile.cpp:
Added ndb_%u to filesystempath
ndb/src/kernel/blocks/ndbfs/AsyncFile.hpp:
Added ndb_%u to filesystempath
ndb/src/kernel/blocks/ndbfs/Filename.cpp:
Added ndb_%u to filesystempath
ndb/src/kernel/blocks/ndbfs/Filename.hpp:
Added ndb_%u to filesystempath
ndb/src/kernel/blocks/ndbfs/Ndbfs.cpp:
Added ndb_%u to filesystempath
ndb/src/mgmsrv/MgmtSrvr.cpp:
atoll missing on some platforms
ndb/src/ndbapi/NdbScanOperation.cpp:
compile error on some platforms
ndb/test/ndbapi/testIndex.cpp:
Added some explicit templates
ndb/test/ndbapi/testNdbApi.cpp:
Added some explicit templates
ndb/test/ndbapi/testRestartGci.cpp:
Added some explicit templates
ndb/test/ndbapi/testScan.cpp:
Added some explicit templates
ndb/test/run-test/main.cpp:
Added some explicit templates
ndb/test/src/HugoOperations.cpp:
Added some explicit templates
ndb/test/tools/cpcc.cpp:
Added some explicit templates
(old code mixed the 3 alternatives: native, [lo, hi], [hi, lo])
This fixes problem with auto increment on different byte order
(This also make adding of signed ints really simple...)
ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp:
Use native format in interpreter
(old code mixed the 3 alternatives: native, [lo, hi], [hi, lo])
ndb/src/ndbapi/Ndb.cpp:
Use native format in interpreter
(old code mixed the 3 alternatives: native, [lo, hi], [hi, lo])
ndb/src/ndbapi/NdbOperationInt.cpp:
Use native format in interpreter
(old code mixed the 3 alternatives: native, [lo, hi], [hi, lo])
ndb/include/ndb_global.h:
Include my_alarm (to get signal.h)
ndb/src/cw/cpcd/Process.cpp:
Include my_alarm (to get signal.h)
ndb/src/cw/cpcd/main.cpp:
Include my_alarm (to get signal.h)
ndb/src/kernel/main.cpp:
Include my_alarm (to get signal.h)
ndb/src/kernel/vm/Emulator.cpp:
Include my_alarm (to get signal.h)
ndb/src/mgmclient/main.cpp:
Include my_alarm (to get signal.h)
ndb/src/mgmsrv/Services.cpp:
Include ndb_global instead of string.h
ndb/src/ndbapi/NdbOperationInt.cpp:
Keep consistent order of 64 bits in interpreter
ndb/src/ndbapi/TransporterFacade.cpp:
Include my_alarm (to get signal.h)
2) Fix variable scope for irix compiler
ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
Remove part of require
ndb/test/src/NDBT_Tables.cpp:
old compiler fix
ndb/src/kernel/blocks/dbtup/DbtupPagMan.cpp:
Init page state
ndb/src/kernel/blocks/ndbcntr/NdbcntrMain.cpp:
Init usr pointer for tcseize/releasereq
ndb/test/src/NDBT_Tables.cpp:
More error printouts
ndb/src/kernel/vm/SimulatedBlock.cpp:
Introduced automatic clearing of block global variables
ndb/src/kernel/vm/SimulatedBlock.hpp:
Introduced automatic clearing of block global variables