Commit graph

1272 commits

Author SHA1 Message Date
unknown
869c89feaa Merged some functions and removed some unused client functions.
Remember UNION for ALTER TABLE
Added test for if we are supporting transactions.
Don't allow REPLACE to replace a row when we have generated an auto_increment key
Fixed bug when using BLOB keys
Fixed bug in SET @variable=user.


Docs/manual.texi:
  Added some examples and moved the Error access denied section to the
  error section.
client/mysqltest.c:
  Changed to use the new mysql_send_query()
include/mysql.h:
  Changed mysql_reap_query() to mysql_send_query().
libmysql/libmysql.c:
  Changed mysql_reap_query() to mysql_send_query()
  Merged some functions and removed some unused functions.
mysql-test/r/bdb.result:
  New test case
mysql-test/r/distinct.result:
  New test case
mysql-test/r/key.result:
  New test case
mysql-test/r/merge.result:
  New test case
mysql-test/r/replace.result:
  New test case
mysql-test/t/bdb.test:
  New test case
mysql-test/t/key.test:
  New test case
mysql-test/t/merge.test:
  New test case
mysql-test/t/replace.test:
  New test case
mysys/my_lock.c:
  Moved global lock variable to static
sql-bench/test-insert.sh:
  Added test case for index-read only
sql/field.h:
  Fixed that one can optimize ORDER BY with ISAM and GEMINI
sql/ha_berkeley.cc:
  Added type casts needed for Windows
sql/ha_innobase.cc:
  Removed reference to manual from comment.
sql/ha_myisammrg.cc:
  Remember UNION for ALTER TABLE
sql/ha_myisammrg.h:
  Remember UNION for ALTER TABLE
sql/handler.cc:
  Added test for if we are supporting transactions.
  Don't allow REPLACE to replace a row when we have generated an auto_increment key.
sql/handler.h:
  Remember UNION for ALTER TABLE
sql/key.cc:
  Fixed bug when using BLOB keys
sql/mysql_priv.h:
  Added new variables
sql/mysqld.cc:
  Added new variables
sql/opt_range.cc:
  Fixed problem with BLOB keys
sql/opt_sum.cc:
  Fix for BLOB keys
sql/sql_class.cc:
  Added test if we need to init/clean transaction variables
sql/sql_insert.cc:
  Fix for REPLACE and auto_increment keys
sql/sql_parse.cc:
  Fixed bug in max_user_connections
sql/sql_select.cc:
  Fixed problem with key on BLOB
sql/sql_yacc.yy:
  Fixed bug in SET @variable=user.
sql/table.cc:
  Fixed problem with keys on BLOB
2001-03-06 15:24:08 +02:00
unknown
277d59b86e Make sure ib_config.h is distributed.
Clean up Do-all-build-steps.


Build-tools/Do-all-build-steps:
  Make this script run on machines other than mysql-work.
innobase/Makefile.am:
  Make sure ib_config.h is distributed.
2001-03-05 21:08:24 -05:00
unknown
6a5b9c2188 Docs/manual.texi
updates for access to 4.0 repository


Docs/manual.texi:
  updates for access to 4.0 repository
2001-03-05 17:28:26 -07:00
unknown
f652a372cb configure.in Add include/Makefile to AC_OUTPUT
innobase/configure.in:
  Add include/Makefile to AC_OUTPUT
2001-03-05 18:55:02 -05:00
unknown
607079bfe6 Added include/Makefile.am so that the header files will
be distributed properly.


innobase/Makefile.am:
  Added include to SUBDIRS
2001-03-05 18:33:13 -05:00
unknown
92b0ea5a03 Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql 2001-03-05 23:22:21 +01:00
unknown
2a691ce787 sql_insert.cc DELAYED INSERT bus error fixed
sql/sql_insert.cc:
  DELAYED INSERT bus error fixed
2001-03-05 23:21:29 +01:00
unknown
87b85dca5a Do-all-build-steps Innobase is included in the distribution.
Build-tools/Do-all-build-steps:
  Innobase is included in the distribution.
2001-03-05 22:08:40 +01:00
unknown
056760c057 Merge work.mysql.com:/home/bk/mysql
into threads.polyesthetic.msg:/usr/local/src/my/work


BitKeeper/etc/logging_ok:
  'Auto converge'
2001-03-05 14:32:51 -05:00
unknown
c5a52087a4 Berkeley DB now uses our own Makefile.in which translates automake
targets (like 'distdir') properly.


configure.in:
  BDB subdir is now 'bdb', not 'bdb/build_unix'.  Remove code that
  modifies the bdb/build_unix/Makefile, because it's no longer needed.
2001-03-05 14:30:39 -05:00
unknown
c85347cdea Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql 2001-03-05 10:37:11 +01:00
unknown
6a4cff9493 post-commit limit mail to 10,000 lines
BitKeeper/triggers/post-commit:
  limit mail to 10,000 lines
2001-03-05 10:33:05 +01:00
unknown
ea7f14cf36 Small changes to make life with BDB in the tree easier.
BitKeeper/etc/ignore:
  added bdb/build_unix/*
BUILD/FINISH.sh:
  Run the s_all script in bdb/dist before running configure
2001-03-04 20:59:13 -05:00
unknown
520e3600c1 Search for Berkeley DB in the 'bdb' directory first. 2001-03-04 20:10:51 -05:00
unknown
1efcceba34 Ignore some files in bdb. 2001-03-04 20:07:36 -05:00
unknown
3660ae0e79 Turn off SCCS flag for all BDB files.
Apply MySQL-specific patches.


bdb/LICENSE:
  Turn off SCCS flag
bdb/btree/bt_compare.c:
  Turn off SCCS flag
bdb/btree/bt_conv.c:
  Turn off SCCS flag
bdb/btree/bt_curadj.c:
  Turn off SCCS flag
bdb/btree/bt_cursor.c:
  Turn off SCCS flag
bdb/btree/bt_delete.c:
  Turn off SCCS flag
bdb/btree/bt_method.c:
  Turn off SCCS flag
bdb/btree/bt_open.c:
  Turn off SCCS flag
bdb/btree/bt_put.c:
  Turn off SCCS flag
bdb/btree/bt_rec.c:
  Turn off SCCS flag
bdb/btree/bt_reclaim.c:
  Turn off SCCS flag
bdb/btree/bt_recno.c:
  Turn off SCCS flag
bdb/btree/bt_rsearch.c:
  Turn off SCCS flag
bdb/btree/bt_search.c:
  Turn off SCCS flag
bdb/btree/bt_split.c:
  Turn off SCCS flag
bdb/btree/bt_stat.c:
  Turn off SCCS flag
bdb/btree/bt_upgrade.c:
  Turn off SCCS flag
bdb/btree/bt_verify.c:
  Turn off SCCS flag
bdb/btree/btree.src:
  Turn off SCCS flag
bdb/btree/btree_auto.c:
  Turn off SCCS flag
bdb/build_unix/.IGNORE_ME:
  Turn off SCCS flag
bdb/build_vxworks/BerkeleyDB.wpj:
  Turn off SCCS flag
bdb/build_vxworks/BerkeleyDB.wsp:
  Turn off SCCS flag
bdb/build_vxworks/db_config.h:
  Turn off SCCS flag
bdb/build_vxworks/db_int.h:
  Turn off SCCS flag
bdb/build_vxworks/ex_access/ex_access.wpj:
  Turn off SCCS flag
bdb/build_vxworks/ex_btrec/ex_btrec.wpj:
  Turn off SCCS flag
bdb/build_vxworks/ex_dbclient/ex_dbclient.wpj:
  Turn off SCCS flag
bdb/build_vxworks/ex_env/ex_env.wpj:
  Turn off SCCS flag
bdb/build_vxworks/ex_mpool/ex_mpool.wpj:
  Turn off SCCS flag
bdb/build_vxworks/ex_tpcb/ex_tpcb.wpj:
  Turn off SCCS flag
bdb/build_win32/Berkeley_DB.dsw:
  Turn off SCCS flag
bdb/build_win32/app_dsp.src:
  Turn off SCCS flag
bdb/build_win32/db_archive.dsp:
  Turn off SCCS flag
bdb/build_win32/db_buildall.dsp:
  Turn off SCCS flag
bdb/build_win32/db_checkpoint.dsp:
  Turn off SCCS flag
bdb/build_win32/db_config.h:
  Turn off SCCS flag
bdb/build_win32/db_deadlock.dsp:
  Turn off SCCS flag
bdb/build_win32/db_dll.dsp:
  Turn off SCCS flag
bdb/build_win32/db_dump.dsp:
  Turn off SCCS flag
bdb/build_win32/db_int.h:
  Turn off SCCS flag
bdb/build_win32/db_java.dsp:
  Turn off SCCS flag
bdb/build_win32/db_load.dsp:
  Turn off SCCS flag
bdb/build_win32/db_printlog.dsp:
  Turn off SCCS flag
bdb/build_win32/db_recover.dsp:
  Turn off SCCS flag
bdb/build_win32/db_stat.dsp:
  Turn off SCCS flag
bdb/build_win32/db_static.dsp:
  Turn off SCCS flag
bdb/build_win32/db_tcl.dsp:
  Turn off SCCS flag
bdb/build_win32/db_test.dsp:
  Turn off SCCS flag
bdb/build_win32/db_upgrade.dsp:
  Turn off SCCS flag
bdb/build_win32/db_verify.dsp:
  Turn off SCCS flag
bdb/build_win32/dbkill.cpp:
  Turn off SCCS flag
bdb/build_win32/dllmain.c:
  Turn off SCCS flag
bdb/build_win32/dynamic_dsp.src:
  Turn off SCCS flag
bdb/build_win32/ex_access.dsp:
  Turn off SCCS flag
bdb/build_win32/ex_btrec.dsp:
  Turn off SCCS flag
bdb/build_win32/ex_env.dsp:
  Turn off SCCS flag
bdb/build_win32/ex_lock.dsp:
  Turn off SCCS flag
bdb/build_win32/ex_mpool.dsp:
  Turn off SCCS flag
bdb/build_win32/ex_tpcb.dsp:
  Turn off SCCS flag
bdb/build_win32/excxx_access.dsp:
  Turn off SCCS flag
bdb/build_win32/excxx_btrec.dsp:
  Turn off SCCS flag
bdb/build_win32/excxx_env.dsp:
  Turn off SCCS flag
bdb/build_win32/excxx_lock.dsp:
  Turn off SCCS flag
bdb/build_win32/excxx_mpool.dsp:
  Turn off SCCS flag
bdb/build_win32/excxx_tpcb.dsp:
  Turn off SCCS flag
bdb/build_win32/include.tcl:
  Turn off SCCS flag
bdb/build_win32/java_dsp.src:
  Turn off SCCS flag
bdb/build_win32/libdb.def:
  Turn off SCCS flag
bdb/build_win32/libdb.rc:
  Turn off SCCS flag
bdb/build_win32/libdb_tcl.def:
  Turn off SCCS flag
bdb/build_win32/libdbrc.src:
  Turn off SCCS flag
bdb/build_win32/srcfile_dsp.src:
  Turn off SCCS flag
bdb/build_win32/static_dsp.src:
  Turn off SCCS flag
bdb/build_win32/tcl_dsp.src:
  Turn off SCCS flag
bdb/clib/getcwd.c:
  Turn off SCCS flag
bdb/clib/getopt.c:
  Turn off SCCS flag
bdb/clib/memcmp.c:
  Turn off SCCS flag
bdb/clib/memmove.c:
  Turn off SCCS flag
bdb/clib/raise.c:
  Turn off SCCS flag
bdb/clib/snprintf.c:
  Turn off SCCS flag
bdb/clib/strcasecmp.c:
  Turn off SCCS flag
bdb/clib/strerror.c:
  Turn off SCCS flag
bdb/clib/vsnprintf.c:
  Turn off SCCS flag
bdb/common/db_byteorder.c:
  Turn off SCCS flag
bdb/common/db_err.c:
  Turn off SCCS flag
bdb/common/db_getlong.c:
  Turn off SCCS flag
bdb/common/db_log2.c:
  Turn off SCCS flag
bdb/common/util_log.c:
  Turn off SCCS flag
bdb/common/util_sig.c:
  Turn off SCCS flag
bdb/cxx/cxx_app.cpp:
  Turn off SCCS flag
bdb/cxx/cxx_except.cpp:
  Turn off SCCS flag
bdb/cxx/cxx_lock.cpp:
  Turn off SCCS flag
bdb/cxx/cxx_log.cpp:
  Turn off SCCS flag
bdb/cxx/cxx_mpool.cpp:
  Turn off SCCS flag
bdb/cxx/cxx_table.cpp:
  Turn off SCCS flag
bdb/cxx/cxx_txn.cpp:
  Turn off SCCS flag
bdb/cxx/namemap.txt:
  Turn off SCCS flag
bdb/db/Design.fileop:
  Turn off SCCS flag
bdb/db/crdel.src:
  Turn off SCCS flag
bdb/db/crdel_auto.c:
  Turn off SCCS flag
bdb/db/crdel_rec.c:
  Turn off SCCS flag
bdb/db/db.c:
  Turn off SCCS flag
bdb/db/db.src:
  Turn off SCCS flag
bdb/db/db_am.c:
  Turn off SCCS flag
bdb/db/db_auto.c:
  Turn off SCCS flag
bdb/db/db_cam.c:
  Turn off SCCS flag
bdb/db/db_conv.c:
  Turn off SCCS flag
bdb/db/db_dispatch.c:
  Turn off SCCS flag
bdb/db/db_dup.c:
  Turn off SCCS flag
bdb/db/db_iface.c:
  Turn off SCCS flag
bdb/db/db_join.c:
  Turn off SCCS flag
bdb/db/db_meta.c:
  Turn off SCCS flag
bdb/db/db_method.c:
  Turn off SCCS flag
bdb/db/db_overflow.c:
  Turn off SCCS flag
bdb/db/db_pr.c:
  Turn off SCCS flag
bdb/db/db_rec.c:
  Turn off SCCS flag
bdb/db/db_reclaim.c:
  Turn off SCCS flag
bdb/db/db_ret.c:
  Turn off SCCS flag
bdb/db/db_upg.c:
  Turn off SCCS flag
bdb/db/db_upg_opd.c:
  Turn off SCCS flag
bdb/db/db_vrfy.c:
  Turn off SCCS flag
bdb/db/db_vrfyutil.c:
  Turn off SCCS flag
bdb/db185/db185.c:
  Turn off SCCS flag
bdb/db185/db185_int.h:
  Turn off SCCS flag
bdb/db_archive/db_archive.c:
  Turn off SCCS flag
bdb/db_checkpoint/db_checkpoint.c:
  Turn off SCCS flag
bdb/db_deadlock/db_deadlock.c:
  Turn off SCCS flag
bdb/db_dump/db_dump.c:
  Turn off SCCS flag
bdb/db_dump185/db_dump185.c:
  Turn off SCCS flag
bdb/db_load/db_load.c:
  Turn off SCCS flag
bdb/db_printlog/README:
  Turn off SCCS flag
bdb/db_printlog/commit.awk:
  Turn off SCCS flag
bdb/db_printlog/count.awk:
  Turn off SCCS flag
bdb/db_printlog/db_printlog.c:
  Turn off SCCS flag
bdb/db_printlog/dbname.awk:
  Turn off SCCS flag
bdb/db_printlog/fileid.awk:
  Turn off SCCS flag
bdb/db_printlog/pgno.awk:
  Turn off SCCS flag
bdb/db_printlog/range.awk:
  Turn off SCCS flag
bdb/db_printlog/rectype.awk:
  Turn off SCCS flag
bdb/db_printlog/status.awk:
  Turn off SCCS flag
bdb/db_printlog/txn.awk:
  Turn off SCCS flag
bdb/db_recover/db_recover.c:
  Turn off SCCS flag
bdb/db_stat/db_stat.c:
  Turn off SCCS flag
bdb/db_upgrade/db_upgrade.c:
  Turn off SCCS flag
bdb/db_verify/db_verify.c:
  Turn off SCCS flag
bdb/dbm/dbm.c:
  Turn off SCCS flag
bdb/dist/Makefile.in:
  Turn off SCCS flag
bdb/dist/acconfig.h:
  Turn off SCCS flag
bdb/dist/config.guess:
  Turn off SCCS flag
bdb/dist/config.hin:
  Turn off SCCS flag
bdb/dist/config.sub:
  Turn off SCCS flag
bdb/dist/gen_rec.awk:
  Turn off SCCS flag
bdb/dist/gen_rpc.awk:
  Turn off SCCS flag
bdb/dist/install-sh:
  Turn off SCCS flag
bdb/dist/ltconfig:
  Turn off SCCS flag
bdb/dist/ltmain.sh:
  Turn off SCCS flag
bdb/dist/rec_ctemp:
  Turn off SCCS flag
bdb/dist/s_all:
  Turn off SCCS flag
bdb/dist/s_config:
  Turn off SCCS flag
bdb/dist/s_include:
  Turn off SCCS flag
bdb/dist/s_java:
  Turn off SCCS flag
bdb/dist/s_perm:
  Turn off SCCS flag
bdb/dist/s_readme:
  Turn off SCCS flag
bdb/dist/s_recover:
  Turn off SCCS flag
bdb/dist/s_rpc:
  Turn off SCCS flag
bdb/dist/s_symlink:
  Turn off SCCS flag
bdb/dist/s_tags:
  Turn off SCCS flag
bdb/dist/s_tcl:
  Turn off SCCS flag
bdb/dist/s_vxworks:
  Turn off SCCS flag
bdb/dist/s_win32_dsp:
  Turn off SCCS flag
bdb/dist/s_win32:
  Turn off SCCS flag
bdb/dist/srcfiles.in:
  Turn off SCCS flag
bdb/dist/aclocal/mutex.m4:
  Turn off SCCS flag
bdb/dist/aclocal/options.m4:
  Turn off SCCS flag
bdb/dist/aclocal/programs.m4:
  Turn off SCCS flag
bdb/dist/aclocal/tcl.m4:
  Turn off SCCS flag
bdb/dist/aclocal/types.m4:
  Turn off SCCS flag
bdb/dist/build/chk.define:
  Turn off SCCS flag
bdb/dist/build/chk.def:
  Turn off SCCS flag
bdb/dist/build/chk.offt:
  Turn off SCCS flag
bdb/dist/build/chk.srcfiles:
  Turn off SCCS flag
bdb/dist/build/chk.tags:
  Turn off SCCS flag
bdb/dist/build/script:
  Turn off SCCS flag
bdb/dist/template/db_server_proc:
  Turn off SCCS flag
bdb/dist/template/gen_client_ret:
  Turn off SCCS flag
bdb/dist/template/rec_btree:
  Turn off SCCS flag
bdb/dist/template/rec_crdel:
  Turn off SCCS flag
bdb/dist/template/rec_db:
  Turn off SCCS flag
bdb/dist/template/rec_hash:
  Turn off SCCS flag
bdb/dist/template/rec_log:
  Turn off SCCS flag
bdb/dist/template/rec_qam:
  Turn off SCCS flag
bdb/dist/template/rec_txn:
  Turn off SCCS flag
bdb/env/db_salloc.c:
  Turn off SCCS flag
bdb/env/db_shash.c:
  Turn off SCCS flag
bdb/env/env_open.c:
  Turn off SCCS flag
bdb/env/env_recover.c:
  Turn off SCCS flag
bdb/env/env_region.c:
  Turn off SCCS flag
bdb/examples_c/README:
  Turn off SCCS flag
bdb/examples_c/ex_access.c:
  Turn off SCCS flag
bdb/examples_c/ex_btrec.c:
  Turn off SCCS flag
bdb/examples_c/ex_dbclient.c:
  Turn off SCCS flag
bdb/examples_c/ex_env.c:
  Turn off SCCS flag
bdb/examples_c/ex_lock.c:
  Turn off SCCS flag
bdb/examples_c/ex_mpool.c:
  Turn off SCCS flag
bdb/examples_c/ex_thread.c:
  Turn off SCCS flag
bdb/examples_c/ex_tpcb.c:
  Turn off SCCS flag
bdb/examples_c/ex_tpcb.h:
  Turn off SCCS flag
bdb/hash/hash.c:
  Turn off SCCS flag
bdb/hash/hash.src:
  Turn off SCCS flag
bdb/hash/hash_auto.c:
  Turn off SCCS flag
bdb/log/log.c:
  Turn off SCCS flag
bdb/log/log.src:
  Turn off SCCS flag
bdb/log/log_archive.c:
  Turn off SCCS flag
bdb/log/log_auto.c:
  Turn off SCCS flag
bdb/log/log_compare.c:
  Turn off SCCS flag
bdb/log/log_findckp.c:
  Turn off SCCS flag
bdb/log/log_get.c:
  Turn off SCCS flag
bdb/log/log_method.c:
  Turn off SCCS flag
bdb/log/log_rec.c:
  Turn off SCCS flag
bdb/log/log_register.c:
  Turn off SCCS flag
bdb/examples_cxx/AccessExample.cpp:
  Turn off SCCS flag
bdb/examples_cxx/BtRecExample.cpp:
  Turn off SCCS flag
bdb/examples_cxx/EnvExample.cpp:
  Turn off SCCS flag
bdb/examples_cxx/LockExample.cpp:
  Turn off SCCS flag
bdb/examples_cxx/MpoolExample.cpp:
  Turn off SCCS flag
bdb/examples_cxx/TpcbExample.cpp:
  Turn off SCCS flag
bdb/hash/hash_conv.c:
  Turn off SCCS flag
bdb/hash/hash_dup.c:
  Turn off SCCS flag
bdb/hash/hash_func.c:
  Turn off SCCS flag
bdb/hash/hash_meta.c:
  Turn off SCCS flag
bdb/hash/hash_method.c:
  Turn off SCCS flag
bdb/hash/hash_page.c:
  Turn off SCCS flag
bdb/hash/hash_rec.c:
  Turn off SCCS flag
bdb/hash/hash_reclaim.c:
  Turn off SCCS flag
bdb/hash/hash_stat.c:
  Turn off SCCS flag
bdb/hash/hash_upgrade.c:
  Turn off SCCS flag
bdb/hash/hash_verify.c:
  Turn off SCCS flag
bdb/hsearch/hsearch.c:
  Turn off SCCS flag
bdb/include/btree.h:
  Turn off SCCS flag
bdb/include/btree_auto.h:
  Turn off SCCS flag
bdb/include/btree_ext.h:
  Turn off SCCS flag
bdb/include/clib_ext.h:
  Turn off SCCS flag
bdb/include/common_ext.h:
  Turn off SCCS flag
bdb/include/crdel_auto.h:
  Turn off SCCS flag
bdb/include/cxx_int.h:
  Turn off SCCS flag
bdb/include/db_185.h:
  Turn off SCCS flag
bdb/include/db_am.h:
  Turn off SCCS flag
bdb/include/db_auto.h:
  Turn off SCCS flag
bdb/include/db_cxx.h:
  Turn off SCCS flag
bdb/include/db_dispatch.h:
  Turn off SCCS flag
bdb/include/db_ext.h:
  Turn off SCCS flag
bdb/include/db_int.src:
  Turn off SCCS flag
bdb/include/db_join.h:
  Turn off SCCS flag
bdb/include/db_page.h:
  Turn off SCCS flag
bdb/include/db_server.h:
  Turn off SCCS flag
bdb/include/db_server_int.h:
  Turn off SCCS flag
bdb/include/db_shash.h:
  Turn off SCCS flag
bdb/include/db_swap.h:
  Turn off SCCS flag
bdb/include/db_upgrade.h:
  Turn off SCCS flag
bdb/include/db_verify.h:
  Turn off SCCS flag
bdb/include/debug.h:
  Turn off SCCS flag
bdb/include/env_ext.h:
  Turn off SCCS flag
bdb/include/hash.h:
  Turn off SCCS flag
bdb/include/mp.h:
  Turn off SCCS flag
bdb/include/os.h:
  Turn off SCCS flag
bdb/include/gen_client_ext.h:
  Turn off SCCS flag
bdb/include/gen_server_ext.h:
  Turn off SCCS flag
bdb/include/hash_auto.h:
  Turn off SCCS flag
bdb/include/hash_ext.h:
  Turn off SCCS flag
bdb/include/lock.h:
  Turn off SCCS flag
bdb/include/lock_ext.h:
  Turn off SCCS flag
bdb/include/log_auto.h:
  Turn off SCCS flag
bdb/include/log_ext.h:
  Turn off SCCS flag
bdb/include/mp_ext.h:
  Turn off SCCS flag
bdb/include/mutex.h:
  Turn off SCCS flag
bdb/include/mutex_ext.h:
  Turn off SCCS flag
bdb/include/os_ext.h:
  Turn off SCCS flag
bdb/include/os_jump.h:
  Turn off SCCS flag
bdb/include/qam.h:
  Turn off SCCS flag
bdb/include/qam_auto.h:
  Turn off SCCS flag
bdb/include/qam_ext.h:
  Turn off SCCS flag
bdb/include/queue.h:
  Turn off SCCS flag
bdb/include/region.h:
  Turn off SCCS flag
bdb/include/rpc_client_ext.h:
  Turn off SCCS flag
bdb/include/rpc_server_ext.h:
  Turn off SCCS flag
bdb/include/shqueue.h:
  Turn off SCCS flag
bdb/include/tcl_db.h:
  Turn off SCCS flag
bdb/include/tcl_ext.h:
  Turn off SCCS flag
bdb/include/txn.h:
  Turn off SCCS flag
bdb/include/txn_auto.h:
  Turn off SCCS flag
bdb/include/txn_ext.h:
  Turn off SCCS flag
bdb/include/xa.h:
  Turn off SCCS flag
bdb/include/xa_ext.h:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/db/Db.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/db/DbAppendRecno.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/db/DbBtreeCompare.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/db/DbBtreePrefix.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/db/DbBtreeStat.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/db/DbConstants.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/db/DbDeadlockException.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/db/DbDupCompare.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/db/DbEnv.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/db/DbEnvFeedback.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/db/DbErrcall.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/db/DbException.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/db/DbFeedback.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/db/DbHash.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/db/DbHashStat.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/db/DbKeyRange.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/db/DbLock.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/db/DbLockStat.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/db/DbLogStat.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/db/DbLsn.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/db/DbMemoryException.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/db/DbMpoolFStat.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/db/DbMpoolStat.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/db/DbOutputStreamErrcall.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/db/DbQueueStat.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/db/DbRecoveryInit.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/db/DbRunRecoveryException.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/db/DbTxn.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/db/DbTxnRecover.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/db/DbTxnStat.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/db/Dbc.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/db/Dbt.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/examples/AccessExample.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/examples/BtRecExample.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/examples/EnvExample.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/examples/LockExample.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/examples/TpcbExample.java:
  Turn off SCCS flag
bdb/libdb_java/checkapi.prl:
  Turn off SCCS flag
bdb/libdb_java/com_sleepycat_db_Db.h:
  Turn off SCCS flag
bdb/libdb_java/com_sleepycat_db_DbEnv.h:
  Turn off SCCS flag
bdb/libdb_java/com_sleepycat_db_DbLock.h:
  Turn off SCCS flag
bdb/libdb_java/com_sleepycat_db_DbLsn.h:
  Turn off SCCS flag
bdb/libdb_java/java_Db.c:
  Turn off SCCS flag
bdb/libdb_java/java_DbEnv.c:
  Turn off SCCS flag
bdb/libdb_java/java_DbLock.c:
  Turn off SCCS flag
bdb/libdb_java/com_sleepycat_db_DbTxn.h:
  Turn off SCCS flag
bdb/libdb_java/com_sleepycat_db_Dbc.h:
  Turn off SCCS flag
bdb/libdb_java/com_sleepycat_db_Dbt.h:
  Turn off SCCS flag
bdb/libdb_java/java_DbLsn.c:
  Turn off SCCS flag
bdb/libdb_java/java_DbTxn.c:
  Turn off SCCS flag
bdb/libdb_java/java_Dbc.c:
  Turn off SCCS flag
bdb/libdb_java/java_Dbt.c:
  Turn off SCCS flag
bdb/libdb_java/java_info.c:
  Turn off SCCS flag
bdb/libdb_java/java_info.h:
  Turn off SCCS flag
bdb/libdb_java/java_locked.c:
  Turn off SCCS flag
bdb/libdb_java/java_locked.h:
  Turn off SCCS flag
bdb/libdb_java/java_util.c:
  Turn off SCCS flag
bdb/libdb_java/java_util.h:
  Turn off SCCS flag
bdb/lock/Design:
  Turn off SCCS flag
bdb/lock/lock.c:
  Turn off SCCS flag
bdb/lock/lock_conflict.c:
  Turn off SCCS flag
bdb/lock/lock_deadlock.c:
  Turn off SCCS flag
bdb/lock/lock_method.c:
  Turn off SCCS flag
bdb/lock/lock_region.c:
  Turn off SCCS flag
bdb/lock/lock_stat.c:
  Turn off SCCS flag
bdb/lock/lock_util.c:
  Turn off SCCS flag
bdb/mp/Design:
  Turn off SCCS flag
bdb/mp/mp_alloc.c:
  Turn off SCCS flag
bdb/mp/mp_bh.c:
  Turn off SCCS flag
bdb/mp/mp_fget.c:
  Turn off SCCS flag
bdb/mp/mp_fopen.c:
  Turn off SCCS flag
bdb/mp/mp_fput.c:
  Turn off SCCS flag
bdb/mp/mp_fset.c:
  Turn off SCCS flag
bdb/mp/mp_method.c:
  Turn off SCCS flag
bdb/mp/mp_region.c:
  Turn off SCCS flag
bdb/mp/mp_register.c:
  Turn off SCCS flag
bdb/mp/mp_stat.c:
  Turn off SCCS flag
bdb/mp/mp_sync.c:
  Turn off SCCS flag
bdb/mp/mp_trickle.c:
  Turn off SCCS flag
bdb/mutex/README:
  Turn off SCCS flag
bdb/mutex/mut_fcntl.c:
  Turn off SCCS flag
bdb/mutex/mut_pthread.c:
  Turn off SCCS flag
bdb/mutex/mut_tas.c:
  Turn off SCCS flag
bdb/mutex/mutex.c:
  Turn off SCCS flag
bdb/mutex/uts4_cc.s:
  Turn off SCCS flag
bdb/os/os_abs.c:
  Turn off SCCS flag
bdb/os/os_alloc.c:
  Turn off SCCS flag
bdb/os/os_dir.c:
  Turn off SCCS flag
bdb/os/os_errno.c:
  Turn off SCCS flag
bdb/os/os_fid.c:
  Turn off SCCS flag
bdb/os/os_finit.c:
  Turn off SCCS flag
bdb/os/os_fsync.c:
  Turn off SCCS flag
bdb/os/os_handle.c:
  Turn off SCCS flag
bdb/os/os_map.c:
  Turn off SCCS flag
bdb/os/os_method.c:
  Turn off SCCS flag
bdb/os/os_oflags.c:
  Turn off SCCS flag
bdb/os/os_open.c:
  Turn off SCCS flag
bdb/os/os_region.c:
  Turn off SCCS flag
bdb/os/os_rename.c:
  Turn off SCCS flag
bdb/os/os_root.c:
  Turn off SCCS flag
bdb/os/os_rpath.c:
  Turn off SCCS flag
bdb/os/os_rw.c:
  Turn off SCCS flag
bdb/os/os_seek.c:
  Turn off SCCS flag
bdb/os/os_sleep.c:
  Turn off SCCS flag
bdb/os/os_spin.c:
  Turn off SCCS flag
bdb/os/os_stat.c:
  Turn off SCCS flag
bdb/os/os_tmpdir.c:
  Turn off SCCS flag
bdb/os/os_unlink.c:
  Turn off SCCS flag
bdb/os_vxworks/os_abs.c:
  Turn off SCCS flag
bdb/os_vxworks/os_finit.c:
  Turn off SCCS flag
bdb/os_vxworks/os_map.c:
  Turn off SCCS flag
bdb/os_win32/os_abs.c:
  Turn off SCCS flag
bdb/os_win32/os_dir.c:
  Turn off SCCS flag
bdb/os_win32/os_errno.c:
  Turn off SCCS flag
bdb/os_win32/os_fid.c:
  Turn off SCCS flag
bdb/os_win32/os_finit.c:
  Turn off SCCS flag
bdb/os_win32/os_map.c:
  Turn off SCCS flag
bdb/os_win32/os_open.c:
  Turn off SCCS flag
bdb/os_win32/os_rename.c:
  Turn off SCCS flag
bdb/os_win32/os_seek.c:
  Turn off SCCS flag
bdb/os_win32/os_sleep.c:
  Turn off SCCS flag
bdb/os_win32/os_spin.c:
  Turn off SCCS flag
bdb/os_win32/os_type.c:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/BerkeleyDB.pm:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/BerkeleyDB.pod.P:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/BerkeleyDB.pod:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/BerkeleyDB.xs:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/BerkeleyDB/Btree.pm:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/BerkeleyDB/Hash.pm:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/Changes:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/MANIFEST:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/Makefile.PL:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/README:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/Todo:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/config.in:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/dbinfo:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/hints/irix_6_5.pl:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/hints/solaris.pl:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/mkconsts:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/mkpod:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/patches/5.004_01:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/patches/5.004_02:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/patches/5.004_03:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/patches/5.004_04:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/patches/5.004_05:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/patches/5.004:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/patches/5.005_01:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/patches/5.005_02:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/patches/5.005_03:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/patches/5.005:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/patches/5.6.0:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/t/btree.t:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/t/db-3.0.t:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/t/db-3.1.t:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/t/db-3.2.t:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/t/destroy.t:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/t/env.t:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/t/examples.t.T:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/t/examples.t:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/t/examples3.t.T:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/t/examples3.t:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/t/filter.t:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/t/hash.t:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/t/txn.t:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/typemap:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/t/join.t:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/t/mldbm.t:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/t/queue.t:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/t/recno.t:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/t/strict.t:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/t/subdb.t:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/t/unknown.t:
  Turn off SCCS flag
bdb/perl.DB_File/Changes:
  Turn off SCCS flag
bdb/perl.DB_File/DB_File.pm:
  Turn off SCCS flag
bdb/perl.DB_File/DB_File.xs:
  Turn off SCCS flag
bdb/perl.DB_File/DB_File_BS:
  Turn off SCCS flag
bdb/perl.DB_File/MANIFEST:
  Turn off SCCS flag
bdb/perl.DB_File/Makefile.PL:
  Turn off SCCS flag
bdb/perl.DB_File/README:
  Turn off SCCS flag
bdb/perl.DB_File/config.in:
  Turn off SCCS flag
bdb/perl.DB_File/dbinfo:
  Turn off SCCS flag
bdb/perl.DB_File/hints/dynixptx.pl:
  Turn off SCCS flag
bdb/perl.DB_File/hints/sco.pl:
  Turn off SCCS flag
bdb/perl.DB_File/patches/5.004_01:
  Turn off SCCS flag
bdb/perl.DB_File/patches/5.004_02:
  Turn off SCCS flag
bdb/perl.DB_File/patches/5.004_03:
  Turn off SCCS flag
bdb/perl.DB_File/patches/5.004_04:
  Turn off SCCS flag
bdb/perl.DB_File/patches/5.004_05:
  Turn off SCCS flag
bdb/perl.DB_File/patches/5.004:
  Turn off SCCS flag
bdb/perl.DB_File/patches/5.005_01:
  Turn off SCCS flag
bdb/perl.DB_File/patches/5.005_02:
  Turn off SCCS flag
bdb/perl.DB_File/patches/5.005_03:
  Turn off SCCS flag
bdb/perl.DB_File/patches/5.005:
  Turn off SCCS flag
bdb/perl.DB_File/patches/5.6.0:
  Turn off SCCS flag
bdb/perl.DB_File/t/db-btree.t:
  Turn off SCCS flag
bdb/perl.DB_File/t/db-hash.t:
  Turn off SCCS flag
bdb/perl.DB_File/t/db-recno.t:
  Turn off SCCS flag
bdb/perl.DB_File/typemap:
  Turn off SCCS flag
bdb/perl.DB_File/version.c:
  Turn off SCCS flag
bdb/qam/qam.c:
  Turn off SCCS flag
bdb/qam/qam.src:
  Turn off SCCS flag
bdb/qam/qam_auto.c:
  Turn off SCCS flag
bdb/qam/qam_conv.c:
  Turn off SCCS flag
bdb/qam/qam_files.c:
  Turn off SCCS flag
bdb/qam/qam_method.c:
  Turn off SCCS flag
bdb/qam/qam_open.c:
  Turn off SCCS flag
bdb/qam/qam_rec.c:
  Turn off SCCS flag
bdb/qam/qam_stat.c:
  Turn off SCCS flag
bdb/qam/qam_upgrade.c:
  Turn off SCCS flag
bdb/qam/qam_verify.c:
  Turn off SCCS flag
bdb/rpc_client/client.c:
  Turn off SCCS flag
bdb/rpc_client/db_server_clnt.c:
  Turn off SCCS flag
bdb/rpc_client/gen_client.c:
  Turn off SCCS flag
bdb/rpc_client/gen_client_ret.c:
  Turn off SCCS flag
bdb/rpc_server/clsrv.html:
  Turn off SCCS flag
bdb/rpc_server/db_server.sed:
  Turn off SCCS flag
bdb/rpc_server/db_server.x:
  Turn off SCCS flag
bdb/rpc_server/rpc.src:
  Turn off SCCS flag
bdb/rpc_server/db_server_proc.c:
  Turn off SCCS flag
bdb/rpc_server/db_server_proc.sed:
  Turn off SCCS flag
bdb/rpc_server/db_server_svc.c:
  Turn off SCCS flag
bdb/rpc_server/db_server_svc.sed:
  Turn off SCCS flag
bdb/rpc_server/db_server_util.c:
  Turn off SCCS flag
bdb/rpc_server/db_server_xdr.c:
  Turn off SCCS flag
bdb/rpc_server/gen_db_server.c:
  Turn off SCCS flag
bdb/tcl/docs/db.html:
  Turn off SCCS flag
bdb/tcl/docs/env.html:
  Turn off SCCS flag
bdb/tcl/docs/historic.html:
  Turn off SCCS flag
bdb/tcl/docs/index.html:
  Turn off SCCS flag
bdb/tcl/docs/library.html:
  Turn off SCCS flag
bdb/tcl/docs/lock.html:
  Turn off SCCS flag
bdb/tcl/docs/log.html:
  Turn off SCCS flag
bdb/tcl/docs/mpool.html:
  Turn off SCCS flag
bdb/tcl/docs/test.html:
  Turn off SCCS flag
bdb/tcl/docs/txn.html:
  Turn off SCCS flag
bdb/tcl/tcl_compat.c:
  Turn off SCCS flag
bdb/tcl/tcl_db.c:
  Turn off SCCS flag
bdb/tcl/tcl_db_pkg.c:
  Turn off SCCS flag
bdb/tcl/tcl_dbcursor.c:
  Turn off SCCS flag
bdb/tcl/tcl_env.c:
  Turn off SCCS flag
bdb/tcl/tcl_internal.c:
  Turn off SCCS flag
bdb/tcl/tcl_lock.c:
  Turn off SCCS flag
bdb/tcl/tcl_log.c:
  Turn off SCCS flag
bdb/tcl/tcl_mp.c:
  Turn off SCCS flag
bdb/tcl/tcl_txn.c:
  Turn off SCCS flag
bdb/test/TESTS:
  Turn off SCCS flag
bdb/test/archive.tcl:
  Turn off SCCS flag
bdb/test/byteorder.tcl:
  Turn off SCCS flag
bdb/test/conscript.tcl:
  Turn off SCCS flag
bdb/test/dbm.tcl:
  Turn off SCCS flag
bdb/test/dbscript.tcl:
  Turn off SCCS flag
bdb/test/ddscript.tcl:
  Turn off SCCS flag
bdb/test/dead001.tcl:
  Turn off SCCS flag
bdb/test/dead002.tcl:
  Turn off SCCS flag
bdb/test/dead003.tcl:
  Turn off SCCS flag
bdb/test/env001.tcl:
  Turn off SCCS flag
bdb/test/env002.tcl:
  Turn off SCCS flag
bdb/test/env003.tcl:
  Turn off SCCS flag
bdb/test/env004.tcl:
  Turn off SCCS flag
bdb/test/env005.tcl:
  Turn off SCCS flag
bdb/test/env006.tcl:
  Turn off SCCS flag
bdb/test/env007.tcl:
  Turn off SCCS flag
bdb/test/env008.tcl:
  Turn off SCCS flag
bdb/test/hsearch.tcl:
  Turn off SCCS flag
bdb/test/include.tcl:
  Turn off SCCS flag
bdb/test/join.tcl:
  Turn off SCCS flag
bdb/test/lock001.tcl:
  Turn off SCCS flag
bdb/test/lock002.tcl:
  Turn off SCCS flag
bdb/test/lock003.tcl:
  Turn off SCCS flag
bdb/test/lockscript.tcl:
  Turn off SCCS flag
bdb/test/log.tcl:
  Turn off SCCS flag
bdb/test/logtrack.list:
  Turn off SCCS flag
bdb/test/logtrack.tcl:
  Turn off SCCS flag
bdb/test/mdbscript.tcl:
  Turn off SCCS flag
bdb/test/mpool.tcl:
  Turn off SCCS flag
bdb/test/mpoolscript.tcl:
  Turn off SCCS flag
bdb/test/mutex.tcl:
  Turn off SCCS flag
bdb/test/mutexscript.tcl:
  Turn off SCCS flag
bdb/test/ndbm.tcl:
  Turn off SCCS flag
bdb/test/recd001.tcl:
  Turn off SCCS flag
bdb/test/recd002.tcl:
  Turn off SCCS flag
bdb/test/recd003.tcl:
  Turn off SCCS flag
bdb/test/recd004.tcl:
  Turn off SCCS flag
bdb/test/recd005.tcl:
  Turn off SCCS flag
bdb/test/recd006.tcl:
  Turn off SCCS flag
bdb/test/recd007.tcl:
  Turn off SCCS flag
bdb/test/recd008.tcl:
  Turn off SCCS flag
bdb/test/recd009.tcl:
  Turn off SCCS flag
bdb/test/recd010.tcl:
  Turn off SCCS flag
bdb/test/recd011.tcl:
  Turn off SCCS flag
bdb/test/recd012.tcl:
  Turn off SCCS flag
bdb/test/recd013.tcl:
  Turn off SCCS flag
bdb/test/recd014.tcl:
  Turn off SCCS flag
bdb/test/rpc001.tcl:
  Turn off SCCS flag
bdb/test/rpc002.tcl:
  Turn off SCCS flag
bdb/test/rsrc001.tcl:
  Turn off SCCS flag
bdb/test/rsrc002.tcl:
  Turn off SCCS flag
bdb/test/rsrc003.tcl:
  Turn off SCCS flag
bdb/test/sdb001.tcl:
  Turn off SCCS flag
bdb/test/sdb002.tcl:
  Turn off SCCS flag
bdb/test/sdb003.tcl:
  Turn off SCCS flag
bdb/test/sdb004.tcl:
  Turn off SCCS flag
bdb/test/sdb005.tcl:
  Turn off SCCS flag
bdb/test/sdb006.tcl:
  Turn off SCCS flag
bdb/test/sdb007.tcl:
  Turn off SCCS flag
bdb/test/sdb008.tcl:
  Turn off SCCS flag
bdb/test/sdb009.tcl:
  Turn off SCCS flag
bdb/test/sdb010.tcl:
  Turn off SCCS flag
bdb/test/sdbscript.tcl:
  Turn off SCCS flag
bdb/test/sdbutils.tcl:
  Turn off SCCS flag
bdb/test/sysscript.tcl:
  Turn off SCCS flag
bdb/test/test.tcl:
  Turn off SCCS flag
bdb/test/test001.tcl:
  Turn off SCCS flag
bdb/test/txn.tcl:
  Turn off SCCS flag
bdb/test/wordlist:
  Turn off SCCS flag
bdb/test/wrap.tcl:
  Turn off SCCS flag
bdb/test/sdbtest001.tcl:
  Turn off SCCS flag
bdb/test/sdbtest002.tcl:
  Turn off SCCS flag
bdb/test/test002.tcl:
  Turn off SCCS flag
bdb/test/test003.tcl:
  Turn off SCCS flag
bdb/test/test004.tcl:
  Turn off SCCS flag
bdb/test/test005.tcl:
  Turn off SCCS flag
bdb/test/test006.tcl:
  Turn off SCCS flag
bdb/test/test007.tcl:
  Turn off SCCS flag
bdb/test/test008.tcl:
  Turn off SCCS flag
bdb/test/test009.tcl:
  Turn off SCCS flag
bdb/test/test010.tcl:
  Turn off SCCS flag
bdb/test/test011.tcl:
  Turn off SCCS flag
bdb/test/test012.tcl:
  Turn off SCCS flag
bdb/test/test013.tcl:
  Turn off SCCS flag
bdb/test/test014.tcl:
  Turn off SCCS flag
bdb/test/test015.tcl:
  Turn off SCCS flag
bdb/test/test016.tcl:
  Turn off SCCS flag
bdb/test/test017.tcl:
  Turn off SCCS flag
bdb/test/test018.tcl:
  Turn off SCCS flag
bdb/test/test019.tcl:
  Turn off SCCS flag
bdb/test/test020.tcl:
  Turn off SCCS flag
bdb/test/test021.tcl:
  Turn off SCCS flag
bdb/test/test022.tcl:
  Turn off SCCS flag
bdb/test/test023.tcl:
  Turn off SCCS flag
bdb/test/test024.tcl:
  Turn off SCCS flag
bdb/test/test025.tcl:
  Turn off SCCS flag
bdb/test/test026.tcl:
  Turn off SCCS flag
bdb/test/test027.tcl:
  Turn off SCCS flag
bdb/test/test028.tcl:
  Turn off SCCS flag
bdb/test/test029.tcl:
  Turn off SCCS flag
bdb/test/test030.tcl:
  Turn off SCCS flag
bdb/test/test031.tcl:
  Turn off SCCS flag
bdb/test/test032.tcl:
  Turn off SCCS flag
bdb/test/test033.tcl:
  Turn off SCCS flag
bdb/test/test034.tcl:
  Turn off SCCS flag
bdb/test/test035.tcl:
  Turn off SCCS flag
bdb/test/test036.tcl:
  Turn off SCCS flag
bdb/test/test037.tcl:
  Turn off SCCS flag
bdb/test/test038.tcl:
  Turn off SCCS flag
bdb/test/test039.tcl:
  Turn off SCCS flag
bdb/test/test040.tcl:
  Turn off SCCS flag
bdb/test/test041.tcl:
  Turn off SCCS flag
bdb/test/test042.tcl:
  Turn off SCCS flag
bdb/test/test043.tcl:
  Turn off SCCS flag
bdb/test/test044.tcl:
  Turn off SCCS flag
bdb/test/test045.tcl:
  Turn off SCCS flag
bdb/test/test046.tcl:
  Turn off SCCS flag
bdb/test/test047.tcl:
  Turn off SCCS flag
bdb/test/test048.tcl:
  Turn off SCCS flag
bdb/test/test049.tcl:
  Turn off SCCS flag
bdb/test/test050.tcl:
  Turn off SCCS flag
bdb/test/test051.tcl:
  Turn off SCCS flag
bdb/test/test052.tcl:
  Turn off SCCS flag
bdb/test/test053.tcl:
  Turn off SCCS flag
bdb/test/test054.tcl:
  Turn off SCCS flag
bdb/test/test055.tcl:
  Turn off SCCS flag
bdb/test/test056.tcl:
  Turn off SCCS flag
bdb/test/test057.tcl:
  Turn off SCCS flag
bdb/test/test058.tcl:
  Turn off SCCS flag
bdb/test/test059.tcl:
  Turn off SCCS flag
bdb/test/test060.tcl:
  Turn off SCCS flag
bdb/test/test061.tcl:
  Turn off SCCS flag
bdb/test/test062.tcl:
  Turn off SCCS flag
bdb/test/test063.tcl:
  Turn off SCCS flag
bdb/test/test064.tcl:
  Turn off SCCS flag
bdb/test/test065.tcl:
  Turn off SCCS flag
bdb/test/test066.tcl:
  Turn off SCCS flag
bdb/test/test067.tcl:
  Turn off SCCS flag
bdb/test/test068.tcl:
  Turn off SCCS flag
bdb/test/test069.tcl:
  Turn off SCCS flag
bdb/test/test070.tcl:
  Turn off SCCS flag
bdb/test/test071.tcl:
  Turn off SCCS flag
bdb/test/test072.tcl:
  Turn off SCCS flag
bdb/test/test073.tcl:
  Turn off SCCS flag
bdb/test/test074.tcl:
  Turn off SCCS flag
bdb/test/test075.tcl:
  Turn off SCCS flag
bdb/test/test076.tcl:
  Turn off SCCS flag
bdb/test/test077.tcl:
  Turn off SCCS flag
bdb/test/test078.tcl:
  Turn off SCCS flag
bdb/test/test079.tcl:
  Turn off SCCS flag
bdb/test/test080.tcl:
  Turn off SCCS flag
bdb/test/test081.tcl:
  Turn off SCCS flag
bdb/test/test082.tcl:
  Turn off SCCS flag
bdb/test/test083.tcl:
  Turn off SCCS flag
bdb/test/test084.tcl:
  Turn off SCCS flag
bdb/test/test085.tcl:
  Turn off SCCS flag
bdb/test/test086.tcl:
  Turn off SCCS flag
bdb/test/test087.tcl:
  Turn off SCCS flag
bdb/docs/api_c/c_index.html:
  Turn off SCCS flag
bdb/docs/api_c/db_close.html:
  Turn off SCCS flag
bdb/docs/api_c/db_create.html:
  Turn off SCCS flag
bdb/docs/api_c/db_del.html:
  Turn off SCCS flag
bdb/docs/api_c/db_err.html:
  Turn off SCCS flag
bdb/docs/api_c/db_lsn.html:
  Turn off SCCS flag
bdb/docs/api_c/db_set_errfile.html:
  Turn off SCCS flag
bdb/docs/api_c/db_set_malloc.html:
  Turn off SCCS flag
bdb/docs/api_c/db_set_paniccall.html:
  Turn off SCCS flag
bdb/docs/api_c/db_set_realloc.html:
  Turn off SCCS flag
bdb/docs/api_c/dbm.html:
  Turn off SCCS flag
bdb/docs/api_c/dbt.html:
  Turn off SCCS flag
bdb/docs/api_c/env_create.html:
  Turn off SCCS flag
bdb/docs/api_c/env_set_errfile.html:
  Turn off SCCS flag
bdb/docs/api_c/env_set_paniccall.html:
  Turn off SCCS flag
bdb/docs/api_c/hsearch.html:
  Turn off SCCS flag
bdb/docs/api_c/pindex.src:
  Turn off SCCS flag
bdb/docs/api_c/set_func_close.html:
  Turn off SCCS flag
bdb/docs/api_c/set_func_dirfree.html:
  Turn off SCCS flag
bdb/docs/api_c/set_func_dirlist.html:
  Turn off SCCS flag
bdb/docs/api_c/set_func_exists.html:
  Turn off SCCS flag
bdb/docs/api_c/set_func_map.html:
  Turn off SCCS flag
bdb/docs/index.html:
  Turn off SCCS flag
bdb/test/test088.tcl:
  Turn off SCCS flag
bdb/test/test090.tcl:
  Turn off SCCS flag
bdb/test/test091.tcl:
  Turn off SCCS flag
bdb/test/testparams.tcl:
  Turn off SCCS flag
bdb/test/testutils.tcl:
  Turn off SCCS flag
bdb/test/update.tcl:
  Turn off SCCS flag
bdb/test/upgrade.tcl:
  Turn off SCCS flag
bdb/test/upgrade/README:
  Turn off SCCS flag
bdb/test/upgrade/generate-2.X/pack-2.6.6.pl:
  Turn off SCCS flag
bdb/test/upgrade/generate-2.X/test-2.6.patch:
  Turn off SCCS flag
bdb/txn/txn.c:
  Turn off SCCS flag
bdb/txn/txn.src:
  Turn off SCCS flag
bdb/txn/txn_auto.c:
  Turn off SCCS flag
bdb/txn/txn_rec.c:
  Turn off SCCS flag
bdb/txn/txn_region.c:
  Turn off SCCS flag
bdb/xa/xa.c:
  Turn off SCCS flag
bdb/xa/xa_db.c:
  Turn off SCCS flag
bdb/xa/xa_map.c:
  Turn off SCCS flag
bdb/docs/api_c/db_cursor.html:
  Turn off SCCS flag
bdb/docs/api_c/db_fd.html:
  Turn off SCCS flag
bdb/docs/api_c/db_get.html:
  Turn off SCCS flag
bdb/docs/api_c/db_get_byteswapped.html:
  Turn off SCCS flag
bdb/docs/api_c/db_get_type.html:
  Turn off SCCS flag
bdb/docs/api_c/db_join.html:
  Turn off SCCS flag
bdb/docs/api_c/db_key_range.html:
  Turn off SCCS flag
bdb/docs/api_c/db_open.html:
  Turn off SCCS flag
bdb/docs/api_c/db_put.html:
  Turn off SCCS flag
bdb/docs/api_c/db_remove.html:
  Turn off SCCS flag
bdb/docs/api_c/db_rename.html:
  Turn off SCCS flag
bdb/docs/api_c/db_set_append_recno.html:
  Turn off SCCS flag
bdb/docs/api_c/db_set_bt_compare.html:
  Turn off SCCS flag
bdb/docs/api_c/db_set_bt_minkey.html:
  Turn off SCCS flag
bdb/docs/api_c/db_set_bt_prefix.html:
  Turn off SCCS flag
bdb/docs/api_c/db_set_cachesize.html:
  Turn off SCCS flag
bdb/docs/api_c/db_set_dup_compare.html:
  Turn off SCCS flag
bdb/docs/api_c/db_set_errcall.html:
  Turn off SCCS flag
bdb/docs/api_c/db_set_flags.html:
  Turn off SCCS flag
bdb/docs/api_c/db_stat.html:
  Turn off SCCS flag
bdb/docs/api_c/db_sync.html:
  Turn off SCCS flag
bdb/docs/api_c/dbc_del.html:
  Turn off SCCS flag
bdb/docs/api_c/set_func_free.html:
  Turn off SCCS flag
bdb/docs/api_c/set_func_fsync.html:
  Turn off SCCS flag
bdb/docs/api_c/set_func_ioinfo.html:
  Turn off SCCS flag
bdb/docs/api_c/set_func_malloc.html:
  Turn off SCCS flag
bdb/docs/api_c/set_func_open.html:
  Turn off SCCS flag
bdb/docs/api_c/set_func_read.html:
  Turn off SCCS flag
bdb/docs/api_c/set_func_realloc.html:
  Turn off SCCS flag
bdb/docs/api_c/set_func_rename.html:
  Turn off SCCS flag
bdb/docs/api_c/set_func_seek.html:
  Turn off SCCS flag
bdb/docs/api_c/set_func_sleep.html:
  Turn off SCCS flag
bdb/docs/api_c/set_func_unlink.html:
  Turn off SCCS flag
bdb/docs/api_c/set_func_unmap.html:
  Turn off SCCS flag
bdb/docs/api_c/set_func_write.html:
  Turn off SCCS flag
bdb/docs/api_c/set_func_yield.html:
  Turn off SCCS flag
bdb/docs/api_c/txn_id.html:
  Turn off SCCS flag
bdb/docs/api_c/db_set_errpfx.html:
  Turn off SCCS flag
bdb/docs/api_c/db_set_feedback.html:
  Turn off SCCS flag
bdb/docs/api_c/db_set_h_ffactor.html:
  Turn off SCCS flag
bdb/docs/api_c/db_set_h_hash.html:
  Turn off SCCS flag
bdb/docs/api_c/db_set_h_nelem.html:
  Turn off SCCS flag
bdb/docs/api_c/db_set_lorder.html:
  Turn off SCCS flag
bdb/docs/api_c/db_set_pagesize.html:
  Turn off SCCS flag
bdb/docs/api_c/db_set_q_extentsize.html:
  Turn off SCCS flag
bdb/docs/api_c/db_set_re_delim.html:
  Turn off SCCS flag
bdb/docs/api_c/db_set_re_len.html:
  Turn off SCCS flag
bdb/docs/api_c/db_set_re_pad.html:
  Turn off SCCS flag
bdb/docs/api_c/db_set_re_source.html:
  Turn off SCCS flag
bdb/docs/api_c/db_upgrade.html:
  Turn off SCCS flag
bdb/docs/api_c/db_verify.html:
  Turn off SCCS flag
bdb/docs/api_c/dbc_close.html:
  Turn off SCCS flag
bdb/docs/api_c/dbc_count.html:
  Turn off SCCS flag
bdb/docs/api_c/dbc_dup.html:
  Turn off SCCS flag
bdb/docs/api_c/dbc_get.html:
  Turn off SCCS flag
bdb/docs/api_c/dbc_put.html:
  Turn off SCCS flag
bdb/docs/api_c/env_close.html:
  Turn off SCCS flag
bdb/docs/api_c/env_open.html:
  Turn off SCCS flag
bdb/docs/api_c/env_remove.html:
  Turn off SCCS flag
bdb/docs/api_c/env_set_cachesize.html:
  Turn off SCCS flag
bdb/docs/api_c/env_set_data_dir.html:
  Turn off SCCS flag
bdb/docs/api_c/env_set_errcall.html:
  Turn off SCCS flag
bdb/docs/api_c/env_set_errpfx.html:
  Turn off SCCS flag
bdb/docs/api_c/env_set_feedback.html:
  Turn off SCCS flag
bdb/docs/api_c/env_set_flags.html:
  Turn off SCCS flag
bdb/docs/api_c/env_set_lg_bsize.html:
  Turn off SCCS flag
bdb/docs/api_c/env_set_lg_dir.html:
  Turn off SCCS flag
bdb/docs/api_c/env_set_lg_max.html:
  Turn off SCCS flag
bdb/docs/api_c/env_set_lk_conflicts.html:
  Turn off SCCS flag
bdb/docs/api_c/env_strerror.html:
  Turn off SCCS flag
bdb/docs/api_c/env_version.html:
  Turn off SCCS flag
bdb/docs/api_c/lock_get.html:
  Turn off SCCS flag
bdb/docs/api_c/env_set_lk_detect.html:
  Turn off SCCS flag
bdb/docs/api_c/env_set_lk_max.html:
  Turn off SCCS flag
bdb/docs/api_c/env_set_lk_max_lockers.html:
  Turn off SCCS flag
bdb/docs/api_c/env_set_lk_max_locks.html:
  Turn off SCCS flag
bdb/docs/api_c/env_set_lk_max_objects.html:
  Turn off SCCS flag
bdb/docs/api_c/env_set_mp_mmapsize.html:
  Turn off SCCS flag
bdb/docs/api_c/env_set_mutexlocks.html:
  Turn off SCCS flag
bdb/docs/api_c/env_set_pageyield.html:
  Turn off SCCS flag
bdb/docs/api_c/env_set_panicstate.html:
  Turn off SCCS flag
bdb/docs/api_c/env_set_rec_init.html:
  Turn off SCCS flag
bdb/docs/api_c/env_set_region_init.html:
  Turn off SCCS flag
bdb/docs/api_c/env_set_server.html:
  Turn off SCCS flag
bdb/docs/api_c/env_set_shm_key.html:
  Turn off SCCS flag
bdb/docs/api_c/env_set_tas_spins.html:
  Turn off SCCS flag
bdb/docs/api_c/env_set_tmp_dir.html:
  Turn off SCCS flag
bdb/docs/api_c/env_set_tx_max.html:
  Turn off SCCS flag
bdb/docs/api_c/env_set_tx_recover.html:
  Turn off SCCS flag
bdb/docs/api_c/env_set_tx_timestamp.html:
  Turn off SCCS flag
bdb/docs/api_c/env_set_verbose.html:
  Turn off SCCS flag
bdb/docs/api_c/lock_detect.html:
  Turn off SCCS flag
bdb/docs/api_c/lock_id.html:
  Turn off SCCS flag
bdb/docs/api_c/lock_put.html:
  Turn off SCCS flag
bdb/docs/api_c/lock_stat.html:
  Turn off SCCS flag
bdb/docs/api_c/lock_vec.html:
  Turn off SCCS flag
bdb/docs/api_c/log_archive.html:
  Turn off SCCS flag
bdb/docs/api_c/log_file.html:
  Turn off SCCS flag
bdb/docs/api_c/c_pindex.html:
  Turn off SCCS flag
bdb/docs/api_c/log_compare.html:
  Turn off SCCS flag
bdb/docs/api_c/log_flush.html:
  Turn off SCCS flag
bdb/docs/api_c/log_get.html:
  Turn off SCCS flag
bdb/docs/api_c/log_put.html:
  Turn off SCCS flag
bdb/docs/api_c/log_register.html:
  Turn off SCCS flag
bdb/docs/api_c/log_stat.html:
  Turn off SCCS flag
bdb/docs/api_c/log_unregister.html:
  Turn off SCCS flag
bdb/docs/api_c/memp_fclose.html:
  Turn off SCCS flag
bdb/docs/api_c/memp_fget.html:
  Turn off SCCS flag
bdb/docs/api_c/memp_fopen.html:
  Turn off SCCS flag
bdb/docs/api_c/memp_fput.html:
  Turn off SCCS flag
bdb/docs/api_c/memp_fset.html:
  Turn off SCCS flag
bdb/docs/api_c/memp_fsync.html:
  Turn off SCCS flag
bdb/docs/api_c/memp_register.html:
  Turn off SCCS flag
bdb/docs/api_c/memp_stat.html:
  Turn off SCCS flag
bdb/docs/api_c/memp_sync.html:
  Turn off SCCS flag
bdb/docs/api_c/memp_trickle.html:
  Turn off SCCS flag
bdb/docs/api_c/txn_abort.html:
  Turn off SCCS flag
bdb/docs/api_c/txn_begin.html:
  Turn off SCCS flag
bdb/docs/api_c/txn_checkpoint.html:
  Turn off SCCS flag
bdb/docs/api_c/txn_commit.html:
  Turn off SCCS flag
bdb/docs/api_c/txn_prepare.html:
  Turn off SCCS flag
bdb/docs/api_c/txn_stat.html:
  Turn off SCCS flag
bdb/docs/api_cxx/cxx_index.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_class.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_close.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_err.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_set_errfile.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_set_malloc.html:
  Turn off SCCS flag
bdb/docs/api_cxx/dbc_class.html:
  Turn off SCCS flag
bdb/docs/api_cxx/pindex.src:
  Turn off SCCS flag
bdb/docs/api_cxx/what.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_cursor.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_del.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_fd.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_get.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_get_byteswapped.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_get_type.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_join.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_key_range.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_open.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_put.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_remove.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_rename.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_set_append_recno.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_set_bt_compare.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_set_bt_minkey.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_set_bt_prefix.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_set_errcall.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_set_flags.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_set_paniccall.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_set_realloc.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_stat.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_sync.html:
  Turn off SCCS flag
bdb/docs/api_cxx/dbenv_class.html:
  Turn off SCCS flag
bdb/docs/api_cxx/dbt_class.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_set_errfile.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_set_error_stream.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_set_paniccall.html:
  Turn off SCCS flag
bdb/docs/api_cxx/except_class.html:
  Turn off SCCS flag
bdb/docs/api_cxx/get_errno.html:
  Turn off SCCS flag
bdb/docs/api_cxx/lock_class.html:
  Turn off SCCS flag
bdb/docs/api_cxx/lsn_class.html:
  Turn off SCCS flag
bdb/docs/api_cxx/mempfile_class.html:
  Turn off SCCS flag
bdb/docs/api_cxx/txn_class.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_set_cachesize.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_set_dup_compare.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_set_errpfx.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_set_feedback.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_set_h_ffactor.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_set_h_hash.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_set_h_nelem.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_set_lorder.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_set_pagesize.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_set_q_extentsize.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_set_re_delim.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_set_re_len.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_set_re_pad.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_set_re_source.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_upgrade.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_verify.html:
  Turn off SCCS flag
bdb/docs/api_cxx/dbc_close.html:
  Turn off SCCS flag
bdb/docs/api_cxx/dbc_count.html:
  Turn off SCCS flag
bdb/docs/api_cxx/dbc_del.html:
  Turn off SCCS flag
bdb/docs/api_cxx/dbc_dup.html:
  Turn off SCCS flag
bdb/docs/api_cxx/dbc_get.html:
  Turn off SCCS flag
bdb/docs/api_cxx/dbc_put.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_close.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_open.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_remove.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_set_cachesize.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_set_data_dir.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_set_errcall.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_strerror.html:
  Turn off SCCS flag
bdb/docs/api_cxx/lock_get.html:
  Turn off SCCS flag
bdb/docs/api_cxx/lock_id.html:
  Turn off SCCS flag
bdb/docs/api_cxx/log_stat.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_set_errpfx.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_set_feedback.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_set_flags.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_set_lg_bsize.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_set_lg_dir.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_set_lg_max.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_set_lk_conflicts.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_set_lk_detect.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_set_lk_max.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_set_lk_max_lockers.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_set_lk_max_locks.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_set_lk_max_objects.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_set_mp_mmapsize.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_set_mutexlocks.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_set_pageyield.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_set_panicstate.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_set_rec_init.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_set_region_init.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_set_server.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_set_shm_key.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_set_tas_spins.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_set_tmp_dir.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_set_tx_max.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_version.html:
  Turn off SCCS flag
bdb/docs/api_cxx/lock_detect.html:
  Turn off SCCS flag
bdb/docs/api_cxx/lock_put.html:
  Turn off SCCS flag
bdb/docs/api_cxx/lock_stat.html:
  Turn off SCCS flag
bdb/docs/api_cxx/lock_vec.html:
  Turn off SCCS flag
bdb/docs/api_cxx/log_archive.html:
  Turn off SCCS flag
bdb/docs/api_cxx/log_file.html:
  Turn off SCCS flag
bdb/docs/api_cxx/log_get.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_set_tx_recover.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_set_tx_timestamp.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_set_verbose.html:
  Turn off SCCS flag
bdb/docs/api_cxx/log_compare.html:
  Turn off SCCS flag
bdb/docs/api_cxx/log_flush.html:
  Turn off SCCS flag
bdb/docs/api_cxx/log_put.html:
  Turn off SCCS flag
bdb/docs/api_cxx/log_register.html:
  Turn off SCCS flag
bdb/docs/api_cxx/log_unregister.html:
  Turn off SCCS flag
bdb/docs/api_cxx/memp_fclose.html:
  Turn off SCCS flag
bdb/docs/api_cxx/memp_fget.html:
  Turn off SCCS flag
bdb/docs/api_cxx/memp_fopen.html:
  Turn off SCCS flag
bdb/docs/api_cxx/memp_fput.html:
  Turn off SCCS flag
bdb/docs/api_cxx/memp_fset.html:
  Turn off SCCS flag
bdb/docs/api_cxx/memp_fsync.html:
  Turn off SCCS flag
bdb/docs/api_cxx/memp_register.html:
  Turn off SCCS flag
bdb/docs/api_cxx/memp_stat.html:
  Turn off SCCS flag
bdb/docs/api_cxx/memp_sync.html:
  Turn off SCCS flag
bdb/docs/api_cxx/memp_trickle.html:
  Turn off SCCS flag
bdb/docs/api_cxx/txn_id.html:
  Turn off SCCS flag
bdb/docs/api_cxx/txn_stat.html:
  Turn off SCCS flag
bdb/docs/api_cxx/cxx_pindex.html:
  Turn off SCCS flag
bdb/docs/api_cxx/txn_abort.html:
  Turn off SCCS flag
bdb/docs/api_cxx/txn_begin.html:
  Turn off SCCS flag
bdb/docs/api_cxx/txn_checkpoint.html:
  Turn off SCCS flag
bdb/docs/api_cxx/txn_commit.html:
  Turn off SCCS flag
bdb/docs/api_cxx/txn_prepare.html:
  Turn off SCCS flag
bdb/docs/api_java/db_class.html:
  Turn off SCCS flag
bdb/docs/api_java/db_close.html:
  Turn off SCCS flag
bdb/docs/api_java/db_cursor.html:
  Turn off SCCS flag
bdb/docs/api_java/db_del.html:
  Turn off SCCS flag
bdb/docs/api_java/db_fd.html:
  Turn off SCCS flag
bdb/docs/api_java/db_get.html:
  Turn off SCCS flag
bdb/docs/api_java/db_get_type.html:
  Turn off SCCS flag
bdb/docs/api_java/db_join.html:
  Turn off SCCS flag
bdb/docs/api_java/db_key_range.html:
  Turn off SCCS flag
bdb/docs/api_java/db_open.html:
  Turn off SCCS flag
bdb/docs/api_java/dbc_class.html:
  Turn off SCCS flag
bdb/docs/api_java/dbc_put.html:
  Turn off SCCS flag
bdb/docs/api_java/dbenv_class.html:
  Turn off SCCS flag
bdb/docs/api_java/dbt_class.html:
  Turn off SCCS flag
bdb/docs/api_java/deadlock_class.html:
  Turn off SCCS flag
bdb/docs/api_java/env_set_error_stream.html:
  Turn off SCCS flag
bdb/docs/api_java/except_class.html:
  Turn off SCCS flag
bdb/docs/api_java/get_errno.html:
  Turn off SCCS flag
bdb/docs/api_java/java_index.html:
  Turn off SCCS flag
bdb/docs/api_java/lock_class.html:
  Turn off SCCS flag
bdb/docs/api_java/lsn_class.html:
  Turn off SCCS flag
bdb/docs/api_java/mem_class.html:
  Turn off SCCS flag
bdb/docs/api_java/pindex.src:
  Turn off SCCS flag
bdb/docs/api_java/runrec_class.html:
  Turn off SCCS flag
bdb/docs/api_java/txn_class.html:
  Turn off SCCS flag
bdb/docs/api_java/db_get_byteswapped.html:
  Turn off SCCS flag
bdb/docs/api_java/db_put.html:
  Turn off SCCS flag
bdb/docs/api_java/db_remove.html:
  Turn off SCCS flag
bdb/docs/api_java/db_rename.html:
  Turn off SCCS flag
bdb/docs/api_java/db_set_append_recno.html:
  Turn off SCCS flag
bdb/docs/api_java/db_set_bt_compare.html:
  Turn off SCCS flag
bdb/docs/api_java/db_set_bt_minkey.html:
  Turn off SCCS flag
bdb/docs/api_java/db_set_bt_prefix.html:
  Turn off SCCS flag
bdb/docs/api_java/db_set_cachesize.html:
  Turn off SCCS flag
bdb/docs/api_java/db_set_dup_compare.html:
  Turn off SCCS flag
bdb/docs/api_java/db_set_errcall.html:
  Turn off SCCS flag
bdb/docs/api_java/db_set_errpfx.html:
  Turn off SCCS flag
bdb/docs/api_java/db_set_feedback.html:
  Turn off SCCS flag
bdb/docs/api_java/db_set_flags.html:
  Turn off SCCS flag
bdb/docs/api_java/db_set_h_ffactor.html:
  Turn off SCCS flag
bdb/docs/api_java/db_set_h_hash.html:
  Turn off SCCS flag
bdb/docs/api_java/db_set_h_nelem.html:
  Turn off SCCS flag
bdb/docs/api_java/db_set_lorder.html:
  Turn off SCCS flag
bdb/docs/api_java/db_set_pagesize.html:
  Turn off SCCS flag
bdb/docs/api_java/db_set_q_extentsize.html:
  Turn off SCCS flag
bdb/docs/api_java/db_set_re_delim.html:
  Turn off SCCS flag
bdb/docs/api_java/db_set_re_len.html:
  Turn off SCCS flag
bdb/docs/api_java/db_set_re_pad.html:
  Turn off SCCS flag
bdb/docs/api_java/db_set_re_source.html:
  Turn off SCCS flag
bdb/docs/api_java/db_stat.html:
  Turn off SCCS flag
bdb/docs/api_java/db_sync.html:
  Turn off SCCS flag
bdb/docs/api_java/dbc_del.html:
  Turn off SCCS flag
bdb/docs/api_java/dbc_dup.html:
  Turn off SCCS flag
bdb/docs/api_java/dbc_get.html:
  Turn off SCCS flag
bdb/docs/api_java/env_open.html:
  Turn off SCCS flag
bdb/docs/api_java/log_stat.html:
  Turn off SCCS flag
bdb/docs/api_java/db_upgrade.html:
  Turn off SCCS flag
bdb/docs/api_java/db_verify.html:
  Turn off SCCS flag
bdb/docs/api_java/dbc_close.html:
  Turn off SCCS flag
bdb/docs/api_java/dbc_count.html:
  Turn off SCCS flag
bdb/docs/api_java/env_close.html:
  Turn off SCCS flag
bdb/docs/api_java/env_remove.html:
  Turn off SCCS flag
bdb/docs/api_java/env_set_cachesize.html:
  Turn off SCCS flag
bdb/docs/api_java/env_set_data_dir.html:
  Turn off SCCS flag
bdb/docs/api_java/env_set_errcall.html:
  Turn off SCCS flag
bdb/docs/api_java/env_set_errpfx.html:
  Turn off SCCS flag
bdb/docs/api_java/env_set_feedback.html:
  Turn off SCCS flag
bdb/docs/api_java/env_set_flags.html:
  Turn off SCCS flag
bdb/docs/api_java/env_set_lg_bsize.html:
  Turn off SCCS flag
bdb/docs/api_java/env_set_lg_dir.html:
  Turn off SCCS flag
bdb/docs/api_java/env_set_lg_max.html:
  Turn off SCCS flag
bdb/docs/api_java/env_set_lk_conflicts.html:
  Turn off SCCS flag
bdb/docs/api_java/env_set_lk_detect.html:
  Turn off SCCS flag
bdb/docs/api_java/env_set_lk_max.html:
  Turn off SCCS flag
bdb/docs/api_java/env_set_lk_max_lockers.html:
  Turn off SCCS flag
bdb/docs/api_java/env_set_lk_max_locks.html:
  Turn off SCCS flag
bdb/docs/api_java/env_set_lk_max_objects.html:
  Turn off SCCS flag
bdb/docs/api_java/env_set_mp_mmapsize.html:
  Turn off SCCS flag
bdb/docs/api_java/env_set_mutexlocks.html:
  Turn off SCCS flag
bdb/docs/api_java/env_set_rec_init.html:
  Turn off SCCS flag
bdb/docs/api_java/env_set_server.html:
  Turn off SCCS flag
bdb/docs/api_java/env_strerror.html:
  Turn off SCCS flag
bdb/docs/api_java/lock_get.html:
  Turn off SCCS flag
bdb/docs/api_java/lock_id.html:
  Turn off SCCS flag
bdb/docs/api_java/lock_put.html:
  Turn off SCCS flag
bdb/docs/api_java/lock_vec.html:
  Turn off SCCS flag
bdb/docs/api_java/txn_id.html:
  Turn off SCCS flag
bdb/docs/api_java/env_set_pageyield.html:
  Turn off SCCS flag
bdb/docs/api_java/env_set_panicstate.html:
  Turn off SCCS flag
bdb/docs/api_java/env_set_region_init.html:
  Turn off SCCS flag
bdb/docs/api_java/env_set_shm_key.html:
  Turn off SCCS flag
bdb/docs/api_java/env_set_tas_spins.html:
  Turn off SCCS flag
bdb/docs/api_java/env_set_tmp_dir.html:
  Turn off SCCS flag
bdb/docs/api_java/env_set_tx_max.html:
  Turn off SCCS flag
bdb/docs/api_java/env_set_tx_recover.html:
  Turn off SCCS flag
bdb/docs/api_java/env_set_tx_timestamp.html:
  Turn off SCCS flag
bdb/docs/api_java/env_set_verbose.html:
  Turn off SCCS flag
bdb/docs/api_java/env_version.html:
  Turn off SCCS flag
bdb/docs/api_java/lock_detect.html:
  Turn off SCCS flag
bdb/docs/api_java/lock_stat.html:
  Turn off SCCS flag
bdb/docs/api_java/log_archive.html:
  Turn off SCCS flag
bdb/docs/api_java/log_compare.html:
  Turn off SCCS flag
bdb/docs/api_java/log_file.html:
  Turn off SCCS flag
bdb/docs/api_java/log_flush.html:
  Turn off SCCS flag
bdb/docs/api_java/log_get.html:
  Turn off SCCS flag
bdb/docs/api_java/log_put.html:
  Turn off SCCS flag
bdb/docs/api_java/log_register.html:
  Turn off SCCS flag
bdb/docs/api_java/log_unregister.html:
  Turn off SCCS flag
bdb/docs/api_java/memp_fclose.html:
  Turn off SCCS flag
bdb/docs/api_java/memp_fget.html:
  Turn off SCCS flag
bdb/docs/api_java/memp_fopen.html:
  Turn off SCCS flag
bdb/docs/api_java/memp_fput.html:
  Turn off SCCS flag
bdb/docs/api_java/memp_fset.html:
  Turn off SCCS flag
bdb/docs/api_java/memp_fsync.html:
  Turn off SCCS flag
bdb/docs/api_java/memp_stat.html:
  Turn off SCCS flag
bdb/docs/api_java/txn_stat.html:
  Turn off SCCS flag
bdb/docs/api_java/java_pindex.html:
  Turn off SCCS flag
bdb/docs/api_java/memp_register.html:
  Turn off SCCS flag
bdb/docs/api_java/memp_sync.html:
  Turn off SCCS flag
bdb/docs/api_java/memp_trickle.html:
  Turn off SCCS flag
bdb/docs/api_java/txn_abort.html:
  Turn off SCCS flag
bdb/docs/api_java/txn_begin.html:
  Turn off SCCS flag
bdb/docs/api_java/txn_checkpoint.html:
  Turn off SCCS flag
bdb/docs/api_java/txn_commit.html:
  Turn off SCCS flag
bdb/docs/api_java/txn_prepare.html:
  Turn off SCCS flag
bdb/docs/api_tcl/db_close.html:
  Turn off SCCS flag
bdb/docs/api_tcl/db_count.html:
  Turn off SCCS flag
bdb/docs/api_tcl/db_cursor.html:
  Turn off SCCS flag
bdb/docs/api_tcl/db_del.html:
  Turn off SCCS flag
bdb/docs/api_tcl/db_get.html:
  Turn off SCCS flag
bdb/docs/api_tcl/db_get_join.html:
  Turn off SCCS flag
bdb/docs/api_tcl/db_get_type.html:
  Turn off SCCS flag
bdb/docs/api_tcl/db_is_byteswapped.html:
  Turn off SCCS flag
bdb/docs/api_tcl/db_join.html:
  Turn off SCCS flag
bdb/docs/api_tcl/db_open.html:
  Turn off SCCS flag
bdb/docs/api_tcl/db_put.html:
  Turn off SCCS flag
bdb/docs/api_tcl/db_remove.html:
  Turn off SCCS flag
bdb/docs/api_tcl/db_rename.html:
  Turn off SCCS flag
bdb/docs/api_tcl/db_stat.html:
  Turn off SCCS flag
bdb/docs/api_tcl/db_sync.html:
  Turn off SCCS flag
bdb/docs/api_tcl/dbc_del.html:
  Turn off SCCS flag
bdb/docs/api_tcl/dbc_dup.html:
  Turn off SCCS flag
bdb/docs/api_tcl/dbc_get.html:
  Turn off SCCS flag
bdb/docs/api_tcl/pindex.src:
  Turn off SCCS flag
bdb/docs/api_tcl/txn.html:
  Turn off SCCS flag
bdb/docs/api_tcl/dbc_close.html:
  Turn off SCCS flag
bdb/docs/api_tcl/dbc_put.html:
  Turn off SCCS flag
bdb/docs/api_tcl/env_close.html:
  Turn off SCCS flag
bdb/docs/api_tcl/env_open.html:
  Turn off SCCS flag
bdb/docs/api_tcl/env_remove.html:
  Turn off SCCS flag
bdb/docs/api_tcl/tcl_index.html:
  Turn off SCCS flag
bdb/docs/api_tcl/tcl_pindex.html:
  Turn off SCCS flag
bdb/docs/api_tcl/txn_abort.html:
  Turn off SCCS flag
bdb/docs/api_tcl/txn_commit.html:
  Turn off SCCS flag
bdb/docs/api_tcl/version.html:
  Turn off SCCS flag
bdb/docs/ref/am/close.html:
  Turn off SCCS flag
bdb/docs/ref/am/count.html:
  Turn off SCCS flag
bdb/docs/ref/am/curclose.html:
  Turn off SCCS flag
bdb/docs/ref/am/curdel.html:
  Turn off SCCS flag
bdb/docs/ref/am/curdup.html:
  Turn off SCCS flag
bdb/docs/ref/am/curget.html:
  Turn off SCCS flag
bdb/docs/ref/am/curput.html:
  Turn off SCCS flag
bdb/docs/ref/am/cursor.html:
  Turn off SCCS flag
bdb/docs/ref/am/delete.html:
  Turn off SCCS flag
bdb/docs/ref/am/error.html:
  Turn off SCCS flag
bdb/docs/ref/pindex.src:
  Turn off SCCS flag
bdb/docs/ref/toc.html:
  Turn off SCCS flag
bdb/docs/ref/am/get.html:
  Turn off SCCS flag
bdb/docs/ref/am/join.html:
  Turn off SCCS flag
bdb/docs/ref/am/open.html:
  Turn off SCCS flag
bdb/docs/ref/am/opensub.html:
  Turn off SCCS flag
bdb/docs/ref/am/ops.html:
  Turn off SCCS flag
bdb/docs/ref/am/partial.html:
  Turn off SCCS flag
bdb/docs/ref/am/put.html:
  Turn off SCCS flag
bdb/docs/ref/am/stability.html:
  Turn off SCCS flag
bdb/docs/ref/am/stat.html:
  Turn off SCCS flag
bdb/docs/ref/am/sync.html:
  Turn off SCCS flag
bdb/docs/ref/am/upgrade.html:
  Turn off SCCS flag
bdb/docs/ref/am/verify.html:
  Turn off SCCS flag
bdb/docs/ref/am_conf/bt_compare.html:
  Turn off SCCS flag
bdb/docs/ref/am_conf/bt_minkey.html:
  Turn off SCCS flag
bdb/docs/ref/am_conf/bt_prefix.html:
  Turn off SCCS flag
bdb/docs/ref/am_conf/bt_recnum.html:
  Turn off SCCS flag
bdb/docs/ref/am_conf/byteorder.html:
  Turn off SCCS flag
bdb/docs/ref/am_conf/cachesize.html:
  Turn off SCCS flag
bdb/docs/ref/am_conf/dup.html:
  Turn off SCCS flag
bdb/docs/ref/am_conf/extentsize.html:
  Turn off SCCS flag
bdb/docs/ref/am_conf/h_ffactor.html:
  Turn off SCCS flag
bdb/docs/ref/am_conf/h_hash.html:
  Turn off SCCS flag
bdb/docs/ref/am_conf/h_nelem.html:
  Turn off SCCS flag
bdb/docs/ref/am_conf/intro.html:
  Turn off SCCS flag
bdb/docs/ref/am_conf/logrec.html:
  Turn off SCCS flag
bdb/docs/ref/am_conf/malloc.html:
  Turn off SCCS flag
bdb/docs/ref/am_conf/pagesize.html:
  Turn off SCCS flag
bdb/docs/ref/am_conf/re_source.html:
  Turn off SCCS flag
bdb/docs/ref/am_conf/recno.html:
  Turn off SCCS flag
bdb/docs/ref/am_conf/renumber.html:
  Turn off SCCS flag
bdb/docs/ref/am_conf/select.html:
  Turn off SCCS flag
bdb/docs/ref/arch/apis.html:
  Turn off SCCS flag
bdb/docs/ref/arch/bigpic.html:
  Turn off SCCS flag
bdb/docs/ref/arch/progmodel.html:
  Turn off SCCS flag
bdb/docs/ref/arch/script.html:
  Turn off SCCS flag
bdb/docs/ref/arch/utilities.html:
  Turn off SCCS flag
bdb/docs/ref/build_unix/aix.html:
  Turn off SCCS flag
bdb/docs/ref/build_unix/conf.html:
  Turn off SCCS flag
bdb/docs/ref/build_unix/flags.html:
  Turn off SCCS flag
bdb/docs/ref/build_unix/freebsd.html:
  Turn off SCCS flag
bdb/docs/ref/build_unix/hpux.html:
  Turn off SCCS flag
bdb/docs/ref/build_unix/install.html:
  Turn off SCCS flag
bdb/docs/ref/build_unix/intro.html:
  Turn off SCCS flag
bdb/docs/ref/build_unix/irix.html:
  Turn off SCCS flag
bdb/docs/ref/build_unix/linux.html:
  Turn off SCCS flag
bdb/docs/ref/build_unix/notes.html:
  Turn off SCCS flag
bdb/docs/ref/build_unix/osf1.html:
  Turn off SCCS flag
bdb/docs/ref/build_unix/qnx.html:
  Turn off SCCS flag
bdb/docs/ref/build_unix/sco.html:
  Turn off SCCS flag
bdb/docs/ref/build_unix/shlib.html:
  Turn off SCCS flag
bdb/docs/ref/build_unix/solaris.html:
  Turn off SCCS flag
bdb/docs/ref/build_unix/sunos.html:
  Turn off SCCS flag
bdb/docs/ref/build_unix/test.html:
  Turn off SCCS flag
bdb/docs/ref/build_unix/ultrix.html:
  Turn off SCCS flag
bdb/docs/ref/build_vxworks/faq.html:
  Turn off SCCS flag
bdb/docs/ref/build_vxworks/intro.html:
  Turn off SCCS flag
bdb/docs/ref/build_vxworks/notes.html:
  Turn off SCCS flag
bdb/docs/ref/build_win/faq.html:
  Turn off SCCS flag
bdb/docs/ref/build_win/intro.html:
  Turn off SCCS flag
bdb/docs/ref/build_win/notes.html:
  Turn off SCCS flag
bdb/docs/ref/build_win/test.html:
  Turn off SCCS flag
bdb/docs/ref/cam/intro.html:
  Turn off SCCS flag
bdb/docs/ref/debug/common.html:
  Turn off SCCS flag
bdb/docs/ref/debug/compile.html:
  Turn off SCCS flag
bdb/docs/ref/debug/intro.html:
  Turn off SCCS flag
bdb/docs/ref/debug/printlog.html:
  Turn off SCCS flag
bdb/docs/ref/debug/runtime.html:
  Turn off SCCS flag
bdb/docs/ref/distrib/layout.html:
  Turn off SCCS flag
bdb/docs/ref/dumpload/format.html:
  Turn off SCCS flag
bdb/docs/ref/dumpload/text.html:
  Turn off SCCS flag
bdb/docs/ref/dumpload/utility.html:
  Turn off SCCS flag
bdb/docs/ref/env/create.html:
  Turn off SCCS flag
bdb/docs/ref/env/error.html:
  Turn off SCCS flag
bdb/docs/ref/env/intro.html:
  Turn off SCCS flag
bdb/docs/ref/env/naming.html:
  Turn off SCCS flag
bdb/docs/ref/env/open.html:
  Turn off SCCS flag
bdb/docs/ref/env/region.html:
  Turn off SCCS flag
bdb/docs/ref/env/remote.html:
  Turn off SCCS flag
bdb/docs/ref/env/security.html:
  Turn off SCCS flag
bdb/docs/ref/intro/data.html:
  Turn off SCCS flag
bdb/docs/ref/install/file.html:
  Turn off SCCS flag
bdb/docs/ref/install/magic.s5.be.txt:
  Turn off SCCS flag
bdb/docs/ref/install/magic.s5.le.txt:
  Turn off SCCS flag
bdb/docs/ref/install/magic.txt:
  Turn off SCCS flag
bdb/docs/ref/intro/dbis.html:
  Turn off SCCS flag
bdb/docs/ref/intro/dbisnot.html:
  Turn off SCCS flag
bdb/docs/ref/intro/distrib.html:
  Turn off SCCS flag
bdb/docs/ref/intro/need.html:
  Turn off SCCS flag
bdb/docs/ref/intro/products.html:
  Turn off SCCS flag
bdb/docs/ref/intro/terrain.html:
  Turn off SCCS flag
bdb/docs/ref/intro/what.html:
  Turn off SCCS flag
bdb/docs/ref/intro/where.html:
  Turn off SCCS flag
bdb/docs/ref/java/compat.html:
  Turn off SCCS flag
bdb/docs/ref/java/conf.html:
  Turn off SCCS flag
bdb/docs/ref/java/faq.html:
  Turn off SCCS flag
bdb/docs/ref/java/program.html:
  Turn off SCCS flag
bdb/docs/ref/lock/am_conv.html:
  Turn off SCCS flag
bdb/docs/ref/lock/cam_conv.html:
  Turn off SCCS flag
bdb/docs/ref/lock/config.html:
  Turn off SCCS flag
bdb/docs/ref/lock/dead.html:
  Turn off SCCS flag
bdb/docs/ref/lock/intro.html:
  Turn off SCCS flag
bdb/docs/ref/lock/max.html:
  Turn off SCCS flag
bdb/docs/ref/lock/nondb.html:
  Turn off SCCS flag
bdb/docs/ref/lock/notxn.html:
  Turn off SCCS flag
bdb/docs/ref/lock/page.html:
  Turn off SCCS flag
bdb/docs/ref/lock/stdmode.html:
  Turn off SCCS flag
bdb/docs/ref/lock/twopl.html:
  Turn off SCCS flag
bdb/docs/ref/log/config.html:
  Turn off SCCS flag
bdb/docs/ref/log/intro.html:
  Turn off SCCS flag
bdb/docs/ref/log/limits.html:
  Turn off SCCS flag
bdb/docs/ref/mp/config.html:
  Turn off SCCS flag
bdb/docs/ref/mp/intro.html:
  Turn off SCCS flag
bdb/docs/ref/perl/intro.html:
  Turn off SCCS flag
bdb/docs/ref/program/appsignals.html:
  Turn off SCCS flag
bdb/docs/ref/program/byteorder.html:
  Turn off SCCS flag
bdb/docs/ref/program/compatible.html:
  Turn off SCCS flag
bdb/docs/ref/program/copy.html:
  Turn off SCCS flag
bdb/docs/ref/program/dbsizes.html:
  Turn off SCCS flag
bdb/docs/ref/program/diskspace.html:
  Turn off SCCS flag
bdb/docs/ref/program/environ.html:
  Turn off SCCS flag
bdb/docs/ref/program/errorret.html:
  Turn off SCCS flag
bdb/docs/ref/program/extending.html:
  Turn off SCCS flag
bdb/docs/ref/program/mt.html:
  Turn off SCCS flag
bdb/docs/ref/program/namespace.html:
  Turn off SCCS flag
bdb/docs/ref/program/recimp.html:
  Turn off SCCS flag
bdb/docs/ref/program/runtime.html:
  Turn off SCCS flag
bdb/docs/ref/program/scope.html:
  Turn off SCCS flag
bdb/docs/ref/program/solaris.txt:
  Turn off SCCS flag
bdb/docs/ref/program/version.html:
  Turn off SCCS flag
bdb/docs/ref/refs/hash_usenix.ps:
  Turn off SCCS flag
bdb/docs/ref/refs/refs.html:
  Turn off SCCS flag
bdb/docs/ref/refs/witold.html:
  Turn off SCCS flag
bdb/docs/ref/refs/bdb_usenix.html:
  Turn off SCCS flag
bdb/docs/ref/refs/bdb_usenix.ps:
  Turn off SCCS flag
bdb/docs/ref/refs/embedded.html:
  Turn off SCCS flag
bdb/docs/ref/refs/libtp_usenix.ps:
  Turn off SCCS flag
bdb/docs/ref/rpc/client.html:
  Turn off SCCS flag
bdb/docs/ref/rpc/intro.html:
  Turn off SCCS flag
bdb/docs/ref/rpc/server.html:
  Turn off SCCS flag
bdb/docs/ref/sendmail/intro.html:
  Turn off SCCS flag
bdb/docs/ref/simple_tut/close.html:
  Turn off SCCS flag
bdb/docs/ref/simple_tut/del.html:
  Turn off SCCS flag
bdb/docs/ref/simple_tut/errors.html:
  Turn off SCCS flag
bdb/docs/ref/simple_tut/example.txt:
  Turn off SCCS flag
bdb/docs/ref/simple_tut/get.html:
  Turn off SCCS flag
bdb/docs/ref/simple_tut/handles.html:
  Turn off SCCS flag
bdb/docs/ref/simple_tut/intro.html:
  Turn off SCCS flag
bdb/docs/ref/simple_tut/keydata.html:
  Turn off SCCS flag
bdb/docs/ref/simple_tut/open.html:
  Turn off SCCS flag
bdb/docs/ref/simple_tut/put.html:
  Turn off SCCS flag
bdb/docs/ref/tcl/error.html:
  Turn off SCCS flag
bdb/docs/ref/tcl/faq.html:
  Turn off SCCS flag
bdb/docs/ref/tcl/intro.html:
  Turn off SCCS flag
bdb/docs/ref/tcl/program.html:
  Turn off SCCS flag
bdb/docs/ref/tcl/using.html:
  Turn off SCCS flag
bdb/docs/ref/test/faq.html:
  Turn off SCCS flag
bdb/docs/ref/test/run.html:
  Turn off SCCS flag
bdb/docs/ref/transapp/admin.html:
  Turn off SCCS flag
bdb/docs/ref/transapp/app.html:
  Turn off SCCS flag
bdb/docs/ref/transapp/archival.html:
  Turn off SCCS flag
bdb/docs/ref/transapp/checkpoint.html:
  Turn off SCCS flag
bdb/docs/ref/transapp/cursor.html:
  Turn off SCCS flag
bdb/docs/ref/transapp/data_open.html:
  Turn off SCCS flag
bdb/docs/ref/transapp/deadlock.html:
  Turn off SCCS flag
bdb/docs/ref/transapp/env_open.html:
  Turn off SCCS flag
bdb/docs/ref/transapp/filesys.html:
  Turn off SCCS flag
bdb/docs/ref/transapp/inc.html:
  Turn off SCCS flag
bdb/docs/ref/transapp/intro.html:
  Turn off SCCS flag
bdb/docs/ref/transapp/logfile.html:
  Turn off SCCS flag
bdb/docs/ref/transapp/put.html:
  Turn off SCCS flag
bdb/docs/ref/transapp/read.html:
  Turn off SCCS flag
bdb/docs/ref/transapp/reclimit.html:
  Turn off SCCS flag
bdb/docs/ref/transapp/recovery.html:
  Turn off SCCS flag
bdb/docs/ref/transapp/term.html:
  Turn off SCCS flag
bdb/docs/ref/transapp/throughput.html:
  Turn off SCCS flag
bdb/docs/ref/transapp/transapp.txt:
  Turn off SCCS flag
bdb/docs/ref/transapp/why.html:
  Turn off SCCS flag
bdb/docs/ref/transapp/writetest.txt:
  Turn off SCCS flag
bdb/docs/ref/txn/config.html:
  Turn off SCCS flag
bdb/docs/ref/txn/intro.html:
  Turn off SCCS flag
bdb/docs/ref/txn/limits.html:
  Turn off SCCS flag
bdb/docs/ref/txn/nested.html:
  Turn off SCCS flag
bdb/docs/ref/txn/other.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.2.0/convert.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.2.0/disk.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.2.0/intro.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.2.0/system.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.2.0/toc.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.0/close.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.0/cxx.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.0/db.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.0/db_cxx.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.0/dbenv.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.0/dbenv_cxx.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.0/dbinfo.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.0/disk.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.0/eacces.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.0/eagain.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.0/envopen.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.0/func.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.0/intro.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.0/java.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.0/join.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.0/jump_set.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.0/lock_put.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.0/log_stat.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.0/open.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.0/rmw.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade/process.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.0/lock_detect.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.0/lock_notheld.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.0/lock_stat.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.0/log_register.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.0/memp_stat.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.0/stat.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.0/toc.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.0/txn_begin.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.0/txn_commit.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.0/txn_stat.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.0/value_set.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.0/xa.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.1/btstat.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.1/config.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.1/disk.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.1/dup.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.1/env.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.1/intro.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.1/log_register.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.1/logalloc.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.1/put.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.1/set_tx_recover.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.1/sysmem.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.1/tcl.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.1/memp_register.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.1/set_feedback.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.1/set_paniccall.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.1/tmp.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.1/toc.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.1/txn_check.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.2/callback.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.2/db_dump.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.2/disk.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.2/handle.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.2/incomplete.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.2/intro.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.2/mutexlock.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.2/notfound.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.2/renumber.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.2/set_flags.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.2/toc.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.2/tx_recover.html:
  Turn off SCCS flag
bdb/docs/ref/xa/config.html:
  Turn off SCCS flag
bdb/docs/ref/xa/faq.html:
  Turn off SCCS flag
bdb/docs/ref/xa/intro.html:
  Turn off SCCS flag
bdb/docs/sleepycat/contact.html:
  Turn off SCCS flag
bdb/docs/sleepycat/legal.html:
  Turn off SCCS flag
bdb/docs/sleepycat/license.html:
  Turn off SCCS flag
bdb/docs/utility/index.html:
  Turn off SCCS flag
bdb/docs/utility/berkeley_db_svc.html:
  Turn off SCCS flag
bdb/docs/utility/db_archive.html:
  Turn off SCCS flag
bdb/docs/utility/db_checkpoint.html:
  Turn off SCCS flag
bdb/docs/utility/db_deadlock.html:
  Turn off SCCS flag
bdb/docs/utility/db_dump.html:
  Turn off SCCS flag
bdb/docs/utility/db_load.html:
  Turn off SCCS flag
bdb/docs/utility/db_printlog.html:
  Turn off SCCS flag
bdb/docs/utility/db_recover.html:
  Turn off SCCS flag
bdb/docs/utility/db_stat.html:
  Turn off SCCS flag
bdb/docs/utility/db_upgrade.html:
  Turn off SCCS flag
bdb/docs/utility/db_verify.html:
  Turn off SCCS flag
bdb/dist/RELEASE:
  - add "a" to version string
bdb/dist/configure.in:
  - fix for oddball SCO Unix systems
bdb/env/env_method.c:
  - add dbenv->db_noticecall()
bdb/include/db.src:
  - add dbenv->db_noticecall()
bdb/include/log.h:
  - increase LG_BASE_REGION_SIZE to 480 KB
bdb/log/log_put.c:
  - add dbenv->db_noticecall()
2001-03-04 19:53:00 -05:00
unknown
ec6ae09161 Import changeset 2001-03-04 19:42:05 -05:00
unknown
87d70fb598 Add --just-configure (-c) option to BUILD scripts.
BUILD/FINISH.sh:
  Add --just-configure option
BUILD/SETUP.sh:
  Add --just-configure option
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
2001-03-04 22:34:26 +01:00
unknown
3608312cf2 Make test-make-manual more portable.
Docs/Support/test-make-manual:
  Portability fixes.
2001-03-04 15:37:11 -05:00
unknown
d483a817e0 Fix rare infinite loop in make_join_statistics(). Thanks to
Paul Cadach <paul@odt.east.telecom.kz> for the code.

See Message-ID: <000a01c0a022$c0b910a0$b78313d4@private3se6v3w>
on internals@lists.mysql.com.


sql/sql_select.cc:
  Fix rare infinite loop in make_join_statistics().
2001-03-04 15:09:15 -05:00
unknown
1cc8058b1b Fix minor typos (not bugs).
Docs/manual.texi:
  Minor typo fix.
sql/ha_innobase.cc:
  Fix minor cut-n-paste errors in change_active_index().
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
2001-03-04 15:05:20 -05:00
unknown
ec5e2f589f row0mysql.c Removed a bug in update of a table with no primary key
innobase/row/row0mysql.c:
  Removed a bug in update of a table with no primary key
2001-03-03 19:15:53 +02:00
unknown
f1221907e2 Merge work:/my/mysql into donna.mysql.fi:/home/my/bk/mysql 2001-03-03 03:03:36 +02:00
unknown
73e3499987 Fixes for innobase usage
Fixed bug when using TEXT columns with BDB tables
Allow LOAD DATA INFILE to use numbers with ENUM and SET columns


BUILD/compile-pentium:
  Added --with-innobase-db
Docs/manual.texi:
  Added more documentation to Innobase and KILL
client/mysqladmin.c:
  Quote database names for CREATE and DROP
mysql-test/install_test_db.sh:
  Don't use innobase, bdb or gemini when installing privilege tables
mysql-test/mysql-test-run.sh:
  Added testing of innobase tables
mysql-test/r/bdb.result:
  Added test of TEXT column bug
mysql-test/t/bdb.test:
  Added test of TEXT column bug
mysql-test/t/innobase.test:
  Cleanup innobase tests
scripts/mysql_install_db.sh:
  Added testing of innobase tables
sql/field.cc:
  Allow LOAD DATA INFILE to use numbers with ENUM and SET columns
sql/filesort.cc:
  Fixed typo
sql/ha_berkeley.cc:
  Fixed problem with TEXT columns in BDB tables
sql/mysqld.cc:
  Always support the --innobase-data-file-path option
sql/share/swedish/errmsg.OLD:
  Added swedish error messages
sql/share/swedish/errmsg.txt:
  Added swedish error messages
sql/sql_base.cc:
  Reset tables after usage (to fix problem with BDB and TEXT columns)
sql/sql_delete.cc:
  Use generate table if --skip-innobase is used
2001-03-03 03:03:12 +02:00
unknown
3be063eab8 row0sel.c Removes now trailing spaces from varchars
srv0start.c	Removes now trailing spaces from varchars
row0mysql.ic	Removes now trailing spaces from varchars
ha_innobase.cc	Removes now trailing spaces from varchars


sql/ha_innobase.cc:
  Removes now trailing spaces from varchars
innobase/include/row0mysql.ic:
  Removes now trailing spaces from varchars
innobase/row/row0sel.c:
  Removes now trailing spaces from varchars
innobase/srv/srv0start.c:
  Removes now trailing spaces from varchars
2001-03-02 19:07:29 +02:00
unknown
e6a57adc93 univ.i Changed univ.i to non-debug version
innobase/include/univ.i:
  Changed univ.i to non-debug version
2001-03-02 18:05:19 +02:00
unknown
de135a120a ut0ut.c Fixes for 64-bit Linux, bug fixes, compiler warning fixes
mem0pool.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
os0file.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
os0shm.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
os0sync.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
os0thread.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
page0page.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
que0que.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
row0ins.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
row0mysql.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
row0sel.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
row0upd.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
row0vers.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
srv0srv.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
srv0start.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
sync0arr.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
sync0rw.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
sync0sync.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
trx0rec.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
trx0trx.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
srv0srv.h	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
sync0rw.h	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
sync0sync.h	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
ut0dbg.h	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
lock0lock.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
log0log.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
log0recv.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
ibuf0ibuf.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
buf0buf.h	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
buf0buf.ic	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
hash0hash.ic	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
mach0data.ic	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
mem0mem.h	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
mem0pool.h	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
mtr0mtr.h	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
os0file.h	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
os0sync.h	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
os0sync.ic	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
os0thread.h	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
univ.i  	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
row0mysql.ic	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
com0shm.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
data0data.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
data0type.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
dict0crea.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
dict0dict.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
fil0fil.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
fsp0fsp.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
fut0lst.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
btr0sea.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
buf0buf.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
buf0flu.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
btr0btr.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes
btr0cur.c	Fixes for 64-bit Linux, bug fixes, compiler warning fixes


innobase/btr/btr0btr.c:
  Fixes for 64-bit Linux, bug fixes, compiler warning fixes
innobase/btr/btr0cur.c:
  Fixes for 64-bit Linux, bug fixes, compiler warning fixes
innobase/btr/btr0sea.c:
  Fixes for 64-bit Linux, bug fixes, compiler warning fixes
innobase/buf/buf0buf.c:
  Fixes for 64-bit Linux, bug fixes, compiler warning fixes
innobase/buf/buf0flu.c:
  Fixes for 64-bit Linux, bug fixes, compiler warning fixes
innobase/com/com0shm.c:
  Fixes for 64-bit Linux, bug fixes, compiler warning fixes
innobase/data/data0data.c:
  Fixes for 64-bit Linux, bug fixes, compiler warning fixes
innobase/data/data0type.c:
  Fixes for 64-bit Linux, bug fixes, compiler warning fixes
innobase/dict/dict0crea.c:
  Fixes for 64-bit Linux, bug fixes, compiler warning fixes
innobase/dict/dict0dict.c:
  Fixes for 64-bit Linux, bug fixes, compiler warning fixes
innobase/fil/fil0fil.c:
  Fixes for 64-bit Linux, bug fixes, compiler warning fixes
innobase/fsp/fsp0fsp.c:
  Fixes for 64-bit Linux, bug fixes, compiler warning fixes
innobase/fut/fut0lst.c:
  Fixes for 64-bit Linux, bug fixes, compiler warning fixes
innobase/ibuf/ibuf0ibuf.c:
  Fixes for 64-bit Linux, bug fixes, compiler warning fixes
innobase/include/buf0buf.h:
  Fixes for 64-bit Linux, bug fixes, compiler warning fixes
innobase/include/buf0buf.ic:
  Fixes for 64-bit Linux, bug fixes, compiler warning fixes
innobase/include/hash0hash.ic:
  Fixes for 64-bit Linux, bug fixes, compiler warning fixes
innobase/include/mach0data.ic:
  Fixes for 64-bit Linux, bug fixes, compiler warning fixes
innobase/include/mem0mem.h:
  Fixes for 64-bit Linux, bug fixes, compiler warning fixes
innobase/include/mem0pool.h:
  Fixes for 64-bit Linux, bug fixes, compiler warning fixes
innobase/include/mtr0mtr.h:
  Fixes for 64-bit Linux, bug fixes, compiler warning fixes
innobase/include/os0file.h:
  Fixes for 64-bit Linux, bug fixes, compiler warning fixes
innobase/include/os0sync.h:
  Fixes for 64-bit Linux, bug fixes, compiler warning fixes
innobase/include/os0sync.ic:
  Fixes for 64-bit Linux, bug fixes, compiler warning fixes
innobase/include/os0thread.h:
  Fixes for 64-bit Linux, bug fixes, compiler warning fixes
innobase/include/row0mysql.ic:
  Fixes for 64-bit Linux, bug fixes, compiler warning fixes
innobase/include/univ.i:
  Fixes for 64-bit Linux, bug fixes, compiler warning fixes
innobase/include/srv0srv.h:
  Fixes for 64-bit Linux, bug fixes, compiler warning fixes
innobase/include/sync0rw.h:
  Fixes for 64-bit Linux, bug fixes, compiler warning fixes
innobase/include/sync0sync.h:
  Fixes for 64-bit Linux, bug fixes, compiler warning fixes
innobase/include/ut0dbg.h:
  Fixes for 64-bit Linux, bug fixes, compiler warning fixes
innobase/lock/lock0lock.c:
  Fixes for 64-bit Linux, bug fixes, compiler warning fixes
innobase/log/log0log.c:
  Fixes for 64-bit Linux, bug fixes, compiler warning fixes
innobase/log/log0recv.c:
  Fixes for 64-bit Linux, bug fixes, compiler warning fixes
innobase/mem/mem0pool.c:
  Fixes for 64-bit Linux, bug fixes, compiler warning fixes
innobase/os/os0file.c:
  Fixes for 64-bit Linux, bug fixes, compiler warning fixes
innobase/os/os0shm.c:
  Fixes for 64-bit Linux, bug fixes, compiler warning fixes
innobase/os/os0sync.c:
  Fixes for 64-bit Linux, bug fixes, compiler warning fixes
innobase/os/os0thread.c:
  Fixes for 64-bit Linux, bug fixes, compiler warning fixes
innobase/page/page0page.c:
  Fixes for 64-bit Linux, bug fixes, compiler warning fixes
innobase/que/que0que.c:
  Fixes for 64-bit Linux, bug fixes, compiler warning fixes
innobase/row/row0ins.c:
  Fixes for 64-bit Linux, bug fixes, compiler warning fixes
innobase/row/row0mysql.c:
  Fixes for 64-bit Linux, bug fixes, compiler warning fixes
innobase/row/row0sel.c:
  Fixes for 64-bit Linux, bug fixes, compiler warning fixes
innobase/row/row0upd.c:
  Fixes for 64-bit Linux, bug fixes, compiler warning fixes
innobase/row/row0vers.c:
  Fixes for 64-bit Linux, bug fixes, compiler warning fixes
innobase/srv/srv0srv.c:
  Fixes for 64-bit Linux, bug fixes, compiler warning fixes
innobase/srv/srv0start.c:
  Fixes for 64-bit Linux, bug fixes, compiler warning fixes
innobase/sync/sync0arr.c:
  Fixes for 64-bit Linux, bug fixes, compiler warning fixes
innobase/sync/sync0rw.c:
  Fixes for 64-bit Linux, bug fixes, compiler warning fixes
innobase/sync/sync0sync.c:
  Fixes for 64-bit Linux, bug fixes, compiler warning fixes
innobase/trx/trx0rec.c:
  Fixes for 64-bit Linux, bug fixes, compiler warning fixes
innobase/trx/trx0trx.c:
  Fixes for 64-bit Linux, bug fixes, compiler warning fixes
innobase/ut/ut0ut.c:
  Fixes for 64-bit Linux, bug fixes, compiler warning fixes
2001-03-02 17:33:11 +02:00
unknown
3ab1788501 Merge work:/my/mysql into donna.mysql.fi:/home/my/bk/mysql
Docs/manual.texi:
  Auto merged
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
2001-03-02 15:06:27 +02:00
unknown
f05438e156 Avoid table scans when using DELETE on a table on which no SELECT has been done.
Docs/manual.texi:
  Cleanups
2001-03-02 15:05:12 +02:00
unknown
6bd98a63b9 Added ChangeLog entry about the SET bug. 2001-03-02 05:17:25 -06:00
unknown
a1a773b509 Merge work.mysql.com:/home/bk/mysql
into tetra.spaceapes.com:/usr/home/jcole/bk/mysql


BitKeeper/etc/logging_ok:
  auto-union
2001-03-02 05:05:06 -06:00
unknown
1cd271bd9c Fixed a bug that allowed:
SET @foo=bar;

This would cause a deadlock in mysqld, it now generates the error:
ER_SET_CONSTANTS_ONLY as follows:

mysql> set @foo=bar;
ERROR 1204: You may only use constant expressions with SET


include/mysqld_error.h:
  Added a new error message for SET
sql/share/czech/errmsg.txt:
  Added a new error message for SET
sql/share/danish/errmsg.txt:
  Added a new error message for SET
sql/share/dutch/errmsg.txt:
  Added a new error message for SET
sql/share/english/errmsg.txt:
  Added a new error message for SET
sql/share/estonian/errmsg.txt:
  Added a new error message for SET
sql/share/french/errmsg.txt:
  Added a new error message for SET
sql/share/german/errmsg.txt:
  Added a new error message for SET
sql/share/greek/errmsg.txt:
  Added a new error message for SET
sql/share/hungarian/errmsg.txt:
  Added a new error message for SET
sql/share/italian/errmsg.txt:
  Added a new error message for SET
sql/share/japanese/errmsg.txt:
  Added a new error message for SET
sql/share/korean/errmsg.txt:
  Added a new error message for SET
sql/share/norwegian-ny/errmsg.txt:
  Added a new error message for SET
sql/share/norwegian/errmsg.txt:
  Added a new error message for SET
sql/share/polish/errmsg.txt:
  Added a new error message for SET
sql/share/portuguese/errmsg.txt:
  Added a new error message for SET
sql/share/romanian/errmsg.txt:
  Added a new error message for SET
sql/share/russian/errmsg.txt:
  Added a new error message for SET
sql/share/slovak/errmsg.txt:
  Added a new error message for SET
sql/share/spanish/errmsg.txt:
  Added a new error message for SET
sql/share/swedish/errmsg.txt:
  Added a new error message for SET
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
2001-03-02 05:03:18 -06:00
unknown
2ac92eb43c manual.texi ``short'' TIME values issue clarified
Docs/manual.texi:
  ``short'' TIME values issue clarified
2001-03-01 22:46:35 +01:00
unknown
8e035b499e Merge
Docs/manual.texi:
  Auto merged
mysql-test/t/fulltext.test:
  merged
2001-03-01 21:04:36 +01:00
unknown
d0ec446970 mysql-test/t/bdb-crash.test
make sure we get correct data 


mysql-test/t/bdb-crash.test:
  make sure we get correct data
2001-03-01 12:01:00 -07:00
unknown
a9322ae00b Merge work:/home/bk/mysql
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2001-03-01 11:49:45 -07:00
unknown
6bb380a0ce text/blob fields in some cases were not handled properly
mysql-test/t/bdb.test:
  added space
mysql-test/t/fulltext.test:
  comment out the test for the last bug until Serg pushes the change
sql/field.cc:
  fixed coredump in INSERT into BDB table
2001-03-01 11:49:06 -07:00
unknown
59eafdac11 ha_innobase.cc Fixed a bug in ha_innobase.cc in auto_increment
sql/ha_innobase.cc:
  Fixed a bug in ha_innobase.cc in auto_increment
2001-03-01 19:43:29 +02:00
unknown
b4b56b3c00 manual.texi Mirror maintenance.
Docs/manual.texi:
  Mirror maintenance.
2001-03-01 02:21:45 -06:00
unknown
6fe43628b9 test-make-manual Fixed so that manual.html isn't cleaned up before it is viewed in the running $BROWSER.
manual.texi	Added MyODBC patch to contrib section.


Docs/manual.texi:
  Added MyODBC patch to contrib section.
Docs/Support/test-make-manual:
  Fixed so that manual.html isn't cleaned up before it is viewed in the running $BROWSER.
2001-02-28 21:04:08 -06:00
unknown
b330167e18 os0file.h Removed a typo in os0file.h
innobase/include/os0file.h:
  Removed a typo in os0file.h
2001-02-28 21:03:37 +02:00
unknown
72bc949c1a sql_select.cc MATCH ... AGAINST (NULL) bug fixed
item_func.cc	MATCH ... AGAINST (NULL) bug fixed
fulltext.test	MATCH ... AGAINST (NULL) bug fixed
fulltext.result	MATCH ... AGAINST (NULL) bug fixed


mysql-test/r/fulltext.result:
  MATCH ... AGAINST (NULL) bug fixed
mysql-test/t/fulltext.test:
  MATCH ... AGAINST (NULL) bug fixed
sql/item_func.cc:
  MATCH ... AGAINST (NULL) bug fixed
sql/sql_select.cc:
  MATCH ... AGAINST (NULL) bug fixed
2001-02-28 11:43:08 +01:00
unknown
064c7adf42 Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql
BitKeeper/etc/logging_ok:
  auto-union
Docs/manual.texi:
  Auto merged
2001-02-28 09:51:41 +01:00
unknown
1d9c5905f8 mysql-test/t/fulltext.test
added a test case for a coredump bug.


mysql-test/t/fulltext.test:
  added a test case for a coredump bug.
2001-02-27 18:32:40 -07:00
unknown
1dad86e075 Docs/manual.texi
update for the fix
sql/slave.cc
    re-merged Jeremy's message changes, got the code to compile and run again
    after a mess-up in the merge


Docs/manual.texi:
  update for the fix
sql/slave.cc:
  re-merged Jeremy's message changes, got the code to compile and run again
  after a mess-up in the merge
2001-02-26 23:09:53 -07:00
unknown
6532b525f7 sql/slave.cc
merged


sql/slave.cc:
  merged
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
2001-02-26 22:32:06 -07:00
unknown
9e459e16d2 ulonglong -> uint32 for log offset
more verbose messages when slave thread exits


sql/slave.cc:
  ulonglong -> uint32 for log offset
sql/slave.h:
  ulonglong -> uint32 for log offset
2001-02-26 22:27:20 -07:00
unknown
3a7fc24729 manual.texi fixed chown issue
Docs/manual.texi:
  fixed chown issue
2001-02-26 10:25:19 +01:00
unknown
145dedcde5 os0file.c Removed execute rights from created files
os0file.h	Added defines for S_IRUSR etc.


innobase/include/os0file.h:
  Added defines fro S_IRUSR etc.
innobase/os/os0file.c:
  Removed execute rights from created files
2001-02-24 17:25:50 +02:00
unknown
76b6c1485e Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
2001-02-23 22:47:28 +01:00