1. 08 Mar, 2001 4 commits
    • unknown's avatar
      Make configure generate a fake bdb/build_unix/db.h file, so that · 8303fd97
      unknown authored
      'make distcheck' will work.  I hope.
      
      This is an ugly hack....
      
      
      configure.in:
        Force a fake bdb/build_unix/db.h file in case
        we're doing a VPATH build and using dependency
        files from an older build.  This happens when
        'make distcheck' is run.
      8303fd97
    • unknown's avatar
      manual.texi Note about DROP DATABASE and Innobase website to the manual · 0629edd1
      unknown authored
      
      Docs/manual.texi:
        Note about DROP DATABASE and Innobase website to the manual
      0629edd1
    • unknown's avatar
      row0mysql.c Innobase does not trap now if one creates a table already in Innobase · af83b7ae
      unknown authored
      
      innobase/row/row0mysql.c:
        Innobase does not trap now if one creates a table already in Innobase
      af83b7ae
    • unknown's avatar
      Changed --with-innobase-db to --with-innobase · 1512a50e
      unknown authored
      Updated manual about INNOBASE and BDB
      
      
      BUILD/SETUP.sh:
        Added --print as alias for --just-print
      BUILD/compile-pentium-debug:
        Changed --with-innobase-db to --with-innobase
      BUILD/compile-pentium:
        Changed --with-innobase-db to --with-innobase
      Build-tools/Do-all-build-steps:
        Changed --with-innobase-db to --with-innobase
      Docs/manual.texi:
        Added that BDB and INNBASE is included in the source distribution
      sql/mysqld.cc:
        Fixed typo
      support-files/maxsql.spec.sh:
        Changed --with-innobase-db to --with-innobase
      support-files/mysql.spec.sh:
        Changed --with-innobase-db to --with-innobase
      1512a50e
  2. 07 Mar, 2001 14 commits
    • unknown's avatar
      Merge work.mysql.com:/home/bk/mysql · 0b82193c
      unknown authored
      into threads.polyesthetic.msg:/usr/local/src/my/work
      
      
      0b82193c
    • unknown's avatar
      Change --with-innobase-db to --with-innobase. · ad6bb099
      unknown authored
      ad6bb099
    • unknown's avatar
      Merge work:/my/mysql into donna.mysql.fi:/home/my/bk/mysql · 74f500da
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      74f500da
    • unknown's avatar
      Merge work:/home/bk/mysql · 702a97e8
      unknown authored
      into evoq.mwagner.org:/opt/local/x1/work/bk/mysql
      
      
      Docs/manual.texi:
        Auto merged
      702a97e8
    • unknown's avatar
      manual.texi Added entry to contrib section. · 433c2ba6
      unknown authored
      
      Docs/manual.texi:
        Added entry to contrib section.
      433c2ba6
    • unknown's avatar
      Fixed test cases for innobase · 5151b552
      unknown authored
      Fixed bug introduced with last ORDER BY optimization
      Changed log position to longlong to avoid warnings.
      
      
      Docs/manual.texi:
        Update for innobase
      mysql-test/r/innobase.result:
        Fixed test cases
      mysql-test/t/bdb.test:
        Removed not used tables
      mysql-test/t/innobase.test:
        Fixed test cases
      sql/field.h:
        Fixed bug introduced with last ORDER BY optimization
      sql/ha_berkeley.cc:
        Fixed bug when index_init() was called twice.
      sql/mysql_priv.h:
        Added option to not get stack trace (when using gdb)
      sql/mysqld.cc:
        Added option to not get stack trace (when using gdb)
      sql/slave.cc:
        Changed log position to longlong to avoid warnings.
      sql/slave.h:
        Changed log position to longlong to avoid warnings.
      sql/sql_parse.cc:
        Removed warnings
      sql/sql_select.cc:
        Cleanups
      5151b552
    • unknown's avatar
      Merge · 3886c89f
      unknown authored
      3886c89f
    • unknown's avatar
      Do-all-build-steps We build with BerkeleyDB now, too. · e3dc55a8
      unknown authored
      
      Build-tools/Do-all-build-steps:
        We build with BerkeleyDB now, too.
      e3dc55a8
    • unknown's avatar
      Merge work.mysql.com:/home/bk/mysql · 9e114f04
      unknown authored
      into threads.polyesthetic.msg:/usr/local/src/my/work
      
      
      Docs/manual.texi:
        Auto merged
      9e114f04
    • unknown's avatar
      Changes so that 'make distcheck' works with Berkeley DB. · b0089e69
      unknown authored
      
      Build-tools/Do-all-build-steps:
        We now build with Berkeley DB.
      Docs/manual.texi:
        Try to make MySQL's extensions to GROUP BY more noticable.
      acinclude.m4:
        Berkeley DB defaults to "no", now.
        
        Changes so that 'make distcheck' works with Berkeley DB.
      bdb/Makefile.in:
        Add some more dummy targets to ignore.
      b0089e69
    • unknown's avatar
      mem0pool.c Removed excessive out of mem warnings · c60c6f3a
      unknown authored
      
      innobase/mem/mem0pool.c:
        Removed excessive out of mem warnings
      c60c6f3a
    • unknown's avatar
      ha_innobase.cc Fix a bug in removal of trailing spaces of binary varchar... · 03fd9b0d
      unknown authored
      ha_innobase.cc	Fix a bug in removal of trailing spaces of binary varchar strings, fix a bug in REPLACE
      
      
      sql/ha_innobase.cc:
        Fix a bug in removal of trailing spaces of binary varchar strings, fix a bug in REPLACE
      03fd9b0d
    • unknown's avatar
      row0mysql.c Fix REPLACE problem, non-latin1 charset bug · 1b738d5c
      unknown authored
      row0upd.c	Fix REPLACE problem, non-latin1 charset bug
      rem0cmp.c	Fix REPLACE problem, non-latin1 charset bug
      
      
      innobase/rem/rem0cmp.c:
        Fix REPLACE problem, non-latin1 charset bug
      innobase/row/row0mysql.c:
        Fix REPLACE problem, non-latin1 charset bug
      innobase/row/row0upd.c:
        Fix REPLACE problem, non-latin1 charset bug
      1b738d5c
    • unknown's avatar
      Removed duplicated index_init() calls that causes problems with BDB · 9b8ddd1a
      unknown authored
      tables.
      Merged maxsql.spec with mysql.spec
      
      
      mysql-test/r/innobase.result:
        Almost up to date test results
      mysql-test/t/innobase.test:
        Added testing of error codes
      sql-bench/test-insert.sh:
        Added testing of key-only-read
      sql/ha_berkeley.cc:
        Added DBUG_PRINT
      sql/sql_select.cc:
        Removed duplicated index_init() calls
      support-files/maxsql.spec.sh:
        Merge with mysql.spec.  Take into account that BDB and Innobase is
        in the MySQL source tree
      support-files/mysql.spec.sh:
        Removed usage of innobase in standard RPM
      9b8ddd1a
  3. 06 Mar, 2001 6 commits
    • unknown's avatar
      Merge work:/my/mysql into donna.mysql.fi:/home/my/bk/mysql · 6068405c
      unknown authored
      
      sql/ha_innobase.cc:
        Auto merged
      6068405c
    • unknown's avatar
      Patch from sleepycat to fix problem with BDB and log files · 08d7d5cf
      unknown authored
      Print full command name to log files
      Convert table type to supported onces on ALTER TABLE
      
      
      Docs/manual.texi:
        Updates from user comments
      bdb/log/log_rec.c:
        Patch from sleepycat to fix problem with log files
      innobase/ibuf/Makefile.am:
        Don't let make do bk get
      innobase/include/Makefile.am:
        Don't let make do bk get
      man/Makefile.am:
        Don't let make do bk get
      myisam/mi_dbug.c:
        Print warning to debug log
      mysql-test/mysql-test-run.sh:
        Don't use innobase in replica
      mysql-test/r/null_key.result:
        Fix for new key lengths
      sql/ha_innobase.cc:
        Free hash cache at end
      sql/log.cc:
        Print full command name to log files
      sql/sql_table.cc:
        Convert table type to supported onces on ALTER TABLE
      08d7d5cf
    • unknown's avatar
      trx0trx.h Innobase now returns the key number in a duplicate key error,... · e58c1925
      unknown authored
      trx0trx.h	Innobase now returns the key number in a duplicate key error, removed innobase/include from make dirs
      row0ins.c	Innobase now returns the key number in a duplicate key error, removed innobase/include from make dirs
      row0mysql.c	Innobase now returns the key number in a duplicate key error, removed innobase/include from make dirs
      row0mysql.h	Innobase now returns the key number in a duplicate key error, removed innobase/include from make dirs
      ha_innobase.cc	Innobase now returns the key number in a duplicate key error, removed innobase/include from make dirs
      
      
      sql/ha_innobase.cc:
        Innobase now returns the key number in a duplicate key error, removed innobase/include from make dirs
      innobase/include/row0mysql.h:
        Innobase now returns the key number in a duplicate key error, removed innobase/include from make dirs
      innobase/include/trx0trx.h:
        Innobase now returns the key number in a duplicate key error, removed innobase/include from make dirs
      innobase/row/row0ins.c:
        Innobase now returns the key number in a duplicate key error, removed innobase/include from make dirs
      innobase/row/row0mysql.c:
        Innobase now returns the key number in a duplicate key error, removed innobase/include from make dirs
      e58c1925
    • unknown's avatar
      Merge work:/my/mysql into donna.mysql.fi:/home/my/bk/mysql · a9c60a41
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      sql/ha_innobase.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      a9c60a41
    • unknown's avatar
      Merged some functions and removed some unused client functions. · 869c89fe
      unknown authored
      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
      869c89fe
    • unknown's avatar
      Make sure ib_config.h is distributed. · 277d59b8
      unknown authored
      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.
      277d59b8
  4. 05 Mar, 2001 12 commits
    • unknown's avatar
      configure.in Add include/Makefile to AC_OUTPUT · f652a372
      unknown authored
      
      innobase/configure.in:
        Add include/Makefile to AC_OUTPUT
      f652a372
    • unknown's avatar
      Added include/Makefile.am so that the header files will · 607079bf
      unknown authored
      be distributed properly.
      
      
      innobase/Makefile.am:
        Added include to SUBDIRS
      607079bf
    • unknown's avatar
      Do-all-build-steps Innobase is included in the distribution. · 87b85dca
      unknown authored
      
      Build-tools/Do-all-build-steps:
        Innobase is included in the distribution.
      87b85dca
    • unknown's avatar
      Merge work.mysql.com:/home/bk/mysql · 056760c0
      unknown authored
      into threads.polyesthetic.msg:/usr/local/src/my/work
      
      
      BitKeeper/etc/logging_ok:
        'Auto converge'
      056760c0
    • unknown's avatar
      Berkeley DB now uses our own Makefile.in which translates automake · c5a52087
      unknown authored
      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.
      c5a52087
    • unknown's avatar
    • unknown's avatar
      post-commit limit mail to 10,000 lines · 6a4cff94
      unknown authored
      
      BitKeeper/triggers/post-commit:
        limit mail to 10,000 lines
      6a4cff94
    • unknown's avatar
      Small changes to make life with BDB in the tree easier. · ea7f14cf
      unknown authored
      
      BitKeeper/etc/ignore:
        added bdb/build_unix/*
      BUILD/FINISH.sh:
        Run the s_all script in bdb/dist before running configure
      ea7f14cf
    • unknown's avatar
      520e3600
    • unknown's avatar
      Ignore some files in bdb. · 1efcceba
      unknown authored
      1efcceba
    • unknown's avatar
      Turn off SCCS flag for all BDB files. · 3660ae0e
      unknown authored
      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()
      3660ae0e
    • unknown's avatar
      Import changeset · ec6ae091
      unknown authored
      ec6ae091
  5. 04 Mar, 2001 4 commits