Commit graph

12214 commits

Author SHA1 Message Date
unknown
e7710af7f4 WL#1622 "SQL Syntax for Prepared Statements": Post-review fixes (1 of 2)
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.
2004-05-21 04:27:50 +04:00
unknown
201412da75 Trivial manual merge
sql/sql_class.h:
  Auto merged
sql/sql_lex.h:
  Auto merged
sql/sql_parse.cc:
  Auto merged
sql/sql_yacc.yy:
  Auto merged
2004-05-15 00:06:16 +04:00
unknown
dd4be0244d CXX linker specified for client_test with libmysqld
libmysqld/examples/Makefile.am:
  CXXLINK specified for client_test with libmysqld
2004-05-14 21:00:29 +05:00
unknown
c016a548a9 Merge marko@build.mysql.com:/home/bk/mysql-4.1
into hundin.mysql.fi:/home/marko/j/mysql-4.1
2004-05-14 16:07:21 +03:00
unknown
a7d2204348 InnoDB cleanup: eliminate IB__FILE__
innobase/btr/btr0cur.c:
  Replace IB__FILE__ with __FILE__
innobase/btr/btr0sea.c:
  Replace IB__FILE__ with __FILE__
innobase/buf/buf0buf.c:
  Replace IB__FILE__ with __FILE__
  Add const qualifiers
innobase/ibuf/ibuf0ibuf.c:
  Replace IB__FILE__ with __FILE__
innobase/include/buf0buf.h:
  Replace IB__FILE__ with __FILE__
  Add const qualifiers
innobase/include/buf0buf.ic:
  Replace IB__FILE__ with __FILE__
innobase/include/mem0mem.h:
  Replace IB__FILE__ with __FILE__
  Add const qualifiers
innobase/include/mem0mem.ic:
  Add const qualifiers
innobase/include/mtr0mtr.h:
  Replace IB__FILE__ with __FILE__
  Add const qualifiers
innobase/include/mtr0mtr.ic:
  Add const qualifiers
innobase/include/pars0pars.h:
  Add const qualifiers
innobase/include/sync0arr.h:
  Add const qualifiers
innobase/include/sync0ipm.ic:
  Replace IB__FILE__ with __FILE__
innobase/include/sync0rw.h:
  Replace IB__FILE__ with __FILE__
  Add const qualifiers
innobase/include/sync0rw.ic:
  Add const qualifiers
innobase/include/sync0sync.h:
  Replace IB__FILE__ with __FILE__
  Add const qualifiers
innobase/include/sync0sync.ic:
  Add const qualifiers
innobase/include/univ.i:
  Remove IB__FILE__
innobase/include/ut0dbg.h:
  Replace IB__FILE__ with __FILE__
innobase/lock/lock0lock.c:
  Replace IB__FILE__ with __FILE__
innobase/log/log0recv.c:
  Replace IB__FILE__ with __FILE__
innobase/mem/mem0mem.c:
  Add const qualifiers
innobase/pars/pars0pars.c:
  Add const qualifiers
innobase/sync/sync0arr.c:
  Add const qualifiers
innobase/sync/sync0rw.c:
  Replace IB__FILE__ with __FILE__
  Add const qualifiers
innobase/sync/sync0sync.c:
  Add const qualifiers
innobase/trx/trx0rec.c:
  Replace IB__FILE__ with __FILE__
2004-05-14 16:06:21 +03:00
unknown
98fbcd9f2c Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1
into sanja.is.com.ua:/home/bell/mysql/bk/work-all_any2-4.1


mysql-test/r/subselect.result:
  Auto merged
sql/sql_select.cc:
  Auto merged
2004-05-14 14:45:27 +03:00
unknown
725d1b44f1 InnoDB: ut0mem: Remove ut_str_catenate(), add const qualifiers
innobase/include/ut0mem.h:
  Add const qualifiers and remove unused function ut_str_catenate()
innobase/include/ut0mem.ic:
  Add const qualifiers
innobase/ut/ut0mem.c:
  Remove unused function ut_str_catenate()
2004-05-14 14:23:46 +03:00
unknown
2536d7183d InnoDB: Disable file locking on FreeBSD
innobase/os/os0file.c:
  Disable os_file_lock() on FreeBSD
2004-05-14 14:11:13 +03:00
unknown
1d51406e29 Merge abelkin@bk-internal.mysql.com:/home/bk/mysql-4.1
into sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1
2004-05-14 11:11:48 +03:00
unknown
c50d5e94bf fixed flags of printed query 2004-05-14 11:09:57 +03:00
unknown
375825aab0 Bug #3403 Wrong encoding in EXPLAIN SELECT output 2004-05-14 13:08:22 +05:00
unknown
3226b9fae5 Bug #3403 Wrong encoding in SHOW GRANTS, EPLAIN SELECT output
This change fixes SHOW GRANTS problem, while EXPLAIN will be fixed
in a separate patch.
2004-05-14 12:16:27 +05:00
unknown
6f0946d6dd 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.


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.
2004-05-14 09:02:06 +03:00
unknown
65755a9cb7 Merge bk-internal:/home/bk/mysql-4.1/
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
2004-05-14 01:25:08 +02:00
unknown
a3aacd7983 compatibility fix for hp-ux 64bit (hpux compiler) and sun 64-bit (sun forte) 2004-05-14 01:24:17 +02:00
unknown
fd51cf47a9 fixed flags of printed query 2004-05-13 23:47:20 +03:00
unknown
d8522613d5 Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
into mc05.(none):/space/tomas/mysql-4.1-ndb
2004-05-13 14:38:35 +02:00
unknown
218a0220b5 Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1
into mc05.(none):/space/tomas/mysql-4.1-ndb
2004-05-13 14:38:34 +02:00
unknown
ae95f38200 Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1
into deer.(none):/home/hf/work/mysql-4.1.ps
2004-05-13 17:38:33 +05:00
unknown
df41e3d55d Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
into mc05.(none):/space2/tomas/mysql-4.1
2004-05-13 13:45:15 +02:00
unknown
97ae6904df portability fix for MACOSX bugreport 3735
ndb/src/ndbapi/Ndberr.cpp:
  Rename: ndb/src/ndbapi/Ndberror.cpp -> ndb/src/ndbapi/Ndberr.cpp
2004-05-13 13:44:45 +02:00
unknown
b58eb134bb portability fixes 2004-05-13 13:42:36 +02:00
unknown
b94ab162cf Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1
into mc05.(none):/space/tomas/mysql-4.1-ndb


ndb/src/common/transporter/Makefile:
  Auto merged
2004-05-13 12:00:11 +02:00
unknown
5e992944b5 Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1
into deer.(none):/home/hf/work/mysql-4.1.ps
2004-05-13 10:31:31 +05:00
unknown
018b103bfe client_test with embedded library will be built so one can check if he broke
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
2004-05-13 10:30:42 +05:00
unknown
ae94c9a1d8 Only compile SHM if configured to 2004-05-12 20:58:35 +02:00
unknown
844f762916 Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1
into mc05.(none):/space/tomas/mysql-4.1-ndb
2004-05-12 16:16:18 +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
79f269cb4d Daemon code to run on all unixes 2004-05-12 14:16:04 +02:00
unknown
3f46ae17a2 NdbMutex.h:
oops forgot this one


ndb/include/portlib/NdbMutex.h:
  oops forgot this one
2004-05-12 12:52:08 +02:00
unknown
15db58a446 Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1
into mc05.(none):/space/tomas/mysql-4.1-ndb
2004-05-12 12:52:07 +02: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
2e9dee04e0 portability/autoconf fixes
ndb/config/Defs.LINUX.x86.GCC.mk:
  postability/autoconf fixes
ndb/include/portlib/NdbMutex.h:
  postability/autoconf fixes
ndb/src/common/editline/unix.h:
  postability/autoconf fixes
ndb/src/common/portlib/memtest/memtest.c:
  postability/autoconf fixes
ndb/src/common/portlib/unix/NdbTCP.c:
  postability/autoconf fixes
ndb/src/common/portlib/unix/NdbThread.c:
  postability/autoconf fixes
ndb/src/common/transporter/Makefile:
  postability/autoconf fixes
ndb/src/common/transporter/SHM_Transporter.cpp:
  postability/autoconf fixes
ndb/src/mgmsrv/MgmtSrvr.cpp:
  postability/autoconf fixes
2004-05-12 12:14:54 +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