mysql-test/r/ps.result:
Added tests for PREPARE stmt1 FROM @var syntax
mysql-test/t/ps.test:
Added tests for PREPARE stmt1 FROM @var syntax
mysys/my_error.c:
Added support for "%.*s" format
sql/item.cc:
Removed one redundant Item_param::set_value function
sql/item.h:
Removed one redundant Item_param::set_value function
sql/mysqld.cc:
Reformmated the code
sql/share/czech/errmsg.txt:
Changed ER_UNKNOWN_STMT_HANDLER format string
sql/share/dutch/errmsg.txt:
Changed ER_UNKNOWN_STMT_HANDLER format string
sql/share/english/errmsg.txt:
Changed ER_UNKNOWN_STMT_HANDLER format string
sql/share/estonian/errmsg.txt:
Changed ER_UNKNOWN_STMT_HANDLER format string
sql/share/french/errmsg.txt:
Changed ER_UNKNOWN_STMT_HANDLER format string
sql/share/german/errmsg.txt:
Changed ER_UNKNOWN_STMT_HANDLER format string
sql/share/greek/errmsg.txt:
Changed ER_UNKNOWN_STMT_HANDLER format string
sql/share/hungarian/errmsg.txt:
Changed ER_UNKNOWN_STMT_HANDLER format string
sql/share/italian/errmsg.txt:
Changed ER_UNKNOWN_STMT_HANDLER format string
sql/share/japanese/errmsg.txt:
Changed ER_UNKNOWN_STMT_HANDLER format string
sql/share/korean/errmsg.txt:
Changed ER_UNKNOWN_STMT_HANDLER format string
sql/share/norwegian-ny/errmsg.txt:
Changed ER_UNKNOWN_STMT_HANDLER format string
sql/share/norwegian/errmsg.txt:
Changed ER_UNKNOWN_STMT_HANDLER format string
sql/share/polish/errmsg.txt:
Changed ER_UNKNOWN_STMT_HANDLER format string
sql/share/portuguese/errmsg.txt:
Changed ER_UNKNOWN_STMT_HANDLER format string
sql/share/romanian/errmsg.txt:
Changed ER_UNKNOWN_STMT_HANDLER format string
sql/share/russian/errmsg.txt:
Changed ER_UNKNOWN_STMT_HANDLER format string
sql/share/slovak/errmsg.txt:
Changed ER_UNKNOWN_STMT_HANDLER format string
sql/share/spanish/errmsg.txt:
Changed ER_UNKNOWN_STMT_HANDLER format string
sql/share/swedish/errmsg.txt:
Changed ER_UNKNOWN_STMT_HANDLER format string
sql/share/ukrainian/errmsg.txt:
Changed ER_UNKNOWN_STMT_HANDLER format string
sql/sql_class.h:
SQL Prepared statements now can't be used by binary protocol commands
sql/sql_lex.h:
Added support for PREPARE stmt1 FROM @var syntax.
sql/sql_parse.cc:
Added support for PREPARE stmt1 FROM @var syntax.
sql/sql_prepare.cc:
Code cleanup
sql/sql_yacc.yy:
Added support for PREPARE stmt1 FROM @var syntax.
Fix bug #3749: if there were several indexs that made an automatically generated FOREIGN KEY index redundant, then MySQL miscalculated the number of keys, and the AUTO_INCREMENT flag was forgotten by MySQL from a PRIMARY KEY. There were probably a multitude of other errors caused by this.
sql/sql_table.cc:
Fix bug #3749: if there were several indexs that made an automatically generated FOREIGN KEY index redundant, then MySQL miscalculated the number of keys, and the AUTO_INCREMENT flag was forgotten by MySQL from a PRIMARY KEY. There were probably a multitude of other errors caused by this.
something in embedded PS
BitKeeper/etc/ignore:
Added libmysqld/examples/client_test.c to the ignore list
libmysqld/examples/Makefile.am:
tests/client_test is now symlinked to libmysqld/examples catalog
then it's built with libmysqld.a
into mc05.(none):/space2/tomas/mysql-4.1
ndb/include/newtonapi/defs/pcn_types.h:
Auto merged
ndb/src/common/mgmcommon/ConfigRetriever.cpp:
Auto merged
ndb/src/common/portlib/memtest/munmaptest/munmaptest.cpp:
Auto merged
ndb/src/common/portlib/unix/NdbCondition.c:
Auto merged
ndb/src/common/portlib/unix/NdbDaemon.c:
Auto merged
ndb/src/common/util/File.cpp:
Auto merged
ndb/src/common/util/getarg.c:
Auto merged
ndb/src/common/util/strlcat.c:
Auto merged
ndb/src/common/util/strlcpy.c:
Auto merged
ndb/src/cw/cpcd/Process.cpp:
Auto merged
ndb/src/kernel/blocks/dbdict/printSchemafile/printSchemafile.cpp:
Auto merged
ndb/src/kernel/blocks/dbdih/printSysfile/printSysfile.cpp:
Auto merged
ndb/src/kernel/ndb-main/Main.cpp:
Auto merged
ndb/test/ndbapi/flexBench/flexBench.cpp:
Auto merged
ndb/test/src/HugoCalculator.cpp:
Auto merged
ndb/test/src/NDBT_ResultRow.cpp:
Auto merged
ndb/test/src/NdbBackup.cpp:
Auto merged
ndb/test/src/NdbConfig.cpp:
Auto merged
ndb/test/src/NdbRestarter.cpp:
Auto merged
ndb/tools/cpcc/cpcc.cpp:
Auto merged
scripts/mysql_install_db.sh:
Portability fix (! is not portable)
sql/item_func.cc:
Use my_strtoll10() instead of strtoull()
sql/repl_failsafe.cc:
Use my_strtoll10() instead of strtoull()
sql/sql_analyse.cc:
Use my_strtoll10() instead of strtoull()
sql/sql_yacc.yy:
Use my_strtoll10() instead of strtoull()
strings/my_strtoll10.c:
Fix compiler warnings
sql/examples/ha_example.cc:
Documentation updates (lots of comments in the code).
sql/examples/ha_example.h:
Documenation update, lots of comments in the code.
Prefer not automatic keys before automatic keys. If there is two conf
BitKeeper/etc/ignore:
added *.d
include/my_base.h:
Added flag for automaticly generated key
mysql-test/r/constraints.result:
Update tests after bug fix
mysql-test/r/create.result:
Update tests after bug fix
mysql-test/r/innodb.result:
Added test of automatic creation of foreign keys
mysql-test/t/innodb.test:
Added test of automatic creation of foreign keys
mysql-test/t/key_cache.test:
Portability fixes (64 BIT os)
sql/sql_acl.cc:
Indentation fixes
sql/sql_class.cc:
Fix key comparison to handle prefix and optionally key segments in different order.
sql/sql_class.h:
Added flag for automaticly generated keys
sql/sql_parse.cc:
Added flag for automaticly generated keys
sql/sql_table.cc:
Don't automaticly generate a new key for a foreign key constraint if there is already a usable key.
Prefer not automatic keys before automatic keys. If there is two conflicting automatic keys, prefer the longer one.
sql/sql_yacc.yy:
Added flag for automaticly generated keys
strings/strings-x86.s:
Portability fix.
Cset include: ndbdev@ndbmaster.mysql.com|ChangeSet|20040511202329|47736
Cset include: tomas@mc05.(none)|ChangeSet|20040511192517|11620
Cset include: joreland@mysql.com|ChangeSet|20040511192516|46068
Cset include: tomas@mc05.(none)|ChangeSet|20040511123917|46372
Cset include: tomas@mc05.(none)|ChangeSet|20040511123143|38188
Cset include: tulin@build.mysql.com|ChangeSet|20040510154057|38196
Cset include: joreland@mysql.com|ChangeSet|20040508224854|24167
Cset include: tomas@mc05.(none)|ChangeSet|20040507133412|23798
Cset include: tomas@mc05.(none)|ChangeSet|20040507063942|37686
Cset include: tomas@mc05.(none)|ChangeSet|20040506111114|33079
Cset include: tomas@mc05.(none)|ChangeSet|20040506105341|38394
Cset include: tomas@mc05.(none)|ChangeSet|20040506071539|38751
Cset include: tomas@mc05.(none)|ChangeSet|20040505121947|31340
Cset include: tomas@mc05.(none)|ChangeSet|20040505113759|32666
Cset include: tomas@mc05.(none)|ChangeSet|20040505104200|32652
Cset include: tomas@mc05.(none)|ChangeSet|20040505092956|32651
Cset include: tomas@mc05.(none)|ChangeSet|20040504130019|09791
Cset include: tomas@mc05.(none)|ChangeSet|20040503043335|03888
Cset include: tomas@mc05.(none)|ChangeSet|20040428084951|62492
BitKeeper/etc/logging_ok:
Include
extra/Makefile.am:
Include
extra/perror.c:
Include
ndb/Defs.mk:
Include
ndb/Epilogue.mk:
Include
ndb/examples/ndbapi_async_example/ndbapi_async.cpp:
Include
ndb/examples/ndbapi_scan_example/ndbapi_scan.cpp:
Include
ndb/include/debugger/SignalLoggerManager.hpp:
Include
ndb/include/kernel/LogLevel.hpp:
Include
ndb/include/kernel/signaldata/BuildIndx.hpp:
Include
ndb/include/kernel/signaldata/SignalData.hpp:
Include
ndb/src/common/util/new.cpp:
Include
BitKeeper/deleted/.del-NdbConstant.hpp~de1038c1758cc1f9:
Include
BitKeeper/deleted/.del-NdbStdio.h~17be17a4f591c671:
Include
BitKeeper/deleted/.del-NdbString.h~1f9f26341ce5f5f:
Include
BitKeeper/deleted/.del-NdbUnistd.h~a1b3840adcd49985:
Include
ndb/include/kernel/signaldata/SignalDataPrint.hpp:
Include
ndb/include/logger/FileLogHandler.hpp:
Include
ndb/include/logger/LogHandler.hpp:
Include
ndb/include/logger/Logger.hpp:
Include
ndb/include/mgmcommon/MgmtErrorReporter.hpp:
Include
ndb/include/ndb_types.h:
Include
ndb/include/ndb_version.h:
Include
ndb/include/ndbapi/Ndb.hpp:
Include
ndb/include/ndbapi/NdbConnection.hpp:
Include
ndb/include/ndbapi/NdbError.hpp:
Include
ndb/include/ndbapi/NdbEventOperation.hpp:
Include
ndb/include/ndbapi/NdbOperation.hpp:
Include
ndb/include/ndbapi/NdbRecAttr.hpp:
Include
ndb/include/ndbapi/NdbReceiver.hpp:
Include
ndb/include/ndbapi/NdbScanOperation.hpp:
Include
ndb/include/ndbapi/NdbSchemaOp.hpp:
Include
ndb/include/newtonapi/dba.h:
Include
ndb/include/newtonapi/defs/pcn_types.h:
Include
ndb/include/portlib/NdbMem.h:
Include
ndb/include/portlib/NdbTCP.h:
Include
ndb/include/portlib/NdbThread.h:
Include
ndb/include/transporter/TransporterDefinitions.hpp:
Include
ndb/include/util/BaseString.hpp:
Include
ndb/include/util/Bitmask.hpp:
Include
ndb/include/util/File.hpp:
Include
ndb/include/util/InputStream.hpp:
Include
ndb/include/util/NdbAutoPtr.hpp:
Include
ndb/include/util/OutputStream.hpp:
Include
ndb/include/util/Properties.hpp:
Include
ndb/include/util/SimpleProperties.hpp:
Include
ndb/include/util/UtilBuffer.hpp:
Include
ndb/include/util/Vector.hpp:
Include
ndb/include/util/getarg.h:
Include
ndb/include/util/socket_io.h:
Include
ndb/include/util/uucode.h:
Include
ndb/src/client/odbc/common/Ctx.cpp:
Include
ndb/src/client/odbc/common/DataField.cpp:
Include
ndb/src/client/odbc/common/DataType.cpp:
Include
ndb/src/client/odbc/common/OdbcData.cpp:
Include
ndb/src/common/debugger/DebuggerNames.cpp:
Include
ndb/src/common/debugger/EventLogger.cpp:
Include
ndb/src/common/debugger/SignalLoggerManager.cpp:
Include
ndb/src/common/debugger/signaldata/CloseComReqConf.cpp:
Include
ndb/src/common/debugger/signaldata/ContinueB.cpp:
Include
ndb/src/common/debugger/signaldata/PrepFailReqRef.cpp:
Include
ndb/src/common/debugger/signaldata/SystemError.cpp:
Include
ndb/src/common/editline/editline_internal.h:
Include
ndb/src/common/editline/editline_win32.c:
Include
ndb/src/common/editline/test/testit.c:
Include
ndb/src/common/logger/FileLogHandler.cpp:
Include
ndb/src/common/logger/LogHandler.cpp:
Include
ndb/src/common/logger/LogHandlerList.cpp:
Include
ndb/src/common/logger/Logger.cpp:
Include
ndb/src/common/logger/SysLogHandler.cpp:
Include
ndb/src/common/logger/listtest/LogHandlerListUnitTest.cpp:
Include
ndb/src/common/logger/loggertest/LoggerUnitTest.cpp:
Include
ndb/src/common/mgmcommon/Config.hpp:
Include
ndb/src/common/mgmcommon/ConfigRetriever.cpp:
Include
ndb/src/common/mgmcommon/InitConfigFileParser.cpp:
Include
ndb/src/common/mgmcommon/InitConfigFileParser.hpp:
Include
ndb/src/common/mgmcommon/LocalConfig.hpp:
Include
ndb/src/common/mgmcommon/NdbConfig.c:
Include
ndb/src/common/mgmcommon/printConfig/printConfig.cpp:
Include
ndb/src/common/portlib/memtest/memtest.c:
Include
ndb/src/common/portlib/memtest/munmaptest/munmaptest.cpp:
Include
ndb/src/common/portlib/mmstest/mmslist.cpp:
Include
ndb/src/common/portlib/mmstest/mmstest.cpp:
Include
ndb/src/common/portlib/ose/NdbCondition.c:
Include
ndb/src/common/portlib/ose/NdbMem.c:
Include
ndb/src/common/portlib/ose/NdbMutex.c:
Include
ndb/src/common/portlib/ose/NdbOut.cpp:
Include
ndb/src/common/portlib/ose/NdbThread.c:
Include
ndb/src/common/portlib/test/NdbPortLibTest.cpp:
Include
ndb/src/common/portlib/unix/NdbCondition.c:
Include
ndb/src/common/portlib/unix/NdbDaemon.c:
Include
ndb/src/common/portlib/unix/NdbEnv.c:
Include
ndb/src/common/portlib/unix/NdbMem.c:
Include
ndb/src/common/portlib/unix/NdbMutex.c:
Include
ndb/src/common/portlib/unix/NdbSleep.c:
Include
ndb/src/common/portlib/unix/NdbThread.c:
Include
ndb/src/common/portlib/unix/NdbTick.c:
Include
ndb/src/common/portlib/win32/NdbCondition.c:
Include
ndb/src/common/portlib/win32/NdbMem.c:
Include
ndb/src/common/portlib/win32/NdbMutex.c:
Include
ndb/src/common/portlib/win32/NdbThread.c:
Include
ndb/src/common/transporter/OSE_Receiver.cpp:
Include
ndb/src/common/transporter/OSE_Transporter.cpp:
Include
ndb/src/common/transporter/Packer.cpp:
Include
ndb/src/common/transporter/SCI_Transporter.cpp:
Include
ndb/src/common/transporter/SHM_Buffer.hpp:
Include
ndb/src/common/transporter/SHM_Transporter.cpp:
Include
ndb/src/common/transporter/SHM_Transporter.unix.cpp:
Include
ndb/src/common/transporter/SHM_Transporter.win32.cpp:
Include
ndb/src/common/transporter/SendBuffer.hpp:
Include
ndb/src/common/transporter/TCP_Transporter.cpp:
Include
ndb/src/common/transporter/Transporter.cpp:
Include
ndb/src/common/transporter/TransporterRegistry.cpp:
Include
ndb/src/common/transporter/basictest/basicTransporterTest.cpp:
Include
ndb/src/common/transporter/buddy.cpp:
Include
ndb/src/common/transporter/buddy.hpp:
Include
ndb/src/common/transporter/failoverSCI/failoverSCI.cpp:
Include
ndb/src/common/transporter/perftest/perfTransporterTest.cpp:
Include
ndb/src/common/transporter/priotest/prioTransporterTest.cpp:
Include
ndb/src/common/util/Base64.cpp:
Include
ndb/src/common/util/BaseString.cpp:
Include
ndb/src/common/util/File.cpp:
Include
ndb/src/common/util/InputStream.cpp:
Include
ndb/src/common/util/Makefile:
Include
ndb/src/common/util/NdbErrHnd.cpp:
Include
ndb/src/common/util/NdbOut.cpp:
Include
ndb/src/common/util/NdbSqlUtil.cpp:
Include
ndb/src/common/util/OutputStream.cpp:
Include
ndb/src/common/util/Parser.cpp:
Include
ndb/src/common/util/Properties.cpp:
Include
ndb/src/common/util/SimpleProperties.cpp:
Include
ndb/src/common/util/SocketServer.cpp:
Include
ndb/src/common/util/filetest/FileUnitTest.cpp:
Include
ndb/src/common/util/getarg.c:
Include
ndb/src/common/util/random.c:
Include
ndb/src/common/util/socket_io.cpp:
Include
ndb/src/common/util/strdup.c:
Include
ndb/src/common/util/strlcat.c:
Include
ndb/src/common/util/strlcpy.c:
Include
ndb/src/common/util/testProperties/testProperties.cpp:
Include
ndb/src/common/util/testSimpleProperties/sp_test.cpp:
Include
ndb/src/common/util/uucode.c:
Include
ndb/src/common/util/version.c:
Include
ndb/src/cw/cpcc-win32/C++/StdAfx.h:
Include
ndb/src/cw/cpcd/APIService.cpp:
Include
ndb/src/cw/cpcd/CPCD.cpp:
Include
ndb/src/cw/cpcd/Monitor.cpp:
Include
ndb/src/cw/cpcd/Process.cpp:
Include
ndb/src/cw/cpcd/common.hpp:
Include
ndb/src/cw/test/socketclient/socketClientTest.cpp:
Include
ndb/src/cw/util/ClientInterface.hpp:
Include
ndb/src/kernel/blocks/backup/FsBuffer.hpp:
Include
ndb/src/kernel/blocks/backup/read.cpp:
Include
ndb/src/kernel/blocks/backup/restore/Makefile:
Include
ndb/src/kernel/blocks/backup/restore/Restore.cpp:
Include
ndb/src/kernel/blocks/backup/restore/Restore.hpp:
Include
ndb/src/kernel/blocks/backup/restore/main.cpp:
Include
ndb/src/kernel/blocks/dbdict/printSchemafile/printSchemafile.cpp:
Include
ndb/src/kernel/blocks/dbdih/printSysfile/printSysfile.cpp:
Include
ndb/src/kernel/blocks/dblqh/redoLogReader/redoLogFileReader.cpp:
Include
ndb/src/kernel/blocks/dbtux/Dbtux.hpp:
Include
ndb/src/kernel/blocks/dbutil/DbUtil.cpp:
Include
ndb/src/kernel/blocks/ndbfs/AsyncFile.cpp:
Include
ndb/src/kernel/blocks/ndbfs/Filename.cpp:
Include
ndb/src/kernel/blocks/ndbfs/Filename.hpp:
Include
ndb/src/kernel/blocks/ndbfs/MemoryChannel.hpp:
Include
ndb/src/kernel/blocks/ndbfs/MemoryChannelOSE.hpp:
Include
ndb/src/kernel/blocks/ndbfs/Ndbfs.cpp:
Include
ndb/src/kernel/error/ErrorReporter.cpp:
Include
ndb/src/kernel/error/ErrorReporter.hpp:
Include
ndb/src/kernel/ndb-main/Main.cpp:
Include
ndb/src/kernel/vm/ArrayPool.hpp:
Include
ndb/src/kernel/vm/ClusterConfiguration.cpp:
Include
ndb/src/kernel/vm/Configuration.cpp:
Include
ndb/src/kernel/vm/DLHashTable.hpp:
Include
ndb/src/kernel/vm/DLHashTable2.hpp:
Include
ndb/src/kernel/vm/Emulator.cpp:
Include
ndb/src/kernel/vm/GlobalData.hpp:
Include
ndb/src/kernel/vm/SimulatedBlock.cpp:
Include
ndb/src/kernel/vm/TransporterCallback.cpp:
Include
ndb/src/kernel/vm/VMSignal.hpp:
Include
ndb/src/kernel/vm/al_test/arrayListTest.cpp:
Include
ndb/src/kernel/vm/al_test/arrayPoolTest.cpp:
Include
ndb/src/kernel/vm/al_test/main.cpp:
Include
ndb/src/kernel/vm/testCopy/rr.cpp:
Include
ndb/src/kernel/vm/testCopy/testCopy.cpp:
Include
ndb/src/kernel/vm/testDataBuffer/testDataBuffer.cpp:
Include
ndb/src/kernel/vm/testLongSig/testLongSig.cpp:
Include
ndb/src/kernel/vm/testSimplePropertiesSection/test.cpp:
Include
ndb/src/mgmapi/mgmapi.cpp:
Include
ndb/src/mgmapi/test/keso.c:
Include
ndb/src/mgmapi/test/mgmSrvApi.cpp:
Include
ndb/src/mgmclient/CommandInterpreter.cpp:
Include
ndb/src/mgmclient/CommandInterpreter.hpp:
Include
ndb/src/mgmclient/CpcClient.cpp:
Include
ndb/src/mgmclient/main.cpp:
Include
ndb/src/mgmclient/test_cpcd/test_cpcd.cpp:
Include
ndb/src/mgmsrv/CommandInterpreter.hpp:
Include
ndb/src/mgmsrv/MgmtSrvr.hpp:
Include
ndb/src/mgmsrv/NodeLogLevel.hpp:
Include
ndb/src/mgmsrv/NodeLogLevelList.cpp:
Include
ndb/src/mgmsrv/convertStrToInt.cpp:
Include
ndb/src/mgmsrv/mkconfig/mkconfig.cpp:
Include
ndb/src/ndbapi/ClusterMgr.cpp:
Include
ndb/src/ndbapi/DictCache.cpp:
Include
ndb/src/ndbapi/Makefile:
Include
ndb/src/ndbapi/Ndb.cpp:
Include
ndb/src/ndbapi/NdbConnectionScan.cpp:
Include
ndb/src/ndbapi/NdbDictionary.cpp:
Include
ndb/src/ndbapi/NdbDictionaryImpl.cpp:
Include
ndb/src/ndbapi/NdbEventOperationImpl.cpp:
Include
ndb/src/ndbapi/NdbOperation.cpp:
Include
ndb/src/ndbapi/NdbOperationExec.cpp:
Include
ndb/src/ndbapi/NdbPoolImpl.cpp:
Include
ndb/src/ndbapi/NdbRecAttr.cpp:
Include
ndb/src/ndbapi/NdbScanOperation.cpp:
Include
ndb/src/ndbapi/NdbScanReceiver.hpp:
Include
ndb/src/ndbapi/NdbUtil.hpp:
Include
ndb/src/ndbapi/Ndberror.cpp:
Include
ndb/src/ndbapi/Ndbif.cpp:
Include
ndb/src/ndbapi/ObjectMap.hpp:
Include
ndb/src/ndbapi/TransporterFacade.cpp:
Include
ndb/src/ndbapi/signal-sender/SignalSender.cpp:
Include
ndb/src/ndbapi/signal-sender/SignalSender.hpp:
Include
ndb/src/newtonapi/dba_error.cpp:
Include
ndb/src/newtonapi/dba_internal.hpp:
Include
ndb/src/rep/RepApiService.cpp:
Include
ndb/src/rep/RepComponents.hpp:
Include
ndb/src/rep/RepMain.cpp:
Include
ndb/src/rep/Requestor.cpp:
Include
ndb/src/rep/Requestor.hpp:
Include
ndb/src/rep/adapters/AppNDB.hpp:
Include
ndb/src/rep/adapters/ExtNDB.cpp:
Include
ndb/src/rep/adapters/ExtNDB.hpp:
Include
ndb/src/rep/dbug_hack.cpp:
Include
ndb/src/rep/rep_version.hpp:
Include
ndb/src/rep/repapi/repapi.cpp:
Include
ndb/src/rep/state/Interval.cpp:
Include
ndb/src/rep/storage/GCIBuffer.cpp:
Include
ndb/src/rep/storage/GCIBuffer.hpp:
Include
ndb/src/rep/storage/GCIContainer.hpp:
Include
ndb/src/rep/storage/LogRecord.hpp:
Include
ndb/src/rep/storage/NodeGroupInfo.hpp:
Include
ndb/src/rep/transfer/TransPS.cpp:
Include
ndb/src/rep/transfer/TransPS.hpp:
Include
ndb/src/rep/transfer/TransSS.cpp:
Include
ndb/src/rep/transfer/TransSS.hpp:
Include
ndb/test/include/NDBT_Stats.hpp:
Include
ndb/test/include/NDBT_Table.hpp:
Include
ndb/test/include/NDBT_Test.hpp:
Include
ndb/test/include/NdbTimer.hpp:
Include
ndb/test/ndbapi/acid2/acid2.cpp:
Include
ndb/test/ndbapi/bank/bankCreator/bankCreator.cpp:
Include
ndb/test/ndbapi/bank/bankMakeGL/bankMakeGL.cpp:
Include
ndb/test/ndbapi/bank/bankSumAccounts/bankSumAccounts.cpp:
Include
ndb/test/ndbapi/bank/bankTimer/bankTimer.cpp:
Include
ndb/test/ndbapi/bank/bankTransactionMaker/bankTransactionMaker.cpp:
Include
ndb/test/ndbapi/bank/bankValidateAllGLs/bankValidateAllGLs.cpp:
Include
ndb/test/ndbapi/bulk_copy/bulk_copy.cpp:
Include
ndb/test/ndbapi/create_all_tabs/create_all_tabs.cpp:
Include
ndb/test/ndbapi/create_tab/create_tab.cpp:
Include
ndb/test/ndbapi/drop_all_tabs/drop_all_tabs.cpp:
Include
ndb/test/ndbapi/flexAsynch/flexAsynch.cpp:
Include
ndb/test/ndbapi/flexBench/flexBench.cpp:
Include
ndb/test/ndbapi/flexHammer/flexHammer.cpp:
Include
ndb/test/ndbapi/flexScan/flexScan.cpp:
Include
ndb/test/ndbapi/flexTT/flexTT.cpp:
Include
ndb/test/ndbapi/flex_bench_mysql/flex_bench_mysql.cpp:
Include
ndb/test/ndbapi/indexTest/index.cpp:
Include
ndb/test/ndbapi/indexTest2/index2.cpp:
Include
ndb/test/ndbapi/interpreterInTup/interpreterInTup.cpp:
Include
ndb/test/ndbapi/lmc-bench/async-src/generator/asyncGenerator.cpp:
Include
ndb/test/ndbapi/lmc-bench/async-src/generator/mainAsyncGenerator.cpp:
Include
ndb/test/ndbapi/lmc-bench/async-src/user/macros.h:
Include
ndb/test/ndbapi/lmc-bench/async-src/user/ndb_error.hpp:
Include
ndb/test/ndbapi/lmc-bench/async-src/user/userInterface.cpp:
Include
ndb/test/ndbapi/lmc-bench/include/testDefinitions.h:
Include
ndb/test/ndbapi/lmc-bench/src/generator/dbGenerator.c:
Include
ndb/test/ndbapi/lmc-bench/src/generator/mainGenerator.c:
Include
ndb/test/ndbapi/lmc-bench/src/populator/dbPopulate.c:
Include
ndb/test/ndbapi/lmc-bench/src/populator/mainPopulate.c:
Include
ndb/test/ndbapi/lmc-bench/src/user/localDbPrepare.c:
Include
ndb/test/ndbapi/lmc-bench/src/user/macros.h:
Include
ndb/test/ndbapi/lmc-bench/src/user/ndb_error.hpp:
Include
ndb/test/ndbapi/lmc-bench/src/user/ndb_user_populate.cpp:
Include
ndb/test/ndbapi/lmc-bench/src/user/old/userInterface.c:
Include
ndb/test/ndbapi/lmc-bench/src/user/old/userTransaction.c:
Include
ndb/test/ndbapi/lmc-bench/src/user/userInterface.cpp:
Include
ndb/test/ndbapi/lmc-bench/src/user/userTransaction.c:
Include
ndb/include/ndb_global.h:
Include
ndb/include/ndb_net.h:
Include
ndb/include/ndbapi/ndberror.h:
Include
ndb/src/ndbapi/NdbErrorOut.cpp:
Include
ndb/src/ndbapi/ndberror.c:
Include
ndb/test/ndbapi/restarter/restarter.cpp:
Include
ndb/test/ndbapi/restarter2/restarter2.cpp:
Include
ndb/test/ndbapi/restarts/restarts.cpp:
Include
ndb/test/ndbapi/ronja/benchronja/benchronja.cpp:
Include
ndb/test/ndbapi/telco/msa.cpp:
Include
ndb/test/ndbapi/testBlobs/testBlobs.cpp:
Include
ndb/test/ndbapi/testDataBuffers/testDataBuffers.cpp:
Include
ndb/test/ndbapi/testGrep/verify/testGrepVerify.cpp:
Include
ndb/test/ndbapi/testOIBasic/testOIBasic.cpp:
Include
ndb/test/ndbapi/vw_test/bcd.h:
Include
ndb/test/ndbapi/vw_test/cdrserver.cpp:
Include
ndb/test/ndbapi/vw_test/size.cpp:
Include
ndb/test/newtonapi/basic_test/basic/basic.cpp:
Include
ndb/test/newtonapi/basic_test/bulk_read/br_test.cpp:
Include
ndb/test/newtonapi/basic_test/common.cpp:
Include
ndb/test/newtonapi/basic_test/common.hpp:
Include
ndb/test/newtonapi/basic_test/ptr_binding/ptr_binding_test.cpp:
Include
ndb/test/newtonapi/basic_test/too_basic.cpp:
Include
ndb/test/newtonapi/perf_test/perf.cpp:
Include
ndb/test/odbc/driver/testOdbcDriver.cpp:
Include
ndb/test/run-test/main.cpp:
Include
ndb/test/run-test/run-test.hpp:
Include
ndb/test/src/HugoCalculator.cpp:
Include
ndb/test/src/NDBT_Error.cpp:
Include
ndb/test/src/NDBT_ResultRow.cpp:
Include
ndb/test/src/NDBT_ReturnCodes.cpp:
Include
ndb/test/src/NDBT_Table.cpp:
Include
ndb/test/src/NDBT_Tables.cpp:
Include
ndb/test/src/NdbBackup.cpp:
Include
ndb/test/src/NdbConfig.cpp:
Include
ndb/test/src/NdbGrep.cpp:
Include
ndb/test/src/NdbRestarter.cpp:
Include
ndb/test/tools/hugoCalculator/hugoCalculator.cpp:
Include
ndb/test/tools/hugoFill/hugoFill.cpp:
Include
ndb/test/tools/hugoLockRecords/hugoLockRecords.cpp:
Include
ndb/test/tools/hugoPkDelete/hugoPkDel.cpp:
Include
ndb/test/tools/hugoPkRead/hugoPkRead.cpp:
Include
ndb/test/tools/hugoPkReadRecord/hugoPkReadRecord.cpp:
Include
ndb/test/tools/hugoPkUpdate/hugoPkUpd.cpp:
Include
ndb/test/tools/hugoScanRead/hugoScanRead.cpp:
Include
ndb/test/tools/hugoScanUpdate/hugoScanUpd.cpp:
Include
ndb/test/tools/restart/restart.cpp:
Include
ndb/test/tools/waiter/waiter.cpp:
Include
ndb/tools/copy_tab/copy_tab.cpp:
Include
ndb/tools/cpcc/cpcc.cpp:
Include
ndb/tools/create_index/create_index.cpp:
Include
ndb/tools/delete_all/delete_all.cpp:
Include
ndb/tools/drop_index/drop_index.cpp:
Include
ndb/tools/drop_tab/drop_tab.cpp:
Include
ndb/tools/list_tables/listTables.cpp:
Include
ndb/tools/select_all/select_all.cpp:
Include
ndb/tools/select_count/select_count.cpp:
Include
ndb/tools/transproxy/transproxy.cpp:
Include
ndb/tools/verify_index/verify_index.cpp:
Include