Commit graph

12192 commits

Author SHA1 Message Date
unknown
d8834661ec Merge msvensson@bk-internal.mysql.com:/home/bk/mysql-4.1
into neptunus.(none):/home/magnus/mysql-4.1


ndb/src/ndbapi/NdbScanOperation.cpp:
  Auto merged
sql/sql_table.cc:
  Auto merged
BitKeeper/deleted/.del-regression.sh~c19f771726612629:
  Auto merged
2004-05-13 13:28:56 +02:00
unknown
d4399619bd WL #1729 Handler: error text for NDB errors
- New solution after discussions with Sergei, no handler specific code or error messages should be in sql layer.
next_result, only check for error if check is -1
Improved index_read 


include/mysqld_error.h:
  New error codes ER_GET_ERRMSG and ER_GET_TEMPORARY_ERRMSG, update number to 298.
  Removed prevoius ER_NDB_ERROR, handler specific error should not be here.
sql/ha_ndbcluster.cc:
  Removed print_error from ha_ndbcluster, added code to handler::print_error to ask  handler::get_error_message for message for an error.
  Fix bug in next_result, only check for error if -1 is returned.
  Make index_read easier, special case where pk_read or unique_index_read is detected and as default do ordered_index_scan
sql/ha_ndbcluster.h:
  Remplace print_error with get_error_message
sql/handler.cc:
  Add new function get_error_message usedc to ask handler for a message for an error.
  Call get_error_message from print_error if error code is not known.
sql/handler.h:
  Add new function get_error_message
sql/share/czech/errmsg.txt:
  Error message for ER_GET_ERRMSG and ER_GET_TEMPORARY_ERRMSG
sql/share/danish/errmsg.txt:
  Error message for ER_GET_ERRMSG and ER_GET_TEMPORARY_ERRMSG
sql/share/dutch/errmsg.txt:
  Error message for ER_GET_ERRMSG and ER_GET_TEMPORARY_ERRMSG
sql/share/english/errmsg.txt:
  Error message for ER_GET_ERRMSG and ER_GET_TEMPORARY_ERRMSG
sql/share/estonian/errmsg.txt:
  Error message for ER_GET_ERRMSG and ER_GET_TEMPORARY_ERRMSG
sql/share/french/errmsg.txt:
  Error message for ER_GET_ERRMSG and ER_GET_TEMPORARY_ERRMSG
sql/share/german/errmsg.txt:
  Error message for ER_GET_ERRMSG and ER_GET_TEMPORARY_ERRMSG
sql/share/greek/errmsg.txt:
  Error message for ER_GET_ERRMSG and ER_GET_TEMPORARY_ERRMSG
sql/share/hungarian/errmsg.txt:
  Error message for ER_GET_ERRMSG and ER_GET_TEMPORARY_ERRMSG
sql/share/italian/errmsg.txt:
  Error message for ER_GET_ERRMSG and ER_GET_TEMPORARY_ERRMSG
sql/share/korean/errmsg.txt:
  Error message for ER_GET_ERRMSG and ER_GET_TEMPORARY_ERRMSG
sql/share/norwegian-ny/errmsg.txt:
  Error message for ER_GET_ERRMSG and ER_GET_TEMPORARY_ERRMSG
sql/share/norwegian/errmsg.txt:
  Error message for ER_GET_ERRMSG and ER_GET_TEMPORARY_ERRMSG
sql/share/polish/errmsg.txt:
  Error message for ER_GET_ERRMSG and ER_GET_TEMPORARY_ERRMSG
sql/share/portuguese/errmsg.txt:
  Error message for ER_GET_ERRMSG and ER_GET_TEMPORARY_ERRMSG
sql/share/romanian/errmsg.txt:
  Error message for ER_GET_ERRMSG and ER_GET_TEMPORARY_ERRMSG
sql/share/russian/errmsg.txt:
  Error message for ER_GET_ERRMSG and ER_GET_TEMPORARY_ERRMSG
sql/share/serbian/errmsg.txt:
  Error message for ER_GET_ERRMSG and ER_GET_TEMPORARY_ERRMSG
sql/share/slovak/errmsg.txt:
  Error message for ER_GET_ERRMSG and ER_GET_TEMPORARY_ERRMSG
sql/share/spanish/errmsg.txt:
  Error message for ER_GET_ERRMSG and ER_GET_TEMPORARY_ERRMSG
sql/share/swedish/errmsg.txt:
  Error message for ER_GET_ERRMSG and ER_GET_TEMPORARY_ERRMSG
sql/share/ukrainian/errmsg.txt:
  Error message for ER_GET_ERRMSG and ER_GET_TEMPORARY_ERRMSG
2004-05-13 11:56:45 +02:00
unknown
3cf87a5b57 Fix for sql-bench/test-create
sql-bench/server-cfg.sh:
  Set max number of tables to create in NDB to 32
2004-05-13 11:21:56 +02:00
unknown
ae94c9a1d8 Only compile SHM if configured to 2004-05-12 20:58:35 +02:00
unknown
b36bf32dc9 Merge build.mysql.com:/home/bk/mysql-4.1
into build.mysql.com:/users/tulin/mysql-4.1
2004-05-12 16:16:17 +02:00
unknown
05fd891ccc regression.sh:
fixed typo


ndb/bin/regression.sh:
  fixed typo
2004-05-12 16:15:43 +02:00
unknown
eb261517a3 Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1
into sanja.is.com.ua:/home/bell/mysql/bk/work-union-4.1
2004-05-12 16:24:11 +03:00
unknown
de861db3e7 Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/home/jonas/src/mysql-4.1
2004-05-12 12:52:06 +02:00
unknown
6f860637c1 Fix broken arg fot getrlimit
ndb/src/cw/cpcd/Process.cpp:
  Fix broken arg for getrlimit
2004-05-12 12:17:24 +02:00
unknown
01925fa550 used item method (Bug #3686) 2004-05-12 12:27:43 +03:00
unknown
69424ca9ab portability/autoconf fixes 2004-05-12 09:27:59 +02:00
unknown
bc2c0c5953 Merge mysql.com:/home/mydev/mysql-4.1
into mysql.com:/home/mydev/mysql-4.1-wl1687
2004-05-12 08:13:05 +02:00
unknown
5a6ab9bd0d Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
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
2004-05-12 06:26:53 +02:00
unknown
efe5a75d7d portability/autoconf fixes and removed warnings
ndb/include/newtonapi/defs/pcn_types.h:
  portability/autoconf fixes
ndb/include/portlib/NdbMutex.h:
  portability/autoconf fixes
ndb/src/common/editline/editline.c:
  portability/autoconf fixes
ndb/src/common/mgmcommon/ConfigRetriever.cpp:
  portability/autoconf fixes
ndb/src/common/portlib/memtest/munmaptest/munmaptest.cpp:
  portability/autoconf fixes
ndb/src/common/portlib/unix/NdbCondition.c:
  portability/autoconf fixes
ndb/src/common/portlib/unix/NdbDaemon.c:
  portability/autoconf fixes
ndb/src/common/portlib/unix/NdbHost.c:
  portability/autoconf fixes
ndb/src/common/util/File.cpp:
  portability/autoconf fixes
ndb/src/common/util/getarg.c:
  portability/autoconf fixes
ndb/src/common/util/strlcat.c:
  portability/autoconf fixes
ndb/src/common/util/strlcpy.c:
  portability/autoconf fixes
ndb/src/cw/cpcd/Process.cpp:
  portability/autoconf fixes
ndb/src/cw/cpcd/common.cpp:
  portability/autoconf fixes
ndb/src/cw/cpcd/main.cpp:
  portability/autoconf fixes
ndb/src/kernel/blocks/dbdict/printSchemafile/printSchemafile.cpp:
  portability/autoconf fixes
ndb/src/kernel/blocks/dbdih/printSysfile/printSysfile.cpp:
  portability/autoconf fixes
ndb/src/kernel/blocks/ndbfs/AsyncFileTest/AsyncFileTest.cpp:
  portability/autoconf fixes
ndb/src/kernel/error/TimeModule.cpp:
  portability/autoconf fixes
ndb/src/kernel/ndb-main/Main.cpp:
  portability/autoconf fixes
ndb/src/mgmsrv/MgmtSrvr.cpp:
  portability/autoconf fixes
ndb/src/mgmsrv/main.cpp:
  portability/autoconf fixes
ndb/test/ndbapi/flexBench/flexBench.cpp:
  removed warnings
ndb/test/src/HugoCalculator.cpp:
  removed warnings
ndb/test/src/HugoOperations.cpp:
  removed warnings
ndb/test/src/HugoTransactions.cpp:
  removed warnings
ndb/test/src/NDBT_ResultRow.cpp:
  removed warnings
ndb/test/src/NdbBackup.cpp:
  removed warnings
ndb/test/src/NdbConfig.cpp:
  removed warnings
ndb/test/src/NdbRestarter.cpp:
  removed warnings
ndb/tools/cpcc/cpcc.cpp:
  removed warnings
2004-05-12 06:24:12 +02:00
unknown
c2ce702b3b Merge bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/home/my/mysql-4.1
2004-05-12 02:39:32 +03:00
unknown
47890151b4 Portability fixes
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
2004-05-12 02:38:57 +03:00
unknown
d8f0b0c50e Merge baker@bk-internal.mysql.com:/home/bk/mysql-4.1
into brian-akers-computer.local:/Users/brian/mysql/mysql-4.1
2004-05-11 16:15:20 -07:00
unknown
1662e59626 Added comments to all methods. Added explanation for a sequential read through a storage engine.
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.
2004-05-11 15:59:20 -07:00
unknown
cd8f9ed2a2 Merge bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/home/my/mysql-4.1
2004-05-12 00:30:16 +03:00
unknown
d3fcd8d4c0 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 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.
2004-05-12 00:29:52 +03:00
unknown
038ee381d8 Cset include: ndbdev@ndbmaster.mysql.com|ChangeSet|20040511202610|13901
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
2004-05-11 22:34:14 +02:00
unknown
4ea1e89755 Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
into ndbmaster.mysql.com:/ndb/clone-4.1-ndb-daily


BitKeeper/etc/logging_ok:
  auto-union
2004-05-11 22:26:10 +02:00
unknown
c8875d5693 Inverted #ifdef on HAVE_MLOCKALL
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
2004-05-11 22:23:29 +02:00
unknown
b405bdc9f3 Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1
into mc05.(none):/space2/tomas/mysql-4.1


BitKeeper/etc/logging_ok:
  auto-union
2004-05-11 21:25:17 +02:00
unknown
23b5083788 cpcd - setsid - angle fixes
ndb/src/cw/cpcd/Process.cpp:
  Write pgrp in pid-file
  Always operate on process group instead of process
ndb/src/mgmclient/test_cpcd/test_cpcd.cpp:
  Test using different programs
2004-05-11 21:25:16 +02:00
unknown
3decfd3ba6 Merge mysql.com:/home/mydev/mysql-4.1
into mysql.com:/home/mydev/mysql-4.1-wl1687
2004-05-11 16:33:44 +02:00
unknown
7b4cbde8ed Merge build:/home/bk/mysql-4.1
into build.mysql.com:/users/tsmith/m/41/mysql-4.1
2004-05-11 14:44:25 +02:00
unknown
f23d1ad6c2 lots of HAVE_ and some ndb_global fixes for ndb subtree
ndb/include/portlib/NdbTCP.h:
  introduced ndb_net.h
ndb/include/portlib/NdbThread.h:
  ndb_global
ndb/src/common/portlib/unix/NdbCondition.c:
  Used HAVE_CLOCK_GETTIME
ndb/src/common/portlib/unix/NdbMem.c:
  used HAVE_MLOCKALL
ndb/src/common/portlib/unix/NdbSleep.c:
  ndb_global
ndb/src/common/portlib/unix/NdbThread.c:
  .
ndb/src/common/portlib/unix/NdbTick.c:
  HAVE_CLOCK_GETTIME
ndb/src/kernel/vm/Emulator.cpp:
  ndb_global
2004-05-11 14:39:17 +02:00
unknown
ce2d84ce40 updated with HAV_ symbols in ndb_global 2004-05-11 14:31:43 +02:00
unknown
f84be2fd89 WL# 1729 Handler: error text for NDB errors
- Close an open scan if index_read is called without closing the previous one.
- Removed some errors that occured during previous merge


include/mysqld_error.h:
  Added two new error messages for NDB
sql/ha_ndbcluster.cc:
  Added more error code mappings, from NDB code to MySQL 
  Added function to print out the error message when an NDB error occurs.
  Added two new error codes, which will represent either a permanent or temporary NDB error.
  Modev get_ndb_lock_type from class to local function
  Removed some merge errors
  New function close_scan, to close an open scan.
sql/ha_ndbcluster.h:
  Added print_error function, overrides handler::print_error
  Added close_scan
  Moved get_ndb_lock_type from class to local function
sql/share/czech/errmsg.txt:
  Added two new error messages for NDB
sql/share/danish/errmsg.txt:
  Added two new error messages for NDB
sql/share/dutch/errmsg.txt:
  Added two new error messages for NDB
sql/share/english/errmsg.txt:
  Added two new error messages for NDB
sql/share/estonian/errmsg.txt:
  Added two new error messages for NDB
sql/share/french/errmsg.txt:
  Added two new error messages for NDB
sql/share/german/errmsg.txt:
  Added two new error messages for NDB
sql/share/greek/errmsg.txt:
  Added two new error messages for NDB
sql/share/hungarian/errmsg.txt:
  Added two new error messages for NDB
sql/share/italian/errmsg.txt:
  Added two new error messages for NDB
sql/share/japanese/errmsg.txt:
  Added two new error messages for NDB
sql/share/korean/errmsg.txt:
  Added two new error messages for NDB
sql/share/norwegian-ny/errmsg.txt:
  Added two new error messages for NDB
sql/share/norwegian/errmsg.txt:
  Added two new error messages for NDB
sql/share/polish/errmsg.txt:
  Added two new error messages for NDB
sql/share/portuguese/errmsg.txt:
  Added two new error messages for NDB
sql/share/romanian/errmsg.txt:
  Added two new error messages for NDB
sql/share/russian/errmsg.txt:
  Added two new error messages for NDB
sql/share/serbian/errmsg.txt:
  Added two new error messages for NDB
sql/share/slovak/errmsg.txt:
  Added two new error messages for NDB
sql/share/spanish/errmsg.txt:
  Added two new error messages for NDB
sql/share/swedish/errmsg.txt:
  Added two new error messages for NDB
sql/share/ukrainian/errmsg.txt:
  Added two new error messages for NDB
2004-05-11 13:59:22 +02:00
unknown
1a5c4d25ad Merge mysql.com:/home/mydev/mysql-4.1
into mysql.com:/home/mydev/mysql-4.1-wl1687
2004-05-11 13:38:34 +02:00
unknown
86bfe9c1d1 Test case for BUG #3657
ndb/test/ndbapi/testScan/testScan.cpp:
  Added test case for "slow" scanning if one node is down
2004-05-11 13:29:01 +02:00
unknown
fdae0617fd Update error code on "parent" connection if a new NdbScanOperation could not be returned
ndb/src/ndbapi/NdbScanOperation.cpp:
  Set error code on "parent" NdbConnection
2004-05-11 13:27:40 +02:00
unknown
309e8337fc Merge mysql.com:/home/mydev/mysql-4.1
into mysql.com:/home/mydev/mysql-4.1-wl1687
2004-05-11 12:44:14 +02:00
unknown
5e96b1c52a Merge bk-internal:/home/bk/mysql-4.1/
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
2004-05-11 12:40:07 +02:00
unknown
a11e04c88b out-of-bound array access fixed 2004-05-11 12:39:00 +02:00
unknown
8d9ce860ba InnoDB: Replace ut_strdup() with mem_strdup()
innobase/include/ut0mem.h:
  Remove ut_strdup(), as it is a clone of mem_strdup()
innobase/os/os0file.c:
  Replace ut_strdup() with mem_strdup()
innobase/ut/ut0mem.c:
  Remove ut_strdup(), as it is a clone of mem_strdup()
2004-05-11 12:51:42 +03:00
unknown
03795dabb7 Merge lgrimmer@build.mysql.com:/home/bk/mysql-4.1
into mysql.com:/space/my/mysql-4.1
2004-05-11 11:00:34 +02:00
unknown
cc7353f58b Updated ndb_* test cases
Added two new, ndb_replace and ndb_minmax


mysql-test/r/ndb_index.result:
  Disable query, since index used is case sensitive
mysql-test/r/ndb_index_ordered.result:
  Correct faulty CREATE TABLE statement
mysql-test/r/ndb_index_unique.result:
  Correct faulty CREATE TABLE statement
mysql-test/t/ndb_index.test:
  Disable query, since index used is case sensitive
mysql-test/t/ndb_index_ordered.test:
  Correct faulty CREATE TABLE statement
mysql-test/t/ndb_index_unique.test:
  Correct faulty CREATE TABLE statement
2004-05-11 10:40:48 +02:00
unknown
85723a7d56 Use Windows code page 1252 instead of real ISO 8859-1
strings/dump_map.c:
  Produce better formatted dump.
2004-05-11 13:32:01 +05:00
unknown
e9725bae8a Merge mysql.com:/home/mydev/mysql-4.1
into mysql.com:/home/mydev/mysql-4.1-wl1687
2004-05-11 09:05:09 +02:00
unknown
5063cbb9a6 Removing VC++ compiler warnings 2004-05-10 22:25:51 -03:00
unknown
4ea5cf8c5a Fix VC++ compiler error (function redifinition) for embedded server 2004-05-10 20:55:52 -03:00
unknown
d5c2e2b2d3 logging_ok:
Logging to logging@openlogging.org accepted
item_cmpfunc.cc, ctype_recoding.test, ctype_recoding.result:
  Call Item_func_conv_charset::fix_fields() in Item_bool_func2::fix_length_and_dec() (but #3704)


mysql-test/r/ctype_recoding.result:
  Call Item_func_conv_charset::fix_fields() in Item_bool_func2::fix_length_and_dec()
mysql-test/t/ctype_recoding.test:
  Call Item_func_conv_charset::fix_fields() in Item_bool_func2::fix_length_and_dec()
sql/item_cmpfunc.cc:
  Call Item_func_conv_charset::fix_fields() in Item_bool_func2::fix_length_and_dec()
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
2004-05-10 23:19:50 +02:00
unknown
082361fe6a Merge bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/home/my/mysql-4.1
2004-05-10 23:48:03 +03:00
unknown
5bd4cb870f Update casts from very old my_lock.c source. 2004-05-10 21:52:24 +02:00
unknown
187c0264f5 Merge mysql.com:/space/my/mysql-4.1
into mysql.com:/space/my/mysql-4.1-build
2004-05-10 20:46:45 +02:00
unknown
70d6ddd08f - Renamed the Mac OS X StartupItem directory from
/Library/StartupItems/MySQL to /Library/StartupItems/MySQLCOM
   to avoid a name space collision with the MySQL Startup Item shipped
   with Mac OS X Server, updated the MySQLStartupItem PKG version
   number to reflect the change.


Build-tools/Do-pkg:
   - Renamed the StartupItem directory from /Library/StartupItems/MySQL
     to /Library/StartupItems/MySQLCOM to avoid a name space collision
     with the MySQL Startup Item in Mac OS X Server
support-files/MacOSX/StartupItem.Description.plist:
   - Bumped up the StartupItem Package version to 1.1 to indicate the
     change in directory naming
2004-05-10 20:32:44 +02:00
unknown
75a87de04c Merge bk-internal:/home/bk/mysql-4.1/
into serg.mylan:/usr/home/serg/Abk/mysql-4.1


client/mysqldump.c:
  Auto merged
2004-05-10 18:22:31 +02:00
unknown
806a06fdbd merge resolve
extra/perror.c:
  Auto merged
ndb/include/debugger/SignalLoggerManager.hpp:
  Auto merged
ndb/include/ndb_version.h:
  Auto merged
ndb/src/common/portlib/unix/NdbMem.c:
  Auto merged
ndb/src/common/portlib/unix/NdbThread.c:
  Auto merged
ndb/src/common/util/Parser.cpp:
  Auto merged
ndb/src/common/util/getarg.c:
  Auto merged
ndb/src/common/util/version.c:
  Auto merged
ndb/src/kernel/blocks/backup/restore/Restore.cpp:
  Auto merged
ndb/src/kernel/blocks/dbutil/DbUtil.cpp:
  Auto merged
ndb/src/kernel/blocks/ndbfs/AsyncFile.cpp:
  Auto merged
ndb/src/kernel/ndb-main/Main.cpp:
  Auto merged
ndb/src/mgmapi/test/keso.c:
  Auto merged
ndb/src/mgmclient/test_cpcd/test_cpcd.cpp:
  Auto merged
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
2004-05-10 17:40:57 +02:00