Commit graph

190 commits

Author SHA1 Message Date
unknown
3cc1e1e6d7 Merge mysql.com:/home/nick/mysql/repository/mysql-4.1
into mysql.com:/home/nick/mysql/mysql-4.1


BitKeeper/etc/ignore:
  auto-union
sql/sql_yacc.yy:
  Auto merged
2002-10-30 23:58:52 -07:00
unknown
d406e3fb70 some test cases for the bugs being fixed
BitKeeper/etc/ignore:
  Added libmysqld/sql_help.cc scripts/fill_func_tables scripts/fill_func_tables.sql to the ignore list
2002-10-30 18:23:02 +02:00
unknown
37fee2b161 Reordered functions--grouped by class now.
Added comment blocks.


BitKeeper/etc/ignore:
  Added scripts/fill_func_tables scripts/fill_func_tables.sql to the ignore list
sql/log_event.h:
  Added comments
2002-10-29 23:50:07 -07:00
unknown
14e6526a0b support for HA_READ_PREFIX_LAST_OR_PREV in headres
full support for HA_READ_PREFIX_LAST_OR_PREV in MyISAM
protected by #if NOT_IMPLEMENTED_YET in opt_range.cc as not all table handlers support it


BitKeeper/etc/ignore:
  Added configure.lineno innobase/configure.lineno innobase/stamp-h1 myisam/rt_test.MYD myisam/rt_test.MYI stamp-h1 to the ignore list
include/my_base.h:
  support for HA_READ_PREFIX_LAST_OR_PREV
myisam/mi_search.c:
  full support of HA_READ_PREFIX_LAST_OR_PREV in MyISAM
myisam/mi_static.c:
  full support of HA_READ_PREFIX_LAST_OR_PREV in MyISAM
sql/opt_range.cc:
  support for HA_READ_PREFIX_LAST_OR_PREV
  protected by #if NOT_IMPLEMENTED_YET, not all table handlers support it
sql/sql_handler.cc:
  support for HA_READ_PREFIX_LAST_OR_PREV
2002-10-25 14:09:47 +00:00
unknown
896bc7d089 Update libmysqld to use 4.1 protocol.
BitKeeper/etc/ignore:
  added sql_error.cc sql_prepare.cc
BitKeeper/deleted/.del-sql_error.cc~2f1caca8d2485dbe:
  deleted
BitKeeper/deleted/.del-sql_prepare.cc~f703729793935ed6:
  deleted
libmysqld/libmysqld.c:
  Update to use 4.1 protocol.
  Added mysql_warning_count() and mysql_warnings()
myisam/rt_test.c:
  Added missing variable
2002-10-02 14:14:36 +03:00
unknown
9421f1dae9 Merge with 4.0.3
Some simple optimzations, more comments and indentation changes.
Add ` around database in 'use database' in binary log.
Moved max_error_count and max_warning_count to variables struct.
Removed SHOW_WARNS_COUNT and SHOW_ERRORS_COUNT calls.
Changed string functions to use character set of first string argument as default return characterset
(Each string function can change the above assumption if needed)


BitKeeper/etc/ignore:
  auto-union
BitKeeper/etc/logging_ok:
  auto-union
BUILD/SETUP.sh:
  Auto merged
BitKeeper/deleted/.del-getopt.h~a9ae679fa84f395:
  Auto merged
BitKeeper/deleted/.del-getvar.c~2a29ff383970fd31:
  Auto merged
Docs/manual.texi:
  Auto merged
SSL/cacert.pem:
  Auto merged
SSL/client-cert.pem:
  Auto merged
SSL/client-key.pem:
  Auto merged
SSL/server-cert.pem:
  Auto merged
SSL/server-key.pem:
  Auto merged
client/mysqldump.c:
  Auto merged
include/my_base.h:
  Auto merged
include/my_sys.h:
  Auto merged
include/mysql_com.h:
  Auto merged
isam/isamlog.c:
  Auto merged
isam/pack_isam.c:
  Auto merged
libmysqld/lib_sql.cc:
  Auto merged
myisam/ft_dump.c:
  Auto merged
myisam/ft_parser.c:
  Auto merged
myisam/ft_static.c:
  Auto merged
myisam/ft_test1.c:
  Auto merged
myisam/ft_update.c:
  Auto merged
myisam/mi_create.c:
  Auto merged
myisam/mi_key.c:
  Auto merged
myisam/mi_open.c:
  Auto merged
myisam/mi_static.c:
  Auto merged
myisam/mi_test1.c:
  Auto merged
myisam/mi_test2.c:
  Auto merged
myisam/mi_test3.c:
  Auto merged
myisam/mi_update.c:
  Auto merged
myisam/mi_write.c:
  Auto merged
myisam/myisamchk.c:
  Auto merged
myisam/myisamdef.h:
  Auto merged
myisam/myisamlog.c:
  Auto merged
myisam/myisampack.c:
  Auto merged
mysql-test/mysql-test-run.sh:
  Auto merged
mysql-test/r/create.result:
  Auto merged
mysql-test/r/fulltext.result:
  Auto merged
mysql-test/r/func_math.result:
  Auto merged
mysql-test/r/innodb.result:
  Auto merged
mysql-test/r/merge.result:
  Auto merged
mysql-test/r/myisam.result:
  Auto merged
mysql-test/r/select.result:
  Auto merged
mysql-test/r/select_found.result:
  Auto merged
mysql-test/r/union.result:
  Auto merged
mysql-test/t/create.test:
  Auto merged
mysql-test/t/myisam.test:
  Auto merged
mysql-test/t/select_found.test:
  Auto merged
mysql-test/t/union.test:
  Auto merged
mysys/default.c:
  Auto merged
mysys/mf_iocache2.c:
  Auto merged
mysys/my_error.c:
  Auto merged
mysys/my_init.c:
  Auto merged
scripts/mysql_config.sh:
  Auto merged
sql/convert.cc:
  Auto merged
sql/filesort.cc:
  Auto merged
sql/gen_lex_hash.cc:
  Auto merged
sql/ha_berkeley.cc:
  Auto merged
sql/ha_innodb.cc:
  Auto merged
sql/ha_myisam.cc:
  Auto merged
sql/handler.cc:
  Auto merged
sql/handler.h:
  Auto merged
sql/hostname.cc:
  Auto merged
sql/item.cc:
  Auto merged
sql/item_sum.cc:
  Auto merged
sql/item_sum.h:
  Auto merged
sql/item_timefunc.cc:
  Auto merged
sql/item_timefunc.h:
  Auto merged
sql/key.cc:
  Auto merged
sql/log.cc:
  Auto merged
sql/net_pkg.cc:
  Auto merged
sql/opt_range.cc:
  Auto merged
sql/opt_range.h:
  Auto merged
sql/opt_sum.cc:
  Auto merged
sql/repl_failsafe.cc:
  Auto merged
sql/slave.cc:
  Auto merged
sql/sql_cache.cc:
  Auto merged
sql/sql_db.cc:
  Auto merged
sql/sql_handler.cc:
  Auto merged
sql/sql_insert.cc:
  Auto merged
sql/sql_lex.cc:
  Auto merged
sql/sql_load.cc:
  Auto merged
sql/sql_string.cc:
  Auto merged
sql/sql_table.cc:
  Auto merged
sql/sql_test.cc:
  Auto merged
sql/time.cc:
  Auto merged
sql/unireg.cc:
  Auto merged
strings/Makefile.am:
  Auto merged
strings/ctype-latin1_de.c:
  Auto merged
strings/ctype-tis620.c:
  Auto merged
tools/mysqlmanager.c:
  Auto merged
BitKeeper/deleted/.del-sslopt-case.h~224c80e75dad4997:
  merge with 4.0.3
BitKeeper/triggers/post-commit:
  merge with 4.0.3
client/mysql.cc:
  merge with 4.0.3 + simple optimsation
client/mysqltest.c:
  merge with 4.0.3 (Indentation change)
configure.in:
  merge with 4.0.3
extra/resolve_stack_dump.c:
  merge with 4.0.3 (Indentation change)
include/Makefile.am:
  merge with 4.0.3
include/myisam.h:
  merge with 4.0.3 (Indentation change)
include/mysql.h:
  merge with 4.0.3 (removed not used structure)
include/mysqld_error.h:
  merge with 4.0.3
libmysql/Makefile.shared:
  merge with 4.0.3
libmysql/libmysql.c:
  merge with 4.0.3 (Indentation change)
libmysqld/Makefile.am:
  merge with 4.0.3
myisam/ft_boolean_search.c:
  merge with 4.0.3 (Indentation change)
myisam/ft_nlq_search.c:
  merge with 4.0.3 (Indentation change)
myisam/mi_check.c:
  merge with 4.0.3
myisam/mi_search.c:
  merge with 4.0.3
myisam/mi_unique.c:
  merge with 4.0.3
mysys/Makefile.am:
  merge with 4.0.3
mysys/mf_casecnv.c:
  merge with 4.0.3
sql-bench/server-cfg.sh:
  Removed 8000 max row limit for Innodb
sql/Makefile.am:
  merge with 4.0.3
sql/field.cc:
  Indentation cleanup
  Changed sprintf -> my_sprintf
sql/field.h:
  merge with 4.0.3
sql/ha_heap.cc:
  merge with 4.0.3 (Indentation change)
sql/item.h:
  merge with 4.0.3 (Indentation change)
sql/item_cmpfunc.cc:
  merge with 4.0.3
sql/item_cmpfunc.h:
  Removed size_of() from items
  Indentation cleanup
sql/item_create.cc:
  merge
sql/item_create.h:
  merge
sql/item_func.cc:
  Added comments
  Changed string functions to use character set of first string argument as default return characterset
  Simple optimizations.
  Removed return of uninitalized variable.
sql/item_func.h:
  merge
sql/item_strfunc.cc:
  merge with 4.0.3 (Indentation change)
sql/item_strfunc.h:
  removed size_of()
sql/item_uniq.h:
  removed size_of()
sql/lex.h:
  merge with 4.0.3 (Indentation change)
sql/log_event.cc:
  Add ` around database in 'use database' in binary log.
sql/mysql_priv.h:
  merge with 4.0.3
sql/mysqld.cc:
  merge with 4.0.3 (Indentation change)
sql/share/czech/errmsg.txt:
  merge
sql/share/danish/errmsg.txt:
  merge
sql/share/dutch/errmsg.txt:
  merge
sql/share/english/errmsg.txt:
  merge
sql/share/estonian/errmsg.txt:
  merge
sql/share/french/errmsg.txt:
  merge
sql/share/german/errmsg.txt:
  merge
sql/share/greek/errmsg.txt:
  merge
sql/share/hungarian/errmsg.txt:
  merge
sql/share/italian/errmsg.txt:
  merge
sql/share/japanese/errmsg.txt:
  merge
sql/share/korean/errmsg.txt:
  merge
sql/share/norwegian-ny/errmsg.txt:
  merge
sql/share/norwegian/errmsg.txt:
  merge
sql/share/polish/errmsg.txt:
  merge
sql/share/portuguese/errmsg.txt:
  merge
sql/share/romanian/errmsg.txt:
  merge
sql/share/russian/errmsg.txt:
  merge
sql/share/slovak/errmsg.txt:
  merge
sql/share/spanish/errmsg.txt:
  merge
sql/share/swedish/errmsg.txt:
  merge
sql/share/ukrainian/errmsg.txt:
  merge
sql/sql_acl.cc:
  merge with 4.0.3
sql/sql_base.cc:
  More comments
  Fixed bug in send_fields() when using convert
sql/sql_class.cc:
  merge
sql/sql_class.h:
  Merge with 4.0.3
  Moved max_error_count and max_warning_count to variables struct.
sql/sql_delete.cc:
  merge with 4.0.3 (Indentation change)
sql/sql_lex.h:
  merge with 4.0.3
sql/sql_parse.cc:
  Removed SHOW_WARNS_COUNT and SHOW_ERRORS_COUNT.
  (Should be retrived from variables)
sql/sql_select.cc:
  merge with 4.0.3
sql/sql_show.cc:
  merge with 4.0.3
sql/sql_union.cc:
  merge with 4.0.3
sql/sql_update.cc:
  merge with 4.0.3
sql/sql_yacc.yy:
  merge with 4.0.3
  Indentation cleanup
sql/structs.h:
  merge with 4.0.3
sql/table.cc:
  merge with 4.0.3
sql/table.h:
  merge with 4.0.3
2002-08-30 12:40:40 +03:00
unknown
839ebeca5a merge with 3.23
BitKeeper/etc/ignore:
  auto-union
mysql-test/t/rpl_rotate_logs.test:
  Auto merged
mysql-test/t/rpl_rotate_logs-master.opt:
  Auto merged
mysql-test/t/rpl_rotate_logs-slave-master-info.opt:
  Auto merged
mysql-test/t/rpl_rotate_logs-slave.sh:
  Auto merged
2002-08-24 02:10:49 +03:00
unknown
e089fcce4c Added testing of temporary tables with replication
mysql-test/t/rpl_rotate_logs-master.opt:
  Rename: mysql-test/t/rpl000016-master.opt -> mysql-test/t/rpl_rotate_logs-master.opt
mysql-test/t/rpl_rotate_logs-slave.sh:
  Rename: mysql-test/t/rpl000016-slave.sh -> mysql-test/t/rpl_rotate_logs-slave.sh
mysql-test/t/rpl_rotate_logs-slave-master-info.opt:
  Rename: mysql-test/t/rpl000016-slave-master-info.opt -> mysql-test/t/rpl_rotate_logs-slave-master-info.opt
BitKeeper/etc/ignore:
  Added mit-pthreads/include/bits mit-pthreads/include/pthread/machdep.h mit-pthreads/include/pthread/posix.h mit-pthreads/include/sys mit-pthreads/machdep.c mit-pthreads/pg++ mit-pthreads/pgcc sql-bench/innotest1 sql-bench/innotest1a sql-bench/innotest1b sql-bench/innotest2 sql-bench/innotest2a sql-bench/innotest2b to the ignore list
mysql-test/r/rpl_rotate_logs.result:
  Added testing of temporary tables
mysql-test/t/rpl000018.test:
  Commented test
mysql-test/t/rpl_rotate_logs.test:
  Added testing of temporary tables
2002-08-23 21:41:27 +03:00
unknown
457172d992 Fixed timing problem with rpl000001 replication test.
Fixed configure problems with HPUX and openbsd
SHOW SLAVE STATUS returns empty set if slave is not initialized
SHOW MASTER STATUS returns empty set if binary logging is not enabled.
Fixed shutdown problem on Solaris.


BitKeeper/deleted/.del-set_var.cc~5374527de1955359:
  Delete: libmysqld/set_var.cc
BitKeeper/etc/ignore:
  added libmysqld/set_var.cc
Build-tools/Do-compile:
  Remove warnings from touch during compilation
Docs/manual.texi:
  Changelog
client/mysqltest.c:
  Added real_sleep command
configure.in:
  Fixed type for HPUX10
innobase/configure.in:
  Fixed type for openbsd
libmysql/libmysql.c:
  Fix for new SHOW SLAVE STATUS
myisam/mi_update.c:
  Update key file if using external locking
mysql-test/mysql-test-run.sh:
  Safety fix
mysql-test/r/rpl000015.result:
  Update for new SHOW SLAVE STATUS
mysql-test/r/rpl_empty_master_crash.result:
  Update for new SHOW SLAVE STATUS
mysql-test/t/rpl000001.test:
  sleep -> real_sleep to avoid timing problem
sql/mysqld.cc:
  Fixed bug with SIGTERM on Solaris
sql/slave.cc:
  SHOW SLAVE STATUS returns empty sets if slave is not initialized.
sql/sql_repl.cc:
  SHOW MASTER STAT returns empty set if no binary logging.
2002-08-18 16:04:26 +03:00
unknown
36827564d3 Portability fixes for 4.0.3 build.
Don't update MyISAM index file on UPDATE if index is not changed


Build-tools/Do-compile:
  Remove log files as early as possible
Docs/manual.texi:
  Changelog
BitKeeper/etc/ignore:
  Added myisam/test2.MYD myisam/test2.MYI to the ignore list
include/my_semaphore.h:
  Portability fix for SCO and BSDI
innobase/configure.in:
  Don't use inline with openbsd as this cases linker problems.
myisam/mi_update.c:
  Don't update index file on UPDATE if index is not changed
mysys/my_pthread.c:
  Portability fix for hpux
sql/item_cmpfunc.cc:
  Don't convert bigint to bigint
2002-08-17 18:02:56 +03:00
unknown
4ed427921d Fixed bug in SAFEMALLOC for systems that requires longlong data to be aligned on 8 byte boundaries (like sparc)
Removed thread marking of safemalloc blocks (becasue of alignment problems)
Temporary fix for bigint comparison.


configure.in:
  Added size checking of char*
BitKeeper/etc/ignore:
  Added sql-bench/innotest1 sql-bench/innotest1a sql-bench/innotest1b sql-bench/innotest2 sql-bench/innotest2a sql-bench/innotest2b to the ignore list
mysql-test/r/select.result:
  Cleaned up test
mysql-test/t/select.test:
  Cleaned up test
mysys/my_static.h:
  Fixed bug in SAFEMALLOC for systems that requires longlong data to be aligned on 8 byte boundaries (like sparc)
mysys/safemalloc.c:
  Fixed bug in SAFEMALLOC for systems that requires longlong data to be aligned on 8 byte boundaries (like sparc)
sql/field.h:
  Temporary fix for bigint comparison.
sql/gen_lex_hash.cc:
  Smaller hash table
sql/item_cmpfunc.cc:
  Cleanup
sql/mysqld.cc:
  Removed thread marking of safemalloc blocks (becasue of alignment problems)
sql/opt_range.cc:
  Comment
2002-08-17 05:18:06 +03:00
unknown
2ae0e1c428 Merge sergbook.mysql.com:/usr/home/serg/Abk/mysql
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0


BitKeeper/etc/ignore:
  auto-union
BitKeeper/etc/logging_ok:
  auto-union
BitKeeper/deleted/.del-stamp-h.in~d3fb1119ddf3630f:
  Auto merged
configure.in:
  Auto merged
Docs/manual.texi:
  Auto merged
strings/Makefile.am:
  Auto merged
2002-08-13 21:15:14 +02:00
unknown
9c448bcc7e disable "dvi" target in TeX is not installed
BitKeeper/deleted/.del-stamp-h.in~d3fb1119ddf3630f:
  Delete: stamp-h.in
BitKeeper/etc/ignore:
  Added stamp-h.in to the ignore list
2002-08-13 15:18:11 +02:00
unknown
29c723c8cf New file to generate a html page to review a charset
BitKeeper/etc/ignore:
  Added mysys/charset2html to the ignore list
2002-08-06 15:47:52 +05:00
unknown
e8d66a2871 few small fixes
BitKeeper/etc/ignore:
  Added mysys/ste5KbMa to the ignore list
include/my_semaphore.h:
  A small fix for BSDi
sql/sql_update.cc:
  Just a proper error message
2002-08-01 15:19:06 +03:00
unknown
80db4ec734 Small fixes after merge
BitKeeper/deleted/.del-net.c~ef21d6402bb882f9:
  This file is not auto-created
BitKeeper/etc/ignore:
  Added libmysqld/sql_olap.cc myisam/myisam.log to the ignore list
Docs/manual.texi:
  Small fixes
sql/sql_lex.h:
  Fixed typo
2002-07-23 22:08:37 +03:00
unknown
a8caad316a New SET syntax & system variables.
Made a some new buffers thread specific and changeable.
Resize of key_buffer.
AUTO_COMMIT -> AUTOCOMMIT
Fixed mutex bug in DROP DATABASE
Fixed bug when using auto_increment as second part of a key where first part could include NULL.
Split handler->extra() to extra() and extra_opt() to be able to support thread specific buffers.
Don't write message to error log when slave reconnects becasue of timeout.
Fixed possible update problem when using DELETE/UPDATE on small tables
(In some cases we used index even if table scanning would be better)
A lot of minior code cleanups


BitKeeper/deleted/.del-net.c~ef21d6402bb882f9:
  Delete: libmysql/net.c
BitKeeper/etc/ignore:
  added libmysql/net.c
Docs/manual.texi:
  New SET syntax & system variables.
client/client_priv.h:
  moved order of include files
client/mysql.cc:
  Removed compiler warning
client/mysqladmin.c:
  Use new SHOW GLOBAL syntax (if server supports it)
configure.in:
  version change
include/Makefile.am:
  indentation cleanup
include/my_getopt.h:
  Made some helper functions global
include/my_sys.h:
  Removed not used code
include/myisam.h:
  Added extra argument to ..._extra()
include/myisammrg.h:
  Added extra argument to ..._extra()
include/mysql_com.h:
  changed NET to be able to support changeable system variables
include/mysql_embed.h:
  Added MYSQL_SERVER_SUFFIX
include/mysql_version.h.in:
  Added check of multiple including (needed for embedded library)
include/mysqld_error.h:
  New error messages
innobase/dict/dict0dict.c:
  Remove compiler warnings
innobase/include/ut0mem.h:
  Remove compiler warnings
innobase/include/ut0mem.ic:
  Remove compiler warnings
isam/isamchk.c:
  new init_key_cache() arguments
isam/isamlog.c:
  new init_key_cache() arguments
isam/test2.c:
  new init_key_cache() arguments
isam/test3.c:
  new init_key_cache() arguments
libmysql/Makefile.am:
  Removed net.c (Automaticly make it from net_serv.cc)
libmysql/Makefile.shared:
  Removed net.c (Automaticly make it from net_serv.cc)
libmysql/libmysql.c:
  Changeable system variables
libmysqld/Makefile.am:
  Added set_var.cc file
libmysqld/embedded_priv.h:
  Changed order of include fiels
libmysqld/lib_sql.cc:
  merge with mysqld.cc (for changeable variables)
libmysqld/libmysqld.c:
  New changeable system variables
myisam/mi_check.c:
  Added extra argument to ..._extra()
myisam/mi_extra.c:
  Added extra argument to ..._extra()
myisam/mi_open.c:
  Removed not used variable
myisam/mi_test1.c:
  Changed call to init_key_cache
myisam/mi_test2.c:
  Added extra argument to ..._extra()
myisam/mi_test3.c:
  Added extra argument to ..._extra()
myisam/mi_write.c:
  Add cache size argument to bulk-insert-init
myisam/myisamchk.c:
  Use new key cache
myisam/myisamdef.h:
  new mi_init_bulk_insert() arguments
myisam/myisamlog.c:
  Added extra argument to ..._extra()
myisam/myisampack.c:
  Added extra argument to ..._extra()
myisammrg/myrg_extra.c:
  Added extra argument to ..._extra()
myisammrg/myrg_rrnd.c:
  Added extra argument to ..._extra()
mysql-test/r/insert_select.result:
  New changeable system variables
mysql-test/r/key.result:
  Test of bug in auto_increment
mysql-test/r/query_cache.result:
  New changeable system variables
mysql-test/r/rpl000001.result:
  New changeable system variables
mysql-test/r/rpl000016.result:
  New changeable system variables
mysql-test/r/union.result:
  New changeable system variables
mysql-test/r/user_var.result:
  New changeable system variables
mysql-test/r/variables.result:
  New changeable system variables
mysql-test/t/key.test:
  Test of bug in auto_increment
mysql-test/t/query_cache.test:
  New changeable system variables
mysql-test/t/rpl000001.test:
  New changeable system variables
mysql-test/t/rpl000009.test:
  New changeable system variables
mysql-test/t/rpl000016.test:
  New changeable system variables
mysql-test/t/rpl_compat.test:
  New changeable system variables
mysql-test/t/union.test:
  New changeable system variables
mysql-test/t/user_var.test:
  New changeable system variables
mysql-test/t/variables.test:
  New changeable system variables
mysys/default.c:
  Bigger default memory allocation
mysys/mf_iocache.c:
  Removed compiler warning
mysys/mf_keycache.c:
  Made key cache resizable on the fly
  Removed not needed extra argument to init_key_cache()
mysys/my_getopt.c:
  Made some helper functions global
sql/Makefile.am:
  Aded set_var.cc
sql/convert.cc:
  Comment cleanup
sql/field.cc:
  new changeable system variables
sql/filesort.cc:
  new changeable system variables
sql/ha_berkeley.cc:
  AUTO_COMMIT -> AUTOCOMMIT
sql/ha_innodb.cc:
  new changeable system variables
sql/ha_myisam.cc:
  Added extra argument to ..._extra()
sql/ha_myisam.h:
  Added extra argument to ..._extra()
sql/ha_myisammrg.cc:
  Added extra argument to ..._extra()
sql/ha_myisammrg.h:
  Added extra argument to ..._extra()
sql/handler.cc:
  Added extra argument to ..._extra()
  Added resize of key cache
  Change ha_table_typelib for use with new system variables
sql/handler.h:
  Added extra argument to ..._extra()
sql/item.cc:
  new changeable system variables
sql/item.h:
  Added better support of Item_uint
sql/item_func.cc:
  Added support for SET @@[global | session] system_variable
sql/item_strfunc.cc:
  new changeable system variables
sql/key.cc:
  Fixed bug in auto_increment on second part keys
sql/lex.h:
  Removed not needed keywords
sql/log.cc:
  new changeable system variables
sql/log_event.cc:
  new changeable system variables
sql/log_event.h:
  Removed not needed var reference
sql/mini_client.cc:
  new changeable system variables
  code cleanup
sql/mini_client.h:
  Indentation cleanup
sql/mysql_priv.h:
  Changed order of include files & variables to make file more readable
sql/mysqld.cc:
  Changed order of variables to make file more readable.
  Support for changeable variables
  Rename of system variables
  Moved init_vars to set_var.cc
  Changed output of --help
sql/net_pkg.cc:
  Added my_net_local_init() to make it possible to set different defaults for network connection depending if you are a client, embedded library or server.
sql/net_serv.cc:
  new changeable system variables
  To support this, some global variables had to be move to the NET structure.
sql/records.cc:
  new changeable system variables
  use extra_opt()
sql/repl_failsafe.cc:
  new changeable system variables
  minior code cleanups
sql/repl_failsafe.h:
  removed not needed external var reference
sql/share/czech/errmsg.txt:
  new changeable system variables
sql/share/danish/errmsg.txt:
  new changeable system variables
sql/share/dutch/errmsg.txt:
  new changeable system variables
sql/share/english/errmsg.txt:
  new changeable system variables
sql/share/estonian/errmsg.txt:
  new changeable system variables
sql/share/french/errmsg.txt:
  new changeable system variables
sql/share/german/errmsg.txt:
  new changeable system variables
sql/share/greek/errmsg.txt:
  new changeable system variables
sql/share/hungarian/errmsg.txt:
  new changeable system variables
sql/share/italian/errmsg.txt:
  new changeable system variables
sql/share/japanese/errmsg.txt:
  new changeable system variables
sql/share/korean/errmsg.txt:
  new changeable system variables
sql/share/norwegian-ny/errmsg.txt:
  new changeable system variables
sql/share/norwegian/errmsg.txt:
  new changeable system variables
sql/share/polish/errmsg.txt:
  new changeable system variables
sql/share/portuguese/errmsg.txt:
  new changeable system variables
sql/share/romanian/errmsg.txt:
  new changeable system variables
sql/share/russian/errmsg.txt:
  new changeable system variables
sql/share/slovak/errmsg.txt:
  new changeable system variables
sql/share/spanish/errmsg.txt:
  new changeable system variables
sql/share/swedish/errmsg.txt:
  new changeable system variables
sql/share/ukrainian/errmsg.txt:
  new changeable system variables
sql/slave.cc:
  new changeable system variables
  Added some suppression of error messages
  Initialize current_thd for all slave threads.
sql/sql_acl.cc:
  Added checking of arguments for SET PASSWORD (for new SET defintion)
sql/sql_acl.h:
  new prototypes
sql/sql_base.cc:
  new changeable system variables
sql/sql_cache.cc:
  new changeable system variables
sql/sql_cache.h:
  Renamed some arguments to make code more readable
sql/sql_class.cc:
  new changeable system variables
sql/sql_class.h:
  New changeable system variables
  Code cleanup
sql/sql_db.cc:
  Fixed bug in DROP DATABASE
sql/sql_delete.cc:
  Usage of wrong define in test (possible speed problem)
sql/sql_insert.cc:
  use extra_opt()
  Code cleanup
sql/sql_lex.cc:
  Added support for SET @@[global | session] system_variable
sql/sql_lex.h:
  Added support for SET @@[global | session] system_variable
sql/sql_load.cc:
  Cleanup for embedded library
  Use extra_opt()
sql/sql_parse.cc:
  Cleanup for embedded library
  New changeable system variables
sql/sql_repl.cc:
  new changeable system variables
sql/sql_repl.h:
  Fixed variable definitions
sql/sql_select.cc:
  new changeable system variables
sql/sql_show.cc:
  New changeable system variables
sql/sql_table.cc:
  Fixed bug in DROP DATABASE
sql/sql_union.cc:
  New changeable system variables
sql/sql_update.cc:
  Usage of wrong define in test (possible speed problem)
sql/sql_yacc.yy:
  New changeable system variables
sql/structs.h:
  Added typedef for SHOW_VAR
sql/table.cc:
  Fixed bug in auto_increment on second part keys
sql/uniques.cc:
  Comment fix
sql/unireg.h:
  A
2002-07-23 18:31:22 +03:00
unknown
8d07955f3d merge
BitKeeper/etc/ignore:
  added scripts/mysql_tableinfo
sql/sql_parse.cc:
  Auto merged
2002-06-27 11:35:50 +03:00
unknown
969919146e Database default charset now works:
CREATE DATABASE dbname DEFAULT CHARACTERSET=latin1


sql/sql_class.cc:
  Database default charset
sql/sql_class.h:
  Database default charset
sql/sql_db.cc:
  Database default charset
sql/sql_table.cc:
  Database default charset
BitKeeper/etc/ignore:
  Added tests/client_test to the ignore list
2002-06-24 21:50:08 +05:00
unknown
70aa7424c4 Big code cleanup/review before 4.0.2 release.
(All commit emails since 4.0.1 checked)
This had to be done now, before the 4.1 tree changes to much, to make it easy to propagate bug fixes to the 4.1 tree.


BUILD/SETUP.sh:
  Added -DPEDANTIC_SAFEMALLOC as standard debug option
Docs/manual.texi:
  Changes for new version.
client/mysql.cc:
  Fixed default value for rehash
  cleanup
client/mysqladmin.c:
  Cleanup
client/mysqlbinlog.cc:
  cleanup
client/mysqldump.c:
  Cleanup
client/mysqlmanager-pwgen.c:
  Cleanup
client/mysqlmanagerc.c:
  Cleanup
client/mysqltest.c:
  Cleanup
dbug/dbug.c:
  Cleanup
extra/resolve_stack_dump.c:
  Cleanup & Simple optimizations
include/ft_global.h:
  Cleanup
include/my_alloc.h:
  Cleanup
include/my_global.h:
  Cleanup
include/my_sys.h:
  Cleanup
include/myisam.h:
  Cleanup
libmysql/libmysql.c:
  Cleanup
libmysql/manager.c:
  Cleanup
myisam/ft_boolean_search.c:
  Cleanup
myisam/ft_dump.c:
  Change strcpy -> strmov
myisam/ft_eval.c:
  Cleanup
myisam/ft_nlq_search.c:
  Cleanup
myisam/ft_test1.c:
  strncpy -> strnmov
myisam/ft_update.c:
  Cleanup
myisam/mi_static.c:
  Cleanup
myisam/mi_test2.c:
  Cleanup
myisam/mi_write.c:
  Cleanup
mysys/mf_fn_ext.c:
  Cleanup
mysys/mf_iocache.c:
  Cleanup
mysys/mf_iocache2.c:
  Cleanup
mysys/my_getopt.c:
  Cleanup
mysys/my_read.c:
  Cleanup
mysys/my_thr_init.c:
  Cleanup
mysys/queues.c:
  Cleanup
mysys/safemalloc.c:
  Cleanup
sql/field.cc:
  Indentation cleanups
sql/ha_berkeley.cc:
  Indentation cleanups
sql/ha_myisam.cc:
  Cleanup
sql/item.h:
  Indentation cleanups
sql/item_cmpfunc.cc:
  Indentation cleanups
sql/item_create.cc:
  cleanup
sql/item_func.cc:
  Cleanup
sql/item_func.h:
  Indentation cleanups
sql/item_strfunc.cc:
  Indentation cleanups
sql/item_sum.cc:
  Indentation cleanups
sql/item_timefunc.cc:
  Indentation cleanups
sql/lock.cc:
  Indentation cleanups
sql/log.cc:
  Cleanup
  strnmov -> strmake
sql/log_event.cc:
  Cleanup + optimizations
  Fixed memory leak
  Added missing pthread_mutex_unlock()  (On error condition)
sql/log_event.h:
  Indentation and comment cleanup
  Merged #ifdef's into common blocks for better readability
sql/mini_client.cc:
  Indentation cleanup
sql/mysql_priv.h:
  Cleanup
  Changed int function to bool
sql/mysqld.cc:
  Indentation and comment cleanup
sql/net_pkg.cc:
  Indentation cleanup
sql/net_serv.cc:
  Changed int function -> bool
sql/nt_servc.cc:
  Cleanup
sql/opt_range.cc:
  Indentation cleanup
sql/repl_failsafe.cc:
  Cleanup + simple optimization
  strnmov -> strmake
sql/slave.cc:
  strnmov -> strmake
  Cleanups
sql/slave.h:
  Cleanup
sql/sql_acl.cc:
  Indentation and DBUG_PRINT cleanup
  Changed WITH MAX... to not use =
sql/sql_base.cc:
  Indentation cleanup
sql/sql_cache.cc:
  Indentation cleanup
sql/sql_class.cc:
  Indentation cleanup
sql/sql_class.h:
  Renamed some struct slots
sql/sql_delete.cc:
  Indentation cleanup
sql/sql_handler.cc:
  Indentation cleanup
sql/sql_insert.cc:
  Use new slot names.
sql/sql_lex.cc:
  Indentation cleanup
sql/sql_lex.h:
  Indentation cleanup
sql/sql_load.cc:
  Indentation cleanup
sql/sql_parse.cc:
  Indentation cleanup
  Removed not used check from LOCK TABLES
sql/sql_repl.cc:
  strnmov -> strmake
sql/sql_repl.h:
  Removed test if file is included (We want to know if it's included twice to avoid this)
sql/sql_select.cc:
  Indentation cleanup
sql/sql_show.cc:
  Indentation cleanup
sql/sql_string.cc:
  Indentation cleanup
sql/sql_table.cc:
  Indentation cleanup
sql/sql_union.cc:
  Use renamed struct slot
sql/sql_update.cc:
  Indentation cleanup
sql/sql_yacc.yy:
  Removed = after GRANT ... MAX_  to make the syntax uniform
sql/table.cc:
  Indentation cleanup
sql/table.h:
  Indentation cleanup
sql/time.cc:
  Indentation cleanup
sql/udf_example.cc:
  Indentation cleanup
sql/unireg.cc:
  strnmov -> strmake
tests/grant.pl:
  Added test for LOCK TABLES
tools/mysqlmanager.c:
  Cleanup
  fopen() -> my_fopen()
vio/viosocket.c:
  DBUG_PRINT cleanups
vio/viosslfactories.c:
  Indentation cleanup
  Checking of results from malloc()
  Fixed possible memory leak
BitKeeper/etc/ignore:
  Added scripts/mysql_secure_installation to the ignore list
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
2002-06-11 11:20:31 +03:00
unknown
f0409fa920 merge with 4.0
BitKeeper/etc/ignore:
  auto-union
BitKeeper/etc/logging_ok:
  auto-union
BUILD/SETUP.sh:
  Auto merged
BUILD/compile-pentium-debug:
  Auto merged
BitKeeper/triggers/post-commit:
  Auto merged
configure.in:
  Auto merged
Docs/manual.texi:
  Auto merged
client/mysql.cc:
  Auto merged
client/mysqldump.c:
  Auto merged
client/mysqltest.c:
  Auto merged
extra/mysql_install.c:
  Auto merged
extra/resolve_stack_dump.c:
  Auto merged
extra/resolveip.c:
  Auto merged
include/my_sys.h:
  Auto merged
include/mysqld_error.h:
  Auto merged
isam/pack_isam.c:
  Auto merged
libmysql/Makefile.shared:
  Auto merged
libmysql/libmysql.c:
  Auto merged
myisam/ft_dump.c:
  Auto merged
myisam/ft_test1.c:
  Auto merged
myisam/ftdefs.h:
  Auto merged
myisam/mi_check.c:
  Auto merged
myisam/mi_test1.c:
  Auto merged
myisam/mi_write.c:
  Auto merged
myisam/myisamchk.c:
  Auto merged
myisam/myisampack.c:
  Auto merged
mysql-test/mysql-test-run.sh:
  Auto merged
mysql-test/r/select_found.result:
  Auto merged
mysql-test/t/select_found.test:
  Auto merged
mysys/charset.c:
  Auto merged
mysys/default.c:
  Auto merged
mysys/hash.c:
  Auto merged
sql/field.cc:
  Auto merged
sql/gen_lex_hash.cc:
  Auto merged
sql/ha_innodb.cc:
  Auto merged
sql/hostname.cc:
  Auto merged
sql/item_cmpfunc.h:
  Auto merged
sql/item_strfunc.cc:
  Auto merged
sql/item_timefunc.h:
  Auto merged
sql/lex.h:
  Auto merged
sql/log.cc:
  Auto merged
sql/mysql_priv.h:
  Auto merged
sql/repl_failsafe.cc:
  Auto merged
sql/slave.cc:
  Auto merged
sql/sql_acl.cc:
  Auto merged
sql/sql_base.cc:
  Auto merged
sql/sql_cache.cc:
  Auto merged
sql/sql_class.cc:
  Auto merged
sql/sql_class.h:
  Auto merged
sql/sql_db.cc:
  Auto merged
sql/sql_parse.cc:
  Auto merged
sql/sql_select.cc:
  Auto merged
sql/sql_string.cc:
  Auto merged
sql/sql_table.cc:
  Auto merged
sql/sql_union.cc:
  Auto merged
sql/share/czech/errmsg.txt:
  Auto merged
sql/share/danish/errmsg.txt:
  Auto merged
sql/share/dutch/errmsg.txt:
  Auto merged
sql/share/english/errmsg.txt:
  Auto merged
sql/share/estonian/errmsg.txt:
  Auto merged
sql/share/german/errmsg.txt:
  Auto merged
sql/share/greek/errmsg.txt:
  Auto merged
sql/share/hungarian/errmsg.txt:
  Auto merged
sql/share/italian/errmsg.txt:
  Auto merged
sql/share/japanese/errmsg.txt:
  Auto merged
sql/share/korean/errmsg.txt:
  Auto merged
sql/share/norwegian-ny/errmsg.txt:
  Auto merged
sql/share/norwegian/errmsg.txt:
  Auto merged
sql/sql_update.cc:
  Auto merged
sql/structs.h:
  Auto merged
sql/share/polish/errmsg.txt:
  Auto merged
sql/share/portuguese/errmsg.txt:
  Auto merged
sql/share/romanian/errmsg.txt:
  Auto merged
sql/share/russian/errmsg.txt:
  Auto merged
sql/share/slovak/errmsg.txt:
  Auto merged
sql/share/spanish/errmsg.txt:
  Auto merged
sql/share/swedish/errmsg.txt:
  Auto merged
sql/share/ukrainian/errmsg.txt:
  Auto merged
strings/Makefile.am:
  Auto merged
strings/ctype-ujis.c:
  Auto merged
tools/mysqlmanager.c:
  Auto merged
2002-06-03 12:59:31 +03:00
unknown
11b652dda0 Fixed a bug with big result sets and UNION's
BitKeeper/etc/ignore:
  Added mysys/getopt.c mysys/getopt1.c to the ignore list
2002-05-24 15:26:47 +03:00
unknown
4d094257db merge with 3.23.51
BitKeeper/etc/ignore:
  auto-union
BitKeeper/etc/logging_ok:
  auto-union
BitKeeper/deleted/.del-mysql_fix_extensions.sh:
  Delete: scripts/mysql_fix_extensions.sh
Build-tools/Do-rpm:
  Auto merged
Makefile.am:
  Auto merged
client/mysqldump.c:
  Auto merged
client/mysqltest.c:
  Auto merged
extra/resolve_stack_dump.c:
  Auto merged
include/my_pthread.h:
  Auto merged
include/my_sys.h:
  Auto merged
include/mysqld_error.h:
  Auto merged
innobase/row/row0ins.c:
  Auto merged
innobase/row/row0mysql.c:
  Auto merged
innobase/row/row0sel.c:
  Auto merged
isam/pack_isam.c:
  Auto merged
libmysql/libmysql.c:
  Auto merged
mysql-test/r/func_if.result:
  Auto merged
mysql-test/t/join.test:
  Auto merged
mysys/array.c:
  Auto merged
mysys/charset.c:
  Auto merged
mysys/default.c:
  Auto merged
mysys/hash.c:
  Auto merged
mysys/my_thr_init.c:
  Auto merged
mysys/raid.cc:
  Auto merged
mysql-test/t/type_decimal.test:
  Auto merged
sql/hostname.cc:
  Auto merged
sql/item.h:
  Auto merged
sql/item_cmpfunc.h:
  Auto merged
sql/item_timefunc.h:
  Auto merged
sql/log.cc:
  Auto merged
sql/mini_client.cc:
  Auto merged
sql/sql_parse.cc:
  Auto merged
sql/sql_select.cc:
  Auto merged
strings/Makefile.am:
  Auto merged
2002-05-16 18:20:49 +03:00
unknown
cf6d11afbf Add missing pthreadtypes.h file to mit-pthreads
BitKeeper/etc/ignore:
  Added mit-pthreads/config.flags to the ignore list
2002-05-08 12:19:41 +03:00
unknown
2ee8bb4852 Remove docs from the bdb distribution
Hack to get MIT-pthreads to compile with glibc 2.2


BitKeeper/deleted/.del-index.html~450dd5db21a9bb64:
  Delete: bdb/docs/index.html
BitKeeper/deleted/.del-db_set_h_hash.html~afe952f65389d93b:
  Delete: bdb/docs/api_cxx/db_set_h_hash.html
BitKeeper/deleted/.del-dbc_close.html~2adba79b482ee157:
  Delete: bdb/docs/api_cxx/dbc_close.html
BitKeeper/deleted/.del-env_close.html~5cc705b97b86972c:
  Delete: bdb/docs/api_cxx/env_close.html
BitKeeper/deleted/.del-env_set_feedback.html~1d5bd8dfe2d8034e:
  Delete: bdb/docs/api_cxx/env_set_feedback.html
BitKeeper/deleted/.del-log_file.html~9a724b41d84e0c31:
  Delete: bdb/docs/api_cxx/log_file.html
BitKeeper/deleted/.del-cxx_index.html~a0bc165de8a0554c:
  Delete: bdb/docs/api_cxx/cxx_index.html
BitKeeper/deleted/.del-db_set_bt_prefix.html~ecd8f927371a5dbd:
  Delete: bdb/docs/api_cxx/db_set_bt_prefix.html
BitKeeper/deleted/.del-db_set_errpfx.html~1f26e7b0bb5a067f:
  Delete: bdb/docs/api_cxx/db_set_errpfx.html
BitKeeper/deleted/.del-db_sync.html~dadf1f745e44faa7:
  Delete: bdb/docs/api_cxx/db_sync.html
BitKeeper/deleted/.del-env_set_errcall.html~bae25b45b0196773:
  Delete: bdb/docs/api_cxx/env_set_errcall.html
BitKeeper/deleted/.del-env_set_lk_detect.html~13e53300b722cf1e:
  Delete: bdb/docs/api_cxx/env_set_lk_detect.html
BitKeeper/deleted/.del-lock_vec.html~c55deaa5173a3323:
  Delete: bdb/docs/api_cxx/lock_vec.html
BitKeeper/deleted/.del-log_archive.html~d47f39e6dad7ee50:
  Delete: bdb/docs/api_cxx/log_archive.html
BitKeeper/deleted/.del-log_get.html~aee6162219c71617:
  Delete: bdb/docs/api_cxx/log_get.html
BitKeeper/deleted/.del-memp_trickle.html~c9df8540b9ebc898:
  Delete: bdb/docs/api_cxx/memp_trickle.html
BitKeeper/deleted/.del-db_key_range.html~d79b373af096cb7:
  Delete: bdb/docs/api_cxx/db_key_range.html
BitKeeper/deleted/.del-db_set_re_len.html~e09bb30e40208dfb:
  Delete: bdb/docs/api_cxx/db_set_re_len.html
BitKeeper/deleted/.del-env_set_flags.html~8136e8e1ae16dc02:
  Delete: bdb/docs/api_cxx/env_set_flags.html
BitKeeper/deleted/.del-except_class.html~59839667e43592e:
  Delete: bdb/docs/api_cxx/except_class.html
BitKeeper/deleted/.del-lock_detect.html~bb50519c431233ed:
  Delete: bdb/docs/api_cxx/lock_detect.html
BitKeeper/deleted/.del-mempfile_class.html~672b4aa787b4aeca:
  Delete: bdb/docs/api_cxx/mempfile_class.html
BitKeeper/deleted/.del-txn_begin.html~3a2d1488ec9d8655:
  Delete: bdb/docs/api_cxx/txn_begin.html
BitKeeper/deleted/.del-txn_commit.html~65afb8caf9c470ae:
  Delete: bdb/docs/api_cxx/txn_commit.html
BitKeeper/deleted/.del-db_get.html~3b6e6005f3f17f2a:
  Delete: bdb/docs/api_cxx/db_get.html
BitKeeper/deleted/.del-db_set_bt_minkey.html~d6181e52342005c:
  Delete: bdb/docs/api_cxx/db_set_bt_minkey.html
BitKeeper/deleted/.del-db_set_cachesize.html~3befdbaf98d5a04e:
  Delete: bdb/docs/api_cxx/db_set_cachesize.html
BitKeeper/deleted/.del-what.html~a64f42c697273c44:
  Delete: bdb/docs/api_cxx/what.html
BitKeeper/deleted/.del-cxx_pindex.html~9ff6b69b56f988dd:
  Delete: bdb/docs/api_cxx/cxx_pindex.html
BitKeeper/deleted/.del-db_get_type.html~398668783c4070db:
  Delete: bdb/docs/api_cxx/db_get_type.html
BitKeeper/deleted/.del-db_set_re_source.html~46998978715ccc1:
  Delete: bdb/docs/api_cxx/db_set_re_source.html
BitKeeper/deleted/.del-db_set_realloc.html~64d967a58c328957:
  Delete: bdb/docs/api_cxx/db_set_realloc.html
BitKeeper/deleted/.del-dbc_dup.html~75df863b4bc13aaa:
  Delete: bdb/docs/api_cxx/dbc_dup.html
BitKeeper/deleted/.del-dbt_class.html~fb91648586c1aa77:
  Delete: bdb/docs/api_cxx/dbt_class.html
BitKeeper/deleted/.del-env_open.html~66ac1ae7fa67ca4a:
  Delete: bdb/docs/api_cxx/env_open.html
BitKeeper/deleted/.del-txn_abort.html~81177bcb2e5f4502:
  Delete: bdb/docs/api_cxx/txn_abort.html
BitKeeper/deleted/.del-db_put.html~2792034e8c83c56:
  Delete: bdb/docs/api_cxx/db_put.html
BitKeeper/deleted/.del-db_set_append_recno.html~a158b1fdba756ce:
  Delete: bdb/docs/api_cxx/db_set_append_recno.html
BitKeeper/deleted/.del-db_set_feedback.html~a08620d86f05ec8c:
  Delete: bdb/docs/api_cxx/db_set_feedback.html
BitKeeper/deleted/.del-db_upgrade.html~c6231eb2f9989284:
  Delete: bdb/docs/api_cxx/db_upgrade.html
BitKeeper/deleted/.del-dbenv_class.html~5ab8aaf8a531f76b:
  Delete: bdb/docs/api_cxx/dbenv_class.html
BitKeeper/deleted/.del-env_set_lg_dir.html~c08aac264e7faa97:
  Delete: bdb/docs/api_cxx/env_set_lg_dir.html
BitKeeper/deleted/.del-env_set_lk_max.html~52ac3c4ca2876de:
  Delete: bdb/docs/api_cxx/env_set_lk_max.html
BitKeeper/deleted/.del-lock_id.html~b3c7995efbe12c16:
  Delete: bdb/docs/api_cxx/lock_id.html
BitKeeper/deleted/.del-db_close.html~cc570e65ac7d22f:
  Delete: bdb/docs/api_cxx/db_close.html
BitKeeper/deleted/.del-db_open.html~ab95c48ac26ad3f7:
  Delete: bdb/docs/api_cxx/db_open.html
BitKeeper/deleted/.del-db_set_bt_compare.html~d888d1ebe056bc6b:
  Delete: bdb/docs/api_cxx/db_set_bt_compare.html
BitKeeper/deleted/.del-db_set_flags.html~1146625feeb3bb0b:
  Delete: bdb/docs/api_cxx/db_set_flags.html
BitKeeper/deleted/.del-db_set_q_extentsize.html~b17e340a68ede3ac:
  Delete: bdb/docs/api_cxx/db_set_q_extentsize.html
BitKeeper/deleted/.del-dbc_get.html~36e2dbe65e3442e3:
  Delete: bdb/docs/api_cxx/dbc_get.html
BitKeeper/deleted/.del-env_set_lk_conflicts.html~5bba88df4cc6dfba:
  Delete: bdb/docs/api_cxx/env_set_lk_conflicts.html
BitKeeper/deleted/.del-get_errno.html~e1a57c1c5f1d2695:
  Delete: bdb/docs/api_cxx/get_errno.html
BitKeeper/deleted/.del-txn_id.html~162661f4c2dc09d6:
  Delete: bdb/docs/api_cxx/txn_id.html
BitKeeper/deleted/.del-db_rename.html~9c0a820e864220b3:
  Delete: bdb/docs/api_cxx/db_rename.html
BitKeeper/deleted/.del-db_set_lorder.html~a46750a29588268c:
  Delete: bdb/docs/api_cxx/db_set_lorder.html
BitKeeper/deleted/.del-env_remove.html~5efece7ecdfc4df7:
  Delete: bdb/docs/api_cxx/env_remove.html
BitKeeper/deleted/.del-env_set_mutexlocks.html~f73e7ffdd2d8d62f:
  Delete: bdb/docs/api_cxx/env_set_mutexlocks.html
BitKeeper/deleted/.del-env_set_tas_spins.html~a107049f4776b358:
  Delete: bdb/docs/api_cxx/env_set_tas_spins.html
BitKeeper/deleted/.del-env_version.html~1cff25c44cbea934:
  Delete: bdb/docs/api_cxx/env_version.html
BitKeeper/deleted/.del-lock_put.html~9eb85a1c9e88621:
  Delete: bdb/docs/api_cxx/lock_put.html
BitKeeper/deleted/.del-memp_fset.html~e52fa0488faa893:
  Delete: bdb/docs/api_cxx/memp_fset.html
BitKeeper/deleted/.del-memp_sync.html~253961279934d3c8:
  Delete: bdb/docs/api_cxx/memp_sync.html
BitKeeper/deleted/.del-db_remove.html~8c537fc5e326293b:
  Delete: bdb/docs/api_cxx/db_remove.html
BitKeeper/deleted/.del-env_set_errpfx.html~d26da4bab9538234:
  Delete: bdb/docs/api_cxx/env_set_errpfx.html
BitKeeper/deleted/.del-log_put.html~66077da9630fa8c2:
  Delete: bdb/docs/api_cxx/log_put.html
BitKeeper/deleted/.del-lsn_class.html~34809f73e15540ad:
  Delete: bdb/docs/api_cxx/lsn_class.html
BitKeeper/deleted/.del-memp_fput.html~7ee8cda6287dee81:
  Delete: bdb/docs/api_cxx/memp_fput.html
BitKeeper/deleted/.del-txn_class.html~5e57abe095aceca9:
  Delete: bdb/docs/api_cxx/txn_class.html
BitKeeper/deleted/.del-db_class.html~3129ff8c53721fe8:
  Delete: bdb/docs/api_cxx/db_class.html
BitKeeper/deleted/.del-db_set_errfile.html~f6eddb9ab7ef07d0:
  Delete: bdb/docs/api_cxx/db_set_errfile.html
BitKeeper/deleted/.del-db_set_h_ffactor.html~a67084c644c38114:
  Delete: bdb/docs/api_cxx/db_set_h_ffactor.html
BitKeeper/deleted/.del-db_set_malloc.html~b0aa5802da5bef4d:
  Delete: bdb/docs/api_cxx/db_set_malloc.html
BitKeeper/deleted/.del-db_set_re_delim.html~81d9df93c3511df3:
  Delete: bdb/docs/api_cxx/db_set_re_delim.html
BitKeeper/deleted/.del-db_verify.html~14db455da528229d:
  Delete: bdb/docs/api_cxx/db_verify.html
BitKeeper/deleted/.del-env_set_lg_max.html~4f7ba5f02c66c0de:
  Delete: bdb/docs/api_cxx/env_set_lg_max.html
BitKeeper/deleted/.del-env_set_lk_max_objects.html~c47424e4d13d5327:
  Delete: bdb/docs/api_cxx/env_set_lk_max_objects.html
BitKeeper/deleted/.del-memp_register.html~cba6f572fe27c7a:
  Delete: bdb/docs/api_cxx/memp_register.html
BitKeeper/deleted/.del-db_join.html~9c4819679501ad6e:
  Delete: bdb/docs/api_cxx/db_join.html
BitKeeper/deleted/.del-db_set_h_nelem.html~1829bc583d9c7554:
  Delete: bdb/docs/api_cxx/db_set_h_nelem.html
BitKeeper/deleted/.del-db_set_paniccall.html~6bc911c9d64e9237:
  Delete: bdb/docs/api_cxx/db_set_paniccall.html
BitKeeper/deleted/.del-db_set_re_pad.html~f2e0c2c2c3806a97:
  Delete: bdb/docs/api_cxx/db_set_re_pad.html
BitKeeper/deleted/.del-dbc_class.html~2a31b398c37d674b:
  Delete: bdb/docs/api_cxx/dbc_class.html
BitKeeper/deleted/.del-env_set_rec_init.html~77916e00d1361c7b:
  Delete: bdb/docs/api_cxx/env_set_rec_init.html
BitKeeper/deleted/.del-env_set_region_init.html~2d70678382bbbf9a:
  Delete: bdb/docs/api_cxx/env_set_region_init.html
BitKeeper/deleted/.del-env_strerror.html~7e1cbfbd096ca:
  Delete: bdb/docs/api_cxx/env_strerror.html
BitKeeper/deleted/.del-txn_checkpoint.html~173930473e76d008:
  Delete: bdb/docs/api_cxx/txn_checkpoint.html
BitKeeper/deleted/.del-db_fd.html~99ec316575f80428:
  Delete: bdb/docs/api_cxx/db_fd.html
BitKeeper/deleted/.del-db_set_dup_compare.html~91f36955a213e0f4:
  Delete: bdb/docs/api_cxx/db_set_dup_compare.html
BitKeeper/deleted/.del-db_stat.html~3473827de856d680:
  Delete: bdb/docs/api_cxx/db_stat.html
BitKeeper/deleted/.del-env_set_cachesize.html~b82ed49a47415fec:
  Delete: bdb/docs/api_cxx/env_set_cachesize.html
BitKeeper/deleted/.del-env_set_lg_bsize.html~7fd917bea6b163bf:
  Delete: bdb/docs/api_cxx/env_set_lg_bsize.html
BitKeeper/deleted/.del-env_set_server.html~bb74806839e8eb58:
  Delete: bdb/docs/api_cxx/env_set_server.html
BitKeeper/deleted/.del-lock_get.html~527d63a8526f336c:
  Delete: bdb/docs/api_cxx/lock_get.html
BitKeeper/deleted/.del-memp_fget.html~bfe74f8c299c2995:
  Delete: bdb/docs/api_cxx/memp_fget.html
BitKeeper/deleted/.del-memp_fopen.html~abfef0a4db99c8e1:
  Delete: bdb/docs/api_cxx/memp_fopen.html
BitKeeper/deleted/.del-db_get_byteswapped.html~a44d5d57d050b466:
  Delete: bdb/docs/api_cxx/db_get_byteswapped.html
BitKeeper/deleted/.del-dbc_count.html~bc025b8894450525:
  Delete: bdb/docs/api_cxx/dbc_count.html
BitKeeper/deleted/.del-dbc_del.html~424fc0ebb3b4c5cf:
  Delete: bdb/docs/api_cxx/dbc_del.html
BitKeeper/deleted/.del-env_set_tmp_dir.html~6c815da1fad27537:
  Delete: bdb/docs/api_cxx/env_set_tmp_dir.html
BitKeeper/deleted/.del-env_set_tx_timestamp.html~6396a1145f8e41c1:
  Delete: bdb/docs/api_cxx/env_set_tx_timestamp.html
BitKeeper/deleted/.del-log_unregister.html~8fa1fe691751d6ad:
  Delete: bdb/docs/api_cxx/log_unregister.html
BitKeeper/deleted/.del-memp_fclose.html~cc4a5776ac69d660:
  Delete: bdb/docs/api_cxx/memp_fclose.html
BitKeeper/deleted/.del-txn_stat.html~e8e25f86f8541696:
  Delete: bdb/docs/api_cxx/txn_stat.html
BitKeeper/deleted/.del-db_cursor.html~4f0225f98f4a11c:
  Delete: bdb/docs/api_cxx/db_cursor.html
BitKeeper/deleted/.del-db_err.html~77022bd5af575696:
  Delete: bdb/docs/api_cxx/db_err.html
BitKeeper/deleted/.del-env_set_lk_max_lockers.html~ebb61fd669c2eefb:
  Delete: bdb/docs/api_cxx/env_set_lk_max_lockers.html
BitKeeper/deleted/.del-env_set_mp_mmapsize.html~c21e3f9c5a29b0ab:
  Delete: bdb/docs/api_cxx/env_set_mp_mmapsize.html
BitKeeper/deleted/.del-lock_class.html~ed88ab78cccbef8d:
  Delete: bdb/docs/api_cxx/lock_class.html
BitKeeper/deleted/.del-txn_prepare.html~818b4163518bace5:
  Delete: bdb/docs/api_cxx/txn_prepare.html
BitKeeper/deleted/.del-db_set_errcall.html~28a7a1fa2b3b73ee:
  Delete: bdb/docs/api_cxx/db_set_errcall.html
BitKeeper/deleted/.del-env_set_errfile.html~f9543c9e65ed6a1d:
  Delete: bdb/docs/api_cxx/env_set_errfile.html
BitKeeper/deleted/.del-env_set_lk_max_locks.html~bbde4ffbcc607f61:
  Delete: bdb/docs/api_cxx/env_set_lk_max_locks.html
BitKeeper/deleted/.del-env_set_tx_recover.html~cdf13797131b2d97:
  Delete: bdb/docs/api_cxx/env_set_tx_recover.html
BitKeeper/deleted/.del-log_compare.html~3225b4c32016c9b1:
  Delete: bdb/docs/api_cxx/log_compare.html
BitKeeper/deleted/.del-log_register.html~55470e0d79382beb:
  Delete: bdb/docs/api_cxx/log_register.html
BitKeeper/deleted/.del-log_stat.html~dc2d4ffe7950fc09:
  Delete: bdb/docs/api_cxx/log_stat.html
BitKeeper/deleted/.del-memp_fsync.html~76d47da7c5dc8932:
  Delete: bdb/docs/api_cxx/memp_fsync.html
BitKeeper/deleted/.del-memp_stat.html~d370717a78971be1:
  Delete: bdb/docs/api_cxx/memp_stat.html
BitKeeper/deleted/.del-db_del.html~43fa05f2dfa86dbc:
  Delete: bdb/docs/api_cxx/db_del.html
BitKeeper/deleted/.del-dbc_put.html~11e6aa2492dd1032:
  Delete: bdb/docs/api_cxx/dbc_put.html
BitKeeper/deleted/.del-env_set_error_stream.html~a4101c1d68559fa2:
  Delete: bdb/docs/api_cxx/env_set_error_stream.html
BitKeeper/deleted/.del-env_set_pageyield.html~db4e5bdf71e171c0:
  Delete: bdb/docs/api_cxx/env_set_pageyield.html
BitKeeper/deleted/.del-env_set_paniccall.html~2080056f15faa516:
  Delete: bdb/docs/api_cxx/env_set_paniccall.html
BitKeeper/deleted/.del-env_set_shm_key.html~65b2c2f848ddf31e:
  Delete: bdb/docs/api_cxx/env_set_shm_key.html
BitKeeper/deleted/.del-env_set_tx_max.html~910d1c17dd000729:
  Delete: bdb/docs/api_cxx/env_set_tx_max.html
BitKeeper/deleted/.del-lock_stat.html~2112ceb0894b34d8:
  Delete: bdb/docs/api_cxx/lock_stat.html
BitKeeper/deleted/.del-log_flush.html~3976f77e905f35eb:
  Delete: bdb/docs/api_cxx/log_flush.html
BitKeeper/deleted/.del-db_set_h_hash.html~73f14897664d9d08:
  Delete: bdb/docs/api_c/db_set_h_hash.html
BitKeeper/deleted/.del-db_set_pagesize.html~b8d544ec3e102c6c:
  Delete: bdb/docs/api_cxx/db_set_pagesize.html
BitKeeper/deleted/.del-dbc_close.html~a3ad4ea563bafc42:
  Delete: bdb/docs/api_c/dbc_close.html
BitKeeper/deleted/.del-env_close.html~a8e722cbb66c9d7b:
  Delete: bdb/docs/api_c/env_close.html
BitKeeper/deleted/.del-env_set_data_dir.html~9176f081597e4f27:
  Delete: bdb/docs/api_cxx/env_set_data_dir.html
BitKeeper/deleted/.del-env_set_panicstate.html~ad2d38e398cafd31:
  Delete: bdb/docs/api_cxx/env_set_panicstate.html
BitKeeper/deleted/.del-env_set_verbose.html~e804a65368b5cdc1:
  Delete: bdb/docs/api_cxx/env_set_verbose.html
BitKeeper/deleted/.del-log_file.html~574444b46b801f9c:
  Delete: bdb/docs/api_c/log_file.html
BitKeeper/deleted/.del-c_pindex.html~697acebf58a8db4:
  Delete: bdb/docs/api_c/c_pindex.html
BitKeeper/deleted/.del-env_set_feedback.html~87a78f97ba545aba:
  Delete: bdb/docs/api_c/env_set_feedback.html
BitKeeper/deleted/.del-env_set_lk_detect.html~d9ed73495defdc19:
  Delete: bdb/docs/api_c/env_set_lk_detect.html
BitKeeper/deleted/.del-hsearch.html~a8b76d897a8216d8:
  Delete: bdb/docs/api_c/hsearch.html
BitKeeper/deleted/.del-lock_vec.html~cc79e33b82b7a275:
  Delete: bdb/docs/api_c/lock_vec.html
BitKeeper/deleted/.del-set_func_ioinfo.html~80365bb8c66ae84c:
  Delete: bdb/docs/api_c/set_func_ioinfo.html
BitKeeper/deleted/.del-set_func_malloc.html~5579a0604e14e1e7:
  Delete: bdb/docs/api_c/set_func_malloc.html
BitKeeper/deleted/.del-set_func_write.html~63567be42d586fde:
  Delete: bdb/docs/api_c/set_func_write.html
BitKeeper/deleted/.del-db_set_bt_prefix.html~d6e443a7e47c9b3a:
  Delete: bdb/docs/api_c/db_set_bt_prefix.html
BitKeeper/deleted/.del-db_set_errpfx.html~756b9b73dd28b8d9:
  Delete: bdb/docs/api_c/db_set_errpfx.html
BitKeeper/deleted/.del-db_sync.html~7a067029b6e1496b:
  Delete: bdb/docs/api_c/db_sync.html
BitKeeper/deleted/.del-env_set_errcall.html~ba09eec1ba15f15f:
  Delete: bdb/docs/api_c/env_set_errcall.html
BitKeeper/deleted/.del-log_archive.html~490428ce45f9f918:
  Delete: bdb/docs/api_c/log_archive.html
BitKeeper/deleted/.del-log_get.html~24cdf17ba55cbecf:
  Delete: bdb/docs/api_c/log_get.html
BitKeeper/deleted/.del-memp_trickle.html~8b1adf1404d7a5f:
  Delete: bdb/docs/api_c/memp_trickle.html
BitKeeper/deleted/.del-set_func_fsync.html~f59339ff63d95e7d:
  Delete: bdb/docs/api_c/set_func_fsync.html
BitKeeper/deleted/.del-c_index.html~1a854fa55012906:
  Delete: bdb/docs/api_c/c_index.html
BitKeeper/deleted/.del-db_key_range.html~1060761b1e359d85:
  Delete: bdb/docs/api_c/db_key_range.html
BitKeeper/deleted/.del-db_set_re_len.html~f30d68257bd60e1e:
  Delete: bdb/docs/api_c/db_set_re_len.html
BitKeeper/deleted/.del-env_set_flags.html~b2a1f3c8498e6d95:
  Delete: bdb/docs/api_c/env_set_flags.html
BitKeeper/deleted/.del-lock_detect.html~8fe406dce10e0bb:
  Delete: bdb/docs/api_c/lock_detect.html
BitKeeper/deleted/.del-txn_begin.html~557b34fd3e7363:
  Delete: bdb/docs/api_c/txn_begin.html
BitKeeper/deleted/.del-txn_commit.html~8950b5e11c8b0778:
  Delete: bdb/docs/api_c/txn_commit.html
BitKeeper/deleted/.del-db_get.html~7e0018b93ee31eba:
  Delete: bdb/docs/api_c/db_get.html
BitKeeper/deleted/.del-db_get_type.html~d66aa1642a4d20e2:
  Delete: bdb/docs/api_c/db_get_type.html
BitKeeper/deleted/.del-db_set_bt_minkey.html~e2d52ba2d0174432:
  Delete: bdb/docs/api_c/db_set_bt_minkey.html
BitKeeper/deleted/.del-db_set_cachesize.html~47a3c8ca486eb013:
  Delete: bdb/docs/api_c/db_set_cachesize.html
BitKeeper/deleted/.del-db_set_re_source.html~6d12ac12652acc31:
  Delete: bdb/docs/api_c/db_set_re_source.html
BitKeeper/deleted/.del-dbc_dup.html~3bdf8b0a687b43f3:
  Delete: bdb/docs/api_c/dbc_dup.html
BitKeeper/deleted/.del-env_open.html~e4c9706220a4cd9b:
  Delete: bdb/docs/api_c/env_open.html
BitKeeper/deleted/.del-txn_abort.html~a53425dd70214619:
  Delete: bdb/docs/api_c/txn_abort.html
BitKeeper/deleted/.del-db_put.html~ea78709ffb6cd7e8:
  Delete: bdb/docs/api_c/db_put.html
BitKeeper/deleted/.del-db_set_append_recno.html~bdf0130e642f74fa:
  Delete: bdb/docs/api_c/db_set_append_recno.html
BitKeeper/deleted/.del-db_set_feedback.html~90d495e78318a332:
  Delete: bdb/docs/api_c/db_set_feedback.html
BitKeeper/deleted/.del-db_set_realloc.html~a9be244baf966892:
  Delete: bdb/docs/api_c/db_set_realloc.html
BitKeeper/deleted/.del-db_upgrade.html~5e6210d6f09a0c3e:
  Delete: bdb/docs/api_c/db_upgrade.html
BitKeeper/deleted/.del-dbt.html~ae7a81c9c5f574f6:
  Delete: bdb/docs/api_c/dbt.html
BitKeeper/deleted/.del-env_set_lg_dir.html~26be310214a2ff8f:
  Delete: bdb/docs/api_c/env_set_lg_dir.html
BitKeeper/deleted/.del-env_set_lk_max.html~a2dc11fa8b2f1c9:
  Delete: bdb/docs/api_c/env_set_lk_max.html
BitKeeper/deleted/.del-lock_id.html~c9ee776f928a38f:
  Delete: bdb/docs/api_c/lock_id.html
BitKeeper/deleted/.del-db_close.html~fda0b4dfa946f44e:
  Delete: bdb/docs/api_c/db_close.html
BitKeeper/deleted/.del-db_set_bt_compare.html~e55a311bb0be93a8:
  Delete: bdb/docs/api_c/db_set_bt_compare.html
BitKeeper/deleted/.del-db_set_flags.html~4cd3700ae4387d22:
  Delete: bdb/docs/api_c/db_set_flags.html
BitKeeper/deleted/.del-db_set_q_extentsize.html~f2fe41a5d8c46658:
  Delete: bdb/docs/api_c/db_set_q_extentsize.html
BitKeeper/deleted/.del-env_create.html~3e73dd35fe5dcc8:
  Delete: bdb/docs/api_c/env_create.html
BitKeeper/deleted/.del-env_set_lk_conflicts.html~58d9f7179bc864a3:
  Delete: bdb/docs/api_c/env_set_lk_conflicts.html
BitKeeper/deleted/.del-db_open.html~59dfa6e5198c382e:
  Delete: bdb/docs/api_c/db_open.html
BitKeeper/deleted/.del-db_set_lorder.html~e24ae76325374653:
  Delete: bdb/docs/api_c/db_set_lorder.html
BitKeeper/deleted/.del-dbc_get.html~4bf7579a92c35195:
  Delete: bdb/docs/api_c/dbc_get.html
BitKeeper/deleted/.del-env_version.html~9bf7f99fefacc2bf:
  Delete: bdb/docs/api_c/env_version.html
BitKeeper/deleted/.del-lock_put.html~f5bc2f52e55f16e1:
  Delete: bdb/docs/api_c/lock_put.html
BitKeeper/deleted/.del-txn_id.html~1e71088a7e8f6678:
  Delete: bdb/docs/api_c/txn_id.html
BitKeeper/deleted/.del-db_rename.html~36796ad9e106c3f0:
  Delete: bdb/docs/api_c/db_rename.html
BitKeeper/deleted/.del-env_set_mutexlocks.html~85bbd53b877cafe1:
  Delete: bdb/docs/api_c/env_set_mutexlocks.html
BitKeeper/deleted/.del-env_set_tas_spins.html~91c7091deca3d97f:
  Delete: bdb/docs/api_c/env_set_tas_spins.html
BitKeeper/deleted/.del-memp_fset.html~ecb97931b222568d:
  Delete: bdb/docs/api_c/memp_fset.html
BitKeeper/deleted/.del-memp_sync.html~b387035a94c20c50:
  Delete: bdb/docs/api_c/memp_sync.html
BitKeeper/deleted/.del-db_remove.html~668fa1d67a4f6941:
  Delete: bdb/docs/api_c/db_remove.html
BitKeeper/deleted/.del-env_remove.html~a71d5e1ca41324a7:
  Delete: bdb/docs/api_c/env_remove.html
BitKeeper/deleted/.del-env_set_errpfx.html~806c8c438d0ee36c:
  Delete: bdb/docs/api_c/env_set_errpfx.html
BitKeeper/deleted/.del-log_put.html~11a1bec49bb90419:
  Delete: bdb/docs/api_c/log_put.html
BitKeeper/deleted/.del-memp_fput.html~4a7aace7db01ee15:
  Delete: bdb/docs/api_c/memp_fput.html
BitKeeper/deleted/.del-set_func_dirfree.html~d59f36547c7b5384:
  Delete: bdb/docs/api_c/set_func_dirfree.html
BitKeeper/deleted/.del-set_func_dirlist.html~24e75ccc86809023:
  Delete: bdb/docs/api_c/set_func_dirlist.html
BitKeeper/deleted/.del-db_set_errfile.html~f07d3c57bb3c8fbd:
  Delete: bdb/docs/api_c/db_set_errfile.html
BitKeeper/deleted/.del-db_set_h_ffactor.html~41352ddf74ccc338:
  Delete: bdb/docs/api_c/db_set_h_ffactor.html
BitKeeper/deleted/.del-db_set_malloc.html~3581879fef5af695:
  Delete: bdb/docs/api_c/db_set_malloc.html
BitKeeper/deleted/.del-db_set_re_delim.html~e0a7face764111b9:
  Delete: bdb/docs/api_c/db_set_re_delim.html
BitKeeper/deleted/.del-db_verify.html~cf80f5ba845eac2e:
  Delete: bdb/docs/api_c/db_verify.html
BitKeeper/deleted/.del-env_set_lg_max.html~319c24b5245b0685:
  Delete: bdb/docs/api_c/env_set_lg_max.html
BitKeeper/deleted/.del-env_set_lk_max_objects.html~1a428bbee06cb5cc:
  Delete: bdb/docs/api_c/env_set_lk_max_objects.html
BitKeeper/deleted/.del-set_func_rename.html~3f8c7b6674cda105:
  Delete: bdb/docs/api_c/set_func_rename.html
BitKeeper/deleted/.del-db_join.html~a58c2d81ecfea5b:
  Delete: bdb/docs/api_c/db_join.html
BitKeeper/deleted/.del-db_set_h_nelem.html~bd8371e033b15c8f:
  Delete: bdb/docs/api_c/db_set_h_nelem.html
BitKeeper/deleted/.del-db_set_re_pad.html~8a1de721eb6fc53f:
  Delete: bdb/docs/api_c/db_set_re_pad.html
BitKeeper/deleted/.del-env_set_region_init.html~2ca19f76ee1ae790:
  Delete: bdb/docs/api_c/env_set_region_init.html
BitKeeper/deleted/.del-env_strerror.html~7f090bf26bdd4dc:
  Delete: bdb/docs/api_c/env_strerror.html
BitKeeper/deleted/.del-memp_register.html~8b9dff9b5043da58:
  Delete: bdb/docs/api_c/memp_register.html
BitKeeper/deleted/.del-set_func_open.html~8c812591efc8abe6:
  Delete: bdb/docs/api_c/set_func_open.html
BitKeeper/deleted/.del-txn_checkpoint.html~4a1704dbfcaad5dc:
  Delete: bdb/docs/api_c/txn_checkpoint.html
BitKeeper/deleted/.del-db_create.html~a87157ea60c82ee2:
  Delete: bdb/docs/api_c/db_create.html
BitKeeper/deleted/.del-db_set_dup_compare.html~a833bfc727a794e7:
  Delete: bdb/docs/api_c/db_set_dup_compare.html
BitKeeper/deleted/.del-db_set_paniccall.html~ac7f63325b4499ce:
  Delete: bdb/docs/api_c/db_set_paniccall.html
BitKeeper/deleted/.del-env_set_lg_bsize.html~1eb03c137a42e80f:
  Delete: bdb/docs/api_c/env_set_lg_bsize.html
BitKeeper/deleted/.del-env_set_rec_init.html~bf7da051ef6689ba:
  Delete: bdb/docs/api_c/env_set_rec_init.html
BitKeeper/deleted/.del-memp_fget.html~460714b5c2e3e1c5:
  Delete: bdb/docs/api_c/memp_fget.html
BitKeeper/deleted/.del-set_func_sleep.html~4b962c8b82989d8c:
  Delete: bdb/docs/api_c/set_func_sleep.html
BitKeeper/deleted/.del-env_set_cachesize.html~f4c341d3f2c09469:
  Delete: bdb/docs/api_c/env_set_cachesize.html
BitKeeper/deleted/.del-env_set_server.html~c13b793b525d504b:
  Delete: bdb/docs/api_c/env_set_server.html
BitKeeper/deleted/.del-memp_fopen.html~d032a963a0103472:
  Delete: bdb/docs/api_c/memp_fopen.html
BitKeeper/deleted/.del-set_func_free.html~ed61d2dfea9e069e:
  Delete: bdb/docs/api_c/set_func_free.html
BitKeeper/deleted/.del-set_func_unlink.html~c42b13fd26f2e90:
  Delete: bdb/docs/api_c/set_func_unlink.html
BitKeeper/deleted/.del-set_func_unmap.html~d85790692f3b536e:
  Delete: bdb/docs/api_c/set_func_unmap.html
BitKeeper/deleted/.del-db_fd.html~15a01776b340a959:
  Delete: bdb/docs/api_c/db_fd.html
BitKeeper/deleted/.del-db_stat.html~578f6f99f8e247ff:
  Delete: bdb/docs/api_c/db_stat.html
BitKeeper/deleted/.del-dbc_count.html~c3cd00c48b4babf5:
  Delete: bdb/docs/api_c/dbc_count.html
BitKeeper/deleted/.del-env_set_tmp_dir.html~b563e87af5431824:
  Delete: bdb/docs/api_c/env_set_tmp_dir.html
BitKeeper/deleted/.del-env_set_tx_timestamp.html~ddb77d7dfb531085:
  Delete: bdb/docs/api_c/env_set_tx_timestamp.html
BitKeeper/deleted/.del-lock_get.html~63399d204f1885fa:
  Delete: bdb/docs/api_c/lock_get.html
BitKeeper/deleted/.del-log_unregister.html~45b8f9d3f8eb3d80:
  Delete: bdb/docs/api_c/log_unregister.html
BitKeeper/deleted/.del-memp_fclose.html~b52c7d599d83c26:
  Delete: bdb/docs/api_c/memp_fclose.html
BitKeeper/deleted/.del-db_get_byteswapped.html~bcab4145183a7be2:
  Delete: bdb/docs/api_c/db_get_byteswapped.html
BitKeeper/deleted/.del-db_lsn.html~5edb9bce1118feae:
  Delete: bdb/docs/api_c/db_lsn.html
BitKeeper/deleted/.del-dbc_del.html~2685f75d28e4ad99:
  Delete: bdb/docs/api_c/dbc_del.html
BitKeeper/deleted/.del-env_set_lk_max_lockers.html~f22d5d4640436efe:
  Delete: bdb/docs/api_c/env_set_lk_max_lockers.html
BitKeeper/deleted/.del-env_set_mp_mmapsize.html~21f27997f00accfe:
  Delete: bdb/docs/api_c/env_set_mp_mmapsize.html
BitKeeper/deleted/.del-set_func_read.html~c8f6ece1ed408bf8:
  Delete: bdb/docs/api_c/set_func_read.html
BitKeeper/deleted/.del-set_func_seek.html~fdf1b31d3f6c7473:
  Delete: bdb/docs/api_c/set_func_seek.html
BitKeeper/deleted/.del-txn_prepare.html~19f84203db4e6608:
  Delete: bdb/docs/api_c/txn_prepare.html
BitKeeper/deleted/.del-txn_stat.html~f57a656bfbac12bf:
  Delete: bdb/docs/api_c/txn_stat.html
BitKeeper/deleted/.del-db_cursor.html~7431dd96ed3492c:
  Delete: bdb/docs/api_c/db_cursor.html
BitKeeper/deleted/.del-db_err.html~3696088bd85eeda3:
  Delete: bdb/docs/api_c/db_err.html
BitKeeper/deleted/.del-db_set_errcall.html~faf92be4ee8bc634:
  Delete: bdb/docs/api_c/db_set_errcall.html
BitKeeper/deleted/.del-dbm.html~ebf1d8e329b06bba:
  Delete: bdb/docs/api_c/dbm.html
BitKeeper/deleted/.del-env_set_errfile.html~3b6b0822f29fc3d4:
  Delete: bdb/docs/api_c/env_set_errfile.html
BitKeeper/deleted/.del-env_set_tx_recover.html~8dd351545b444a24:
  Delete: bdb/docs/api_c/env_set_tx_recover.html
BitKeeper/deleted/.del-set_func_close.html~8981d16589844161:
  Delete: bdb/docs/api_c/set_func_close.html
BitKeeper/deleted/.del-env_set_lk_max_locks.html~1baf2d63a6fb418d:
  Delete: bdb/docs/api_c/env_set_lk_max_locks.html
BitKeeper/deleted/.del-log_compare.html~4f12fdf04d30ab94:
  Delete: bdb/docs/api_c/log_compare.html
BitKeeper/deleted/.del-log_register.html~5381c1fad82d6527:
  Delete: bdb/docs/api_c/log_register.html
BitKeeper/deleted/.del-log_stat.html~36b87b19ee2c5bba:
  Delete: bdb/docs/api_c/log_stat.html
BitKeeper/deleted/.del-memp_fsync.html~a95ab802bb28646f:
  Delete: bdb/docs/api_c/memp_fsync.html
BitKeeper/deleted/.del-memp_stat.html~55a9521fe04b03bd:
  Delete: bdb/docs/api_c/memp_stat.html
BitKeeper/deleted/.del-set_func_exists.html~23f077e82ca8f827:
  Delete: bdb/docs/api_c/set_func_exists.html
BitKeeper/deleted/.del-set_func_realloc.html~e8e78e57c005c7c4:
  Delete: bdb/docs/api_c/set_func_realloc.html
BitKeeper/deleted/.del-db_del.html~e8bffcf9be371317:
  Delete: bdb/docs/api_c/db_del.html
BitKeeper/deleted/.del-dbc_put.html~a2c4a52329376657:
  Delete: bdb/docs/api_c/dbc_put.html
BitKeeper/deleted/.del-env_set_pageyield.html~8aa4a6cb2f18cad7:
  Delete: bdb/docs/api_c/env_set_pageyield.html
BitKeeper/deleted/.del-env_set_paniccall.html~97a1d58189199453:
  Delete: bdb/docs/api_c/env_set_paniccall.html
BitKeeper/deleted/.del-env_set_shm_key.html~cf5aaa6a995cbf55:
  Delete: bdb/docs/api_c/env_set_shm_key.html
BitKeeper/deleted/.del-lock_stat.html~d9a98bb949070b:
  Delete: bdb/docs/api_c/lock_stat.html
BitKeeper/deleted/.del-db_set_pagesize.html~9644fa0f538cde17:
  Delete: bdb/docs/api_c/db_set_pagesize.html
BitKeeper/deleted/.del-env_set_data_dir.html~437cec65e441c60:
  Delete: bdb/docs/api_c/env_set_data_dir.html
BitKeeper/deleted/.del-env_set_panicstate.html~43228366ca64363c:
  Delete: bdb/docs/api_c/env_set_panicstate.html
BitKeeper/deleted/.del-env_set_tx_max.html~71a739e46faf33a9:
  Delete: bdb/docs/api_c/env_set_tx_max.html
BitKeeper/deleted/.del-env_set_verbose.html~344f5119536cae0:
  Delete: bdb/docs/api_c/env_set_verbose.html
BitKeeper/deleted/.del-log_flush.html~bb8bc4fc43c9f63d:
  Delete: bdb/docs/api_c/log_flush.html
BitKeeper/deleted/.del-set_func_map.html~d90bbc8462ef43a6:
  Delete: bdb/docs/api_c/set_func_map.html
BitKeeper/deleted/.del-set_func_yield.html~ca5e359bcbeca7fd:
  Delete: bdb/docs/api_c/set_func_yield.html
BitKeeper/deleted/.del-config.html~c7337cb30f9bf66:
  Delete: bdb/docs/ref/txn/config.html
BitKeeper/deleted/.del-contact.html~55b4da3d7bf7655b:
  Delete: bdb/docs/sleepycat/contact.html
BitKeeper/deleted/.del-intro.html~85fabd5518fb26be:
  Delete: bdb/docs/ref/txn/intro.html
BitKeeper/deleted/.del-legal.html~7388af4c578cacf6:
  Delete: bdb/docs/sleepycat/legal.html
BitKeeper/deleted/.del-license.html~9371001bbf0ba2dd:
  Delete: bdb/docs/sleepycat/license.html
BitKeeper/deleted/.del-nested.html~6860bbf2f29aa93b:
  Delete: bdb/docs/ref/txn/nested.html
BitKeeper/deleted/.del-other.html~4991722636b3a46d:
  Delete: bdb/docs/ref/txn/other.html
BitKeeper/deleted/.del-flags.html~a739404f90eb8c3d:
  Delete: bdb/docs/ref/build_unix/flags.html
BitKeeper/deleted/.del-hpux.html~d34942564699608:
  Delete: bdb/docs/ref/build_unix/hpux.html
BitKeeper/deleted/.del-limits.html~3004b7a93dab148b:
  Delete: bdb/docs/ref/txn/limits.html
BitKeeper/deleted/.del-linux.html~f9f2d09dc6df75e:
  Delete: bdb/docs/ref/build_unix/linux.html
BitKeeper/deleted/.del-sco.html~e25f6271a1b753d0:
  Delete: bdb/docs/ref/build_unix/sco.html
BitKeeper/deleted/.del-shlib.html~7168ed40f2e1155d:
  Delete: bdb/docs/ref/build_unix/shlib.html
BitKeeper/deleted/.del-test.html~b2c2f275a0c3e783:
  Delete: bdb/docs/ref/build_unix/test.html
BitKeeper/deleted/.del-aix.html~e8ae448bdb85fa22:
  Delete: bdb/docs/ref/build_unix/aix.html
BitKeeper/deleted/.del-install.html~660222dd1feffc4:
  Delete: bdb/docs/ref/build_unix/install.html
BitKeeper/deleted/.del-intro.html~f261022c26987d7f:
  Delete: bdb/docs/ref/build_unix/intro.html
BitKeeper/deleted/.del-irix.html~95833aedc3a82f0:
  Delete: bdb/docs/ref/build_unix/irix.html
BitKeeper/deleted/.del-notes.html~97e9b52853db15ea:
  Delete: bdb/docs/ref/build_unix/notes.html
BitKeeper/deleted/.del-qnx.html~6d2849a8e8038dc9:
  Delete: bdb/docs/ref/build_unix/qnx.html
BitKeeper/deleted/.del-ultrix.html~a1dd780edcde11f6:
  Delete: bdb/docs/ref/build_unix/ultrix.html
BitKeeper/deleted/.del-conf.html~d0378c69618b790b:
  Delete: bdb/docs/ref/build_unix/conf.html
BitKeeper/deleted/.del-freebsd.html~8ed2a42e1668004c:
  Delete: bdb/docs/ref/build_unix/freebsd.html
BitKeeper/deleted/.del-open.html~37a6e67d520d6c00:
  Delete: bdb/docs/ref/env/open.html
BitKeeper/deleted/.del-osf1.html~9d4ebabfe3af8970:
  Delete: bdb/docs/ref/build_unix/osf1.html
BitKeeper/deleted/.del-solaris.html~3a85fb541538d0d7:
  Delete: bdb/docs/ref/build_unix/solaris.html
BitKeeper/deleted/.del-sunos.html~fc41965e9d95985c:
  Delete: bdb/docs/ref/build_unix/sunos.html
BitKeeper/deleted/.del-create.html~9f454cb1910df0b8:
  Delete: bdb/docs/ref/env/create.html
BitKeeper/deleted/.del-error.html~acbbdb848c9fe70f:
  Delete: bdb/docs/ref/env/error.html
BitKeeper/deleted/.del-intro.html~96dd1090729e06b:
  Delete: bdb/docs/ref/env/intro.html
BitKeeper/deleted/.del-naming.html~1f041789686cc8a0:
  Delete: bdb/docs/ref/env/naming.html
BitKeeper/deleted/.del-remote.html~52a3a79fdff8f7bd:
  Delete: bdb/docs/ref/env/remote.html
BitKeeper/deleted/.del-security.html~e455f95aee7f5cd2:
  Delete: bdb/docs/ref/env/security.html
BitKeeper/deleted/.del-config.html~aedc53caf49c51c9:
  Delete: bdb/docs/ref/log/config.html
BitKeeper/deleted/.del-convert.html~d7f18eb34c1b6ae:
  Delete: bdb/docs/ref/upgrade.2.0/convert.html
BitKeeper/deleted/.del-disk.html~94dc4e6e3668e613:
  Delete: bdb/docs/ref/upgrade.2.0/disk.html
BitKeeper/deleted/.del-intro.html~8bfd3804a2da1598:
  Delete: bdb/docs/ref/upgrade.2.0/intro.html
BitKeeper/deleted/.del-region.html~cc94139c8daa7f6a:
  Delete: bdb/docs/ref/env/region.html
BitKeeper/deleted/.del-system.html~eae0256a127c3c89:
  Delete: bdb/docs/ref/upgrade.2.0/system.html
BitKeeper/deleted/.del-toc.html~670791f294a61494:
  Delete: bdb/docs/ref/upgrade.2.0/toc.html
BitKeeper/deleted/.del-callback.html~64a2b2b85cc253c1:
  Delete: bdb/docs/ref/upgrade.3.2/callback.html
BitKeeper/deleted/.del-db_dump.html~7d1cac3358c0482e:
  Delete: bdb/docs/ref/upgrade.3.2/db_dump.html
BitKeeper/deleted/.del-handle.html~bb8a73b74d4399ae:
  Delete: bdb/docs/ref/upgrade.3.2/handle.html
BitKeeper/deleted/.del-incomplete.html~af86a649a878a124:
  Delete: bdb/docs/ref/upgrade.3.2/incomplete.html
BitKeeper/deleted/.del-intro.html~31e7055d83ca8757:
  Delete: bdb/docs/ref/log/intro.html
BitKeeper/deleted/.del-limits.html~26fac1e32387b7c9:
  Delete: bdb/docs/ref/log/limits.html
BitKeeper/deleted/.del-process.html~78f9ca966a587234:
  Delete: bdb/docs/ref/upgrade/process.html
BitKeeper/deleted/.del-renumber.html~d6cd798434da81aa:
  Delete: bdb/docs/ref/upgrade.3.2/renumber.html
BitKeeper/deleted/.del-disk.html~61799ebebe78ebb2:
  Delete: bdb/docs/ref/upgrade.3.2/disk.html
BitKeeper/deleted/.del-intro.html~984a9f7dd07e0c14:
  Delete: bdb/docs/ref/upgrade.3.2/intro.html
BitKeeper/deleted/.del-mutexlock.html~972b710c5bdba67c:
  Delete: bdb/docs/ref/upgrade.3.2/mutexlock.html
BitKeeper/deleted/.del-notfound.html~dc91c094aba92838:
  Delete: bdb/docs/ref/upgrade.3.2/notfound.html
BitKeeper/deleted/.del-set_flags.html~213809ca8d7802d0:
  Delete: bdb/docs/ref/upgrade.3.2/set_flags.html
BitKeeper/deleted/.del-toc.html~9c94c533ada43c1a:
  Delete: bdb/docs/ref/upgrade.3.2/toc.html
BitKeeper/deleted/.del-tx_recover.html~132a354cde7a8286:
  Delete: bdb/docs/ref/upgrade.3.2/tx_recover.html
BitKeeper/deleted/.del-bdb_usenix.html~bad2247b4f8c582b:
  Delete: bdb/docs/ref/refs/bdb_usenix.html
BitKeeper/deleted/.del-dbisnot.html~5ce7aed7ce41c9e6:
  Delete: bdb/docs/ref/intro/dbisnot.html
BitKeeper/deleted/.del-embedded.html~d25b9719d24df88c:
  Delete: bdb/docs/ref/refs/embedded.html
BitKeeper/deleted/.del-layout.html~5aeb292fbd987cf8:
  Delete: bdb/docs/ref/distrib/layout.html
BitKeeper/deleted/.del-refs.html~30490b237ba9b61:
  Delete: bdb/docs/ref/refs/refs.html
BitKeeper/deleted/.del-witold.html~ad6c866cf48734b5:
  Delete: bdb/docs/ref/refs/witold.html
BitKeeper/deleted/.del-dbis.html~e672b7615d70be2c:
  Delete: bdb/docs/ref/intro/dbis.html
BitKeeper/deleted/.del-need.html~43950806e35d71f:
  Delete: bdb/docs/ref/intro/need.html
BitKeeper/deleted/.del-where.html~6cb9ec27f19ecbbb:
  Delete: bdb/docs/ref/intro/where.html
BitKeeper/deleted/.del-data.html~33fbf7496c58cf63:
  Delete: bdb/docs/ref/intro/data.html
BitKeeper/deleted/.del-dbinfo.html~7529af7145c0680a:
  Delete: bdb/docs/ref/upgrade.3.0/dbinfo.html
BitKeeper/deleted/.del-distrib.html~84b56709310017f2:
  Delete: bdb/docs/ref/intro/distrib.html
BitKeeper/deleted/.del-products.html~f37221772a3b589d:
  Delete: bdb/docs/ref/intro/products.html
BitKeeper/deleted/.del-terrain.html~b396d6447a59435f:
  Delete: bdb/docs/ref/intro/terrain.html
BitKeeper/deleted/.del-what.html~dd70b9e6e085725d:
  Delete: bdb/docs/ref/intro/what.html
BitKeeper/deleted/.del-cxx.html~7f3bfc9bba854d48:
  Delete: bdb/docs/ref/upgrade.3.0/cxx.html
BitKeeper/deleted/.del-eacces.html~f0299373d8b2f65c:
  Delete: bdb/docs/ref/upgrade.3.0/eacces.html
BitKeeper/deleted/.del-jump_set.html~718c098a91db9dba:
  Delete: bdb/docs/ref/upgrade.3.0/jump_set.html
BitKeeper/deleted/.del-lock_detect.html~fb307b10156762ca:
  Delete: bdb/docs/ref/upgrade.3.0/lock_detect.html
BitKeeper/deleted/.del-txn_begin.html~53512180de5fec80:
  Delete: bdb/docs/ref/upgrade.3.0/txn_begin.html
BitKeeper/deleted/.del-txn_commit.html~e1debf9ea769426c:
  Delete: bdb/docs/ref/upgrade.3.0/txn_commit.html
BitKeeper/deleted/.del-xa.html~1af042e462ab829:
  Delete: bdb/docs/ref/upgrade.3.0/xa.html
BitKeeper/deleted/.del-db_cxx.html~5c17d6a360205140:
  Delete: bdb/docs/ref/upgrade.3.0/db_cxx.html
BitKeeper/deleted/.del-eagain.html~920800d8eb450f79:
  Delete: bdb/docs/ref/upgrade.3.0/eagain.html
BitKeeper/deleted/.del-func.html~c06e5bc63ddf7a64:
  Delete: bdb/docs/ref/upgrade.3.0/func.html
BitKeeper/deleted/.del-lock_notheld.html~ed6853b6daa5531b:
  Delete: bdb/docs/ref/upgrade.3.0/lock_notheld.html
BitKeeper/deleted/.del-lock_put.html~fd9ed0b04b465af:
  Delete: bdb/docs/ref/upgrade.3.0/lock_put.html
BitKeeper/deleted/.del-open.html~8b1e2a969e97069a:
  Delete: bdb/docs/ref/upgrade.3.0/open.html
BitKeeper/deleted/.del-stat.html~775d75e3ba02d15c:
  Delete: bdb/docs/ref/upgrade.3.0/stat.html
BitKeeper/deleted/.del-dbenv.html~f9863847dc1ed617:
  Delete: bdb/docs/ref/upgrade.3.0/dbenv.html
BitKeeper/deleted/.del-dbenv_cxx.html~7f4fd0ebace36d8e:
  Delete: bdb/docs/ref/upgrade.3.0/dbenv_cxx.html
BitKeeper/deleted/.del-envopen.html~5e768fd180f471e4:
  Delete: bdb/docs/ref/upgrade.3.0/envopen.html
BitKeeper/deleted/.del-intro.html~7ecd16967b0bc868:
  Delete: bdb/docs/ref/upgrade.3.0/intro.html
BitKeeper/deleted/.del-java.html~300acccbb633e335:
  Delete: bdb/docs/ref/upgrade.3.0/java.html
BitKeeper/deleted/.del-join.html~ec21d874caa0654:
  Delete: bdb/docs/ref/upgrade.3.0/join.html
BitKeeper/deleted/.del-close.html~c79c866b393785cc:
  Delete: bdb/docs/ref/upgrade.3.0/close.html
BitKeeper/deleted/.del-disk.html~eb79d1157ef44d3c:
  Delete: bdb/docs/ref/upgrade.3.0/disk.html
BitKeeper/deleted/.del-rmw.html~992b0143d13a3ec0:
  Delete: bdb/docs/ref/upgrade.3.0/rmw.html
BitKeeper/deleted/.del-txn_stat.html~516f1870c6127351:
  Delete: bdb/docs/ref/upgrade.3.0/txn_stat.html
BitKeeper/deleted/.del-lock_stat.html~c49716e693ce225b:
  Delete: bdb/docs/ref/upgrade.3.0/lock_stat.html
BitKeeper/deleted/.del-log_register.html~399320e965adf598:
  Delete: bdb/docs/ref/upgrade.3.0/log_register.html
BitKeeper/deleted/.del-log_stat.html~20b5898ba061557d:
  Delete: bdb/docs/ref/upgrade.3.0/log_stat.html
BitKeeper/deleted/.del-memp_stat.html~79e1141c63f7357:
  Delete: bdb/docs/ref/upgrade.3.0/memp_stat.html
BitKeeper/deleted/.del-toc.html~16e7d8e76496cbc9:
  Delete: bdb/docs/ref/upgrade.3.0/toc.html
BitKeeper/deleted/.del-value_set.html~f0b0c770a81b90b6:
  Delete: bdb/docs/ref/upgrade.3.0/value_set.html
BitKeeper/deleted/.del-cam_conv.html~63844ff6fa95f0c:
  Delete: bdb/docs/ref/lock/cam_conv.html
BitKeeper/deleted/.del-config.html~a593ea4c87467ddd:
  Delete: bdb/docs/ref/lock/config.html
BitKeeper/deleted/.del-db.html~e7d63f4bb8e989e8:
  Delete: bdb/docs/ref/upgrade.3.0/db.html
BitKeeper/deleted/.del-max.html~f0fb32ebc251f636:
  Delete: bdb/docs/ref/lock/max.html
BitKeeper/deleted/.del-notxn.html~beec805d9f05e2bc:
  Delete: bdb/docs/ref/lock/notxn.html
BitKeeper/deleted/.del-twopl.html~b3f3aee667bc381d:
  Delete: bdb/docs/ref/lock/twopl.html
BitKeeper/deleted/.del-am_conv.html~3bab32d969f21b77:
  Delete: bdb/docs/ref/lock/am_conv.html
BitKeeper/deleted/.del-compat.html~b39d173789bbf70d:
  Delete: bdb/docs/ref/java/compat.html
BitKeeper/deleted/.del-dead.html~f5c7debd9ba739bb:
  Delete: bdb/docs/ref/lock/dead.html
BitKeeper/deleted/.del-faq.html~7ca2474ba1f6676f:
  Delete: bdb/docs/ref/java/faq.html
BitKeeper/deleted/.del-intro.html~e1e07e71f3198be:
  Delete: bdb/docs/ref/lock/intro.html
BitKeeper/deleted/.del-nondb.html~863fe076a46378d7:
  Delete: bdb/docs/ref/lock/nondb.html
BitKeeper/deleted/.del-page.html~d56876b2565cbee:
  Delete: bdb/docs/ref/lock/page.html
BitKeeper/deleted/.del-stdmode.html~4048a052ea129ca3:
  Delete: bdb/docs/ref/lock/stdmode.html
BitKeeper/deleted/.del-conf.html~ef560bcf13a71cd5:
  Delete: bdb/docs/ref/java/conf.html
BitKeeper/deleted/.del-faq.html~34704a907168cea7:
  Delete: bdb/docs/ref/build_win/faq.html
BitKeeper/deleted/.del-intro.html~2975a07b53b12046:
  Delete: bdb/docs/ref/build_win/intro.html
BitKeeper/deleted/.del-intro.html~4c497b1a18c4c7f5:
  Delete: bdb/docs/ref/cam/intro.html
BitKeeper/deleted/.del-notes.html~4058bf968f287f7:
  Delete: bdb/docs/ref/build_win/notes.html
BitKeeper/deleted/.del-program.html~e9bbc08bccf5d396:
  Delete: bdb/docs/ref/java/program.html
BitKeeper/deleted/.del-test.html~84090b57cb7f0cf8:
  Delete: bdb/docs/ref/build_win/test.html
BitKeeper/deleted/.del-byteorder.html~f7fa52b53e4c8838:
  Delete: bdb/docs/ref/program/byteorder.html
BitKeeper/deleted/.del-extending.html~6a86a40872d6b8bc:
  Delete: bdb/docs/ref/program/extending.html
BitKeeper/deleted/.del-format.html~9fa10ca3c7ae6751:
  Delete: bdb/docs/ref/dumpload/format.html
BitKeeper/deleted/.del-text.html~88b57a73860b423:
  Delete: bdb/docs/ref/dumpload/text.html
BitKeeper/deleted/.del-utility.html~8fc100fdb58adb3c:
  Delete: bdb/docs/ref/dumpload/utility.html
BitKeeper/deleted/.del-appsignals.html~3ab63bf9399d7ead:
  Delete: bdb/docs/ref/program/appsignals.html
BitKeeper/deleted/.del-diskspace.html~959508f155721ee8:
  Delete: bdb/docs/ref/program/diskspace.html
BitKeeper/deleted/.del-environ.html~dc4a48aa531bd399:
  Delete: bdb/docs/ref/program/environ.html
BitKeeper/deleted/.del-errorret.html~23491397d7e704e9:
  Delete: bdb/docs/ref/program/errorret.html
BitKeeper/deleted/.del-scope.html~2987f97781410bc1:
  Delete: bdb/docs/ref/program/scope.html
BitKeeper/deleted/.del-version.html~d266e819d1531df8:
  Delete: bdb/docs/ref/program/version.html
BitKeeper/deleted/.del-compatible.html~237b98e6a6d7ed35:
  Delete: bdb/docs/ref/program/compatible.html
BitKeeper/deleted/.del-copy.html~bcf5ff9656fafcd3:
  Delete: bdb/docs/ref/program/copy.html
BitKeeper/deleted/.del-dbsizes.html~d70da530573b9b38:
  Delete: bdb/docs/ref/program/dbsizes.html
BitKeeper/deleted/.del-mt.html~552ab570b657fc0e:
  Delete: bdb/docs/ref/program/mt.html
BitKeeper/deleted/.del-namespace.html~182f8f762343bdc1:
  Delete: bdb/docs/ref/program/namespace.html
BitKeeper/deleted/.del-recimp.html~bbdb0feb7d467a80:
  Delete: bdb/docs/ref/program/recimp.html
BitKeeper/deleted/.del-runtime.html~6853fdbfe15df788:
  Delete: bdb/docs/ref/program/runtime.html
BitKeeper/deleted/.del-common.html~607061232e2532df:
  Delete: bdb/docs/ref/debug/common.html
BitKeeper/deleted/.del-compile.html~12785e3091b78bfd:
  Delete: bdb/docs/ref/debug/compile.html
BitKeeper/deleted/.del-faq.html~cdb7646d3d2e6374:
  Delete: bdb/docs/ref/build_vxworks/faq.html
BitKeeper/deleted/.del-intro.html~2eed15d25078711:
  Delete: bdb/docs/ref/build_vxworks/intro.html
BitKeeper/deleted/.del-intro.html~57ef29f26341ea:
  Delete: bdb/docs/ref/debug/intro.html
BitKeeper/deleted/.del-notes.html~7e53a042c5c4d350:
  Delete: bdb/docs/ref/build_vxworks/notes.html
BitKeeper/deleted/.del-runtime.html~d50f2fea4a8e58c:
  Delete: bdb/docs/ref/debug/runtime.html
BitKeeper/deleted/.del-config.html~771c2c91fc0b6b17:
  Delete: bdb/docs/ref/mp/config.html
BitKeeper/deleted/.del-faq.html~f95038006d18229:
  Delete: bdb/docs/ref/test/faq.html
BitKeeper/deleted/.del-file.html~d4ba2317db7c064b:
  Delete: bdb/docs/ref/install/file.html
BitKeeper/deleted/.del-intro.html~34937731cafcf1b1:
  Delete: bdb/docs/ref/mp/intro.html
BitKeeper/deleted/.del-printlog.html~9fa9894f839fad95:
  Delete: bdb/docs/ref/debug/printlog.html
BitKeeper/deleted/.del-run.html~63c0398e7e2a29e2:
  Delete: bdb/docs/ref/test/run.html
BitKeeper/deleted/.del-curdup.html~5c855e1f5b99d990:
  Delete: bdb/docs/ref/am/curdup.html
BitKeeper/deleted/.del-curput.html~c7e4fa0a68170c3d:
  Delete: bdb/docs/ref/am/curput.html
BitKeeper/deleted/.del-open.html~c9a7e23579a5e93a:
  Delete: bdb/docs/ref/am/open.html
BitKeeper/deleted/.del-opensub.html~81c79cce793fb343:
  Delete: bdb/docs/ref/am/opensub.html
BitKeeper/deleted/.del-stability.html~a92faac934d69cef:
  Delete: bdb/docs/ref/am/stability.html
BitKeeper/deleted/.del-verify.html~badaeba91bda50e1:
  Delete: bdb/docs/ref/am/verify.html
BitKeeper/deleted/.del-curclose.html~8b6b8442fc8382f7:
  Delete: bdb/docs/ref/am/curclose.html
BitKeeper/deleted/.del-cursor.html~6dbcdb3b7d552f58:
  Delete: bdb/docs/ref/am/cursor.html
BitKeeper/deleted/.del-delete.html~9195664374690b24:
  Delete: bdb/docs/ref/am/delete.html
BitKeeper/deleted/.del-partial.html~db4a970c839b3051:
  Delete: bdb/docs/ref/am/partial.html
BitKeeper/deleted/.del-stat.html~fafc0f88571d9395:
  Delete: bdb/docs/ref/am/stat.html
BitKeeper/deleted/.del-count.html~8fd8daf2e2cbd7c7:
  Delete: bdb/docs/ref/am/count.html
BitKeeper/deleted/.del-curget.html~d7dd42affcd54073:
  Delete: bdb/docs/ref/am/curget.html
BitKeeper/deleted/.del-error.html~45ac854e68196844:
  Delete: bdb/docs/ref/am/error.html
BitKeeper/deleted/.del-get.html~96c9c9a01c32d16:
  Delete: bdb/docs/ref/am/get.html
BitKeeper/deleted/.del-join.html~acc16686a78a732:
  Delete: bdb/docs/ref/am/join.html
BitKeeper/deleted/.del-sync.html~381722c07c9d8825:
  Delete: bdb/docs/ref/am/sync.html
BitKeeper/deleted/.del-upgrade.html~c7499736f03c1a1c:
  Delete: bdb/docs/ref/am/upgrade.html
BitKeeper/deleted/.del-close.html~ed6f7427edc0431:
  Delete: bdb/docs/ref/am/close.html
BitKeeper/deleted/.del-curdel.html~39bf0a8cba99c064:
  Delete: bdb/docs/ref/am/curdel.html
BitKeeper/deleted/.del-ops.html~9b24db9ba4f45724:
  Delete: bdb/docs/ref/am/ops.html
BitKeeper/deleted/.del-put.html~8e18b0af61eb7f0f:
  Delete: bdb/docs/ref/am/put.html
BitKeeper/deleted/.del-read.html~fc8b056380e09887:
  Delete: bdb/docs/ref/transapp/read.html
BitKeeper/deleted/.del-term.html~d6f3fa4fc5a630ec:
  Delete: bdb/docs/ref/transapp/term.html
BitKeeper/deleted/.del-app.html~6dc3c82982164fa8:
  Delete: bdb/docs/ref/transapp/app.html
BitKeeper/deleted/.del-checkpoint.html~29e077c954369ed:
  Delete: bdb/docs/ref/transapp/checkpoint.html
BitKeeper/deleted/.del-cursor.html~824b2f28c9e8d610:
  Delete: bdb/docs/ref/transapp/cursor.html
BitKeeper/deleted/.del-deadlock.html~34914b9dc6b01703:
  Delete: bdb/docs/ref/transapp/deadlock.html
BitKeeper/deleted/.del-env_open.html~c8d61102658c3bbf:
  Delete: bdb/docs/ref/transapp/env_open.html
BitKeeper/deleted/.del-reclimit.html~5f54174bf6026bd5:
  Delete: bdb/docs/ref/transapp/reclimit.html
BitKeeper/deleted/.del-archival.html~7631314d840be181:
  Delete: bdb/docs/ref/transapp/archival.html
BitKeeper/deleted/.del-data_open.html~413c1d8aba9d8018:
  Delete: bdb/docs/ref/transapp/data_open.html
BitKeeper/deleted/.del-filesys.html~ebee24f726f99bf6:
  Delete: bdb/docs/ref/transapp/filesys.html
BitKeeper/deleted/.del-intro.html~22096cea9fe159ac:
  Delete: bdb/docs/ref/transapp/intro.html
BitKeeper/deleted/.del-logfile.html~1c3002fcb6581e8c:
  Delete: bdb/docs/ref/transapp/logfile.html
BitKeeper/deleted/.del-throughput.html~8a7d5a958df7f91a:
  Delete: bdb/docs/ref/transapp/throughput.html
BitKeeper/deleted/.del-admin.html~cf867ed0b00cccef:
  Delete: bdb/docs/ref/transapp/admin.html
BitKeeper/deleted/.del-inc.html~5ea32b4e2a2107b3:
  Delete: bdb/docs/ref/transapp/inc.html
BitKeeper/deleted/.del-put.html~8cc785aeecff8535:
  Delete: bdb/docs/ref/transapp/put.html
BitKeeper/deleted/.del-recovery.html~6e3a0c07b997c3b2:
  Delete: bdb/docs/ref/transapp/recovery.html
BitKeeper/deleted/.del-why.html~c941c1a56a0adbaf:
  Delete: bdb/docs/ref/transapp/why.html
BitKeeper/deleted/.del-error.html~37b817c57777b460:
  Delete: bdb/docs/ref/tcl/error.html
BitKeeper/deleted/.del-faq.html~f8433900f7f85400:
  Delete: bdb/docs/ref/tcl/faq.html
BitKeeper/deleted/.del-intro.html~d66c6c398e2ace0b:
  Delete: bdb/docs/ref/tcl/intro.html
BitKeeper/deleted/.del-program.html~2f5bf497ae226ed5:
  Delete: bdb/docs/ref/tcl/program.html
BitKeeper/deleted/.del-script.html~6796fd0a63161a0c:
  Delete: bdb/docs/ref/arch/script.html
BitKeeper/deleted/.del-using.html~28856d8c72d0660b:
  Delete: bdb/docs/ref/tcl/using.html
BitKeeper/deleted/.del-apis.html~a84570e410b11a6a:
  Delete: bdb/docs/ref/arch/apis.html
BitKeeper/deleted/.del-bigpic.html~ab5254bc99af0d5c:
  Delete: bdb/docs/ref/arch/bigpic.html
BitKeeper/deleted/.del-logalloc.html~30563c544b8ddd54:
  Delete: bdb/docs/ref/upgrade.3.1/logalloc.html
BitKeeper/deleted/.del-progmodel.html~caa422dc155b6370:
  Delete: bdb/docs/ref/arch/progmodel.html
BitKeeper/deleted/.del-set_paniccall.html~8f9741244fb6e9f6:
  Delete: bdb/docs/ref/upgrade.3.1/set_paniccall.html
BitKeeper/deleted/.del-tcl.html~f5c85b09c33bda4:
  Delete: bdb/docs/ref/upgrade.3.1/tcl.html
BitKeeper/deleted/.del-utilities.html~54d7014fab332c7a:
  Delete: bdb/docs/ref/arch/utilities.html
BitKeeper/deleted/.del-btstat.html~40a76aef8b25a948:
  Delete: bdb/docs/ref/upgrade.3.1/btstat.html
BitKeeper/deleted/.del-config.html~d2ace28f39ab0f8d:
  Delete: bdb/docs/ref/upgrade.3.1/config.html
BitKeeper/deleted/.del-dup.html~911018877c118b45:
  Delete: bdb/docs/ref/upgrade.3.1/dup.html
BitKeeper/deleted/.del-env.html~381e366a9c9c9a37:
  Delete: bdb/docs/ref/upgrade.3.1/env.html
BitKeeper/deleted/.del-set_tx_recover.html~ada65907ba98eee8:
  Delete: bdb/docs/ref/upgrade.3.1/set_tx_recover.html
BitKeeper/deleted/.del-tmp.html~ef3450f6fa89f2dc:
  Delete: bdb/docs/ref/upgrade.3.1/tmp.html
BitKeeper/deleted/.del-disk.html~2abdaf9059265ba9:
  Delete: bdb/docs/ref/upgrade.3.1/disk.html
BitKeeper/deleted/.del-intro.html~64592a50b1c634d6:
  Delete: bdb/docs/ref/upgrade.3.1/intro.html
BitKeeper/deleted/.del-memp_register.html~7d92464a1029d53e:
  Delete: bdb/docs/ref/upgrade.3.1/memp_register.html
BitKeeper/deleted/.del-put.html~961a1a689be6ce:
  Delete: bdb/docs/ref/upgrade.3.1/put.html
BitKeeper/deleted/.del-set_feedback.html~6d7de50be92a5488:
  Delete: bdb/docs/ref/upgrade.3.1/set_feedback.html
BitKeeper/deleted/.del-sysmem.html~3d088eb0ef1b27e0:
  Delete: bdb/docs/ref/upgrade.3.1/sysmem.html
BitKeeper/deleted/.del-txn_check.html~2405b25bc92cc476:
  Delete: bdb/docs/ref/upgrade.3.1/txn_check.html
BitKeeper/deleted/.del-intro.html~ce7e794e619e1e1d:
  Delete: bdb/docs/ref/perl/intro.html
BitKeeper/deleted/.del-intro.html~ecac45d7e2bcf51c:
  Delete: bdb/docs/ref/sendmail/intro.html
BitKeeper/deleted/.del-log_register.html~7177eeb2fc099317:
  Delete: bdb/docs/ref/upgrade.3.1/log_register.html
BitKeeper/deleted/.del-toc.html~af1a24798980ad1:
  Delete: bdb/docs/ref/upgrade.3.1/toc.html
BitKeeper/deleted/.del-config.html~3f3f449c305e66b4:
  Delete: bdb/docs/ref/xa/config.html
BitKeeper/deleted/.del-faq.html~7aa890c7b70f1293:
  Delete: bdb/docs/ref/xa/faq.html
BitKeeper/deleted/.del-intro.html~8ac020ffb869e9a8:
  Delete: bdb/docs/ref/xa/intro.html
BitKeeper/deleted/.del-toc.html~ab1fa294d5ef4b69:
  Delete: bdb/docs/ref/toc.html
BitKeeper/deleted/.del-del.html~514a1bd568ed4c1d:
  Delete: bdb/docs/ref/simple_tut/del.html
BitKeeper/deleted/.del-errors.html~be11ff6410e1db2c:
  Delete: bdb/docs/ref/simple_tut/errors.html
BitKeeper/deleted/.del-get.html~211de230d6a6cbc5:
  Delete: bdb/docs/ref/simple_tut/get.html
BitKeeper/deleted/.del-intro.html~7544c4688623a54c:
  Delete: bdb/docs/ref/simple_tut/intro.html
BitKeeper/deleted/.del-keydata.html~530b1581aeba63ca:
  Delete: bdb/docs/ref/simple_tut/keydata.html
BitKeeper/deleted/.del-open.html~5d6eb5c3df68eeee:
  Delete: bdb/docs/ref/simple_tut/open.html
BitKeeper/deleted/.del-client.html~824178f8626e45b7:
  Delete: bdb/docs/ref/rpc/client.html
BitKeeper/deleted/.del-close.html~1fe3a82f28e7ed32:
  Delete: bdb/docs/ref/simple_tut/close.html
BitKeeper/deleted/.del-handles.html~18a14f4a50e7bad0:
  Delete: bdb/docs/ref/simple_tut/handles.html
BitKeeper/deleted/.del-intro.html~ad16bc20623e1192:
  Delete: bdb/docs/ref/rpc/intro.html
BitKeeper/deleted/.del-put.html~bdd2629c212af471:
  Delete: bdb/docs/ref/simple_tut/put.html
BitKeeper/deleted/.del-bt_compare.html~c1e847e651704c89:
  Delete: bdb/docs/ref/am_conf/bt_compare.html
BitKeeper/deleted/.del-byteorder.html~999a22f727e2dae0:
  Delete: bdb/docs/ref/am_conf/byteorder.html
BitKeeper/deleted/.del-h_ffactor.html~5eb87b7ce99f3362:
  Delete: bdb/docs/ref/am_conf/h_ffactor.html
BitKeeper/deleted/.del-pagesize.html~eb4800704ae1131b:
  Delete: bdb/docs/ref/am_conf/pagesize.html
BitKeeper/deleted/.del-recno.html~c2ae722138309e95:
  Delete: bdb/docs/ref/am_conf/recno.html
BitKeeper/deleted/.del-server.html~79f560205494295:
  Delete: bdb/docs/ref/rpc/server.html
BitKeeper/deleted/.del-cachesize.html~99dcd466dc881093:
  Delete: bdb/docs/ref/am_conf/cachesize.html
BitKeeper/deleted/.del-dup.html~523731632fca7343:
  Delete: bdb/docs/ref/am_conf/dup.html
BitKeeper/deleted/.del-h_nelem.html~979995db477052ad:
  Delete: bdb/docs/ref/am_conf/h_nelem.html
BitKeeper/deleted/.del-malloc.html~cb0e6d7e9448d93e:
  Delete: bdb/docs/ref/am_conf/malloc.html
BitKeeper/deleted/.del-renumber.html~b7df79bf32240b5c:
  Delete: bdb/docs/ref/am_conf/renumber.html
BitKeeper/deleted/.del-select.html~57b1c99f6a8ea93f:
  Delete: bdb/docs/ref/am_conf/select.html
BitKeeper/deleted/.del-bt_recnum.html~f081f10254e86e75:
  Delete: bdb/docs/ref/am_conf/bt_recnum.html
BitKeeper/deleted/.del-intro.html~dd1647202258ee28:
  Delete: bdb/docs/ref/am_conf/intro.html
BitKeeper/deleted/.del-logrec.html~5edeb34d63936e2:
  Delete: bdb/docs/ref/am_conf/logrec.html
BitKeeper/deleted/.del-bt_minkey.html~b4708e561be92b83:
  Delete: bdb/docs/ref/am_conf/bt_minkey.html
BitKeeper/deleted/.del-bt_prefix.html~4e7602aa68d50fe1:
  Delete: bdb/docs/ref/am_conf/bt_prefix.html
BitKeeper/deleted/.del-db_set_h_hash.html~c6eb825c706a9548:
  Delete: bdb/docs/api_java/db_set_h_hash.html
BitKeeper/deleted/.del-extentsize.html~fdcfb5572974545c:
  Delete: bdb/docs/ref/am_conf/extentsize.html
BitKeeper/deleted/.del-h_hash.html~3a0174586fbcfcdf:
  Delete: bdb/docs/ref/am_conf/h_hash.html
BitKeeper/deleted/.del-re_source.html~b000d11ca4a0f9a:
  Delete: bdb/docs/ref/am_conf/re_source.html
BitKeeper/deleted/.del-dbc_close.html~e3bf1f36bc0e8e7e:
  Delete: bdb/docs/api_java/dbc_close.html
BitKeeper/deleted/.del-env_close.html~c4e2ec77d7d14d4f:
  Delete: bdb/docs/api_java/env_close.html
BitKeeper/deleted/.del-env_set_feedback.html~9748745e65f070d5:
  Delete: bdb/docs/api_java/env_set_feedback.html
BitKeeper/deleted/.del-env_set_lk_detect.html~9fc15a1a95b0dfa1:
  Delete: bdb/docs/api_java/env_set_lk_detect.html
BitKeeper/deleted/.del-lock_vec.html~df5eb838fdbe1eab:
  Delete: bdb/docs/api_java/lock_vec.html
BitKeeper/deleted/.del-log_file.html~74a49bae2532199a:
  Delete: bdb/docs/api_java/log_file.html
BitKeeper/deleted/.del-db_set_bt_prefix.html~a3269aad23e6dbc:
  Delete: bdb/docs/api_java/db_set_bt_prefix.html
BitKeeper/deleted/.del-db_sync.html~42391f7d5f200b90:
  Delete: bdb/docs/api_java/db_sync.html
BitKeeper/deleted/.del-env_set_errcall.html~4e206d08cbb39ab7:
  Delete: bdb/docs/api_java/env_set_errcall.html
BitKeeper/deleted/.del-log_archive.html~b4a9483dbb5a2b58:
  Delete: bdb/docs/api_java/log_archive.html
BitKeeper/deleted/.del-memp_trickle.html~4d5c4e83a4a5c638:
  Delete: bdb/docs/api_java/memp_trickle.html
BitKeeper/deleted/.del-db_key_range.html~8834de5873a6acb5:
  Delete: bdb/docs/api_java/db_key_range.html
BitKeeper/deleted/.del-db_set_errpfx.html~c446da51277796df:
  Delete: bdb/docs/api_java/db_set_errpfx.html
BitKeeper/deleted/.del-except_class.html~195c00e4a7cbe648:
  Delete: bdb/docs/api_java/except_class.html
BitKeeper/deleted/.del-log_get.html~5fbbbd4baa60e052:
  Delete: bdb/docs/api_java/log_get.html
BitKeeper/deleted/.del-txn_begin.html~553bf78bd7fc3e0a:
  Delete: bdb/docs/api_java/txn_begin.html
BitKeeper/deleted/.del-txn_commit.html~c265042f3340baa1:
  Delete: bdb/docs/api_java/txn_commit.html
BitKeeper/deleted/.del-db_set_bt_minkey.html~c7e1f184bdca25fa:
  Delete: bdb/docs/api_java/db_set_bt_minkey.html
BitKeeper/deleted/.del-db_set_cachesize.html~22d172a2d29f276b:
  Delete: bdb/docs/api_java/db_set_cachesize.html
BitKeeper/deleted/.del-db_set_re_len.html~8448826ea78c630e:
  Delete: bdb/docs/api_java/db_set_re_len.html
BitKeeper/deleted/.del-env_set_flags.html~690847bb5e205c21:
  Delete: bdb/docs/api_java/env_set_flags.html
BitKeeper/deleted/.del-lock_detect.html~14d4e7c7dca0dad7:
  Delete: bdb/docs/api_java/lock_detect.html
BitKeeper/deleted/.del-db_get.html~87b8316c55b24739:
  Delete: bdb/docs/api_java/db_get.html
BitKeeper/deleted/.del-db_get_type.html~4cfb6f09cbe0b8ae:
  Delete: bdb/docs/api_java/db_get_type.html
BitKeeper/deleted/.del-db_set_re_source.html~b29827dbf47537d1:
  Delete: bdb/docs/api_java/db_set_re_source.html
BitKeeper/deleted/.del-dbc_dup.html~aa141014c4d7f9b0:
  Delete: bdb/docs/api_java/dbc_dup.html
BitKeeper/deleted/.del-env_open.html~2df0f0ef544da715:
  Delete: bdb/docs/api_java/env_open.html
BitKeeper/deleted/.del-txn_abort.html~ec9a3517748bfa3:
  Delete: bdb/docs/api_java/txn_abort.html
BitKeeper/deleted/.del-dbt_class.html~f6b04ff142e332f8:
  Delete: bdb/docs/api_java/dbt_class.html
BitKeeper/deleted/.del-deadlock_class.html~b587b2d8c9e5d0b0:
  Delete: bdb/docs/api_java/deadlock_class.html
BitKeeper/deleted/.del-env_set_lg_dir.html~484cad2123994e14:
  Delete: bdb/docs/api_java/env_set_lg_dir.html
BitKeeper/deleted/.del-lock_id.html~737cf8d8dc74084e:
  Delete: bdb/docs/api_java/lock_id.html
BitKeeper/deleted/.del-db_put.html~c476abe5599f21cf:
  Delete: bdb/docs/api_java/db_put.html
BitKeeper/deleted/.del-db_set_append_recno.html~d28bf857803b93a2:
  Delete: bdb/docs/api_java/db_set_append_recno.html
BitKeeper/deleted/.del-db_set_feedback.html~69b4c07b3dbe383:
  Delete: bdb/docs/api_java/db_set_feedback.html
BitKeeper/deleted/.del-db_upgrade.html~782fa4cc6c633990:
  Delete: bdb/docs/api_java/db_upgrade.html
BitKeeper/deleted/.del-dbenv_class.html~92c7a4a6c22090c7:
  Delete: bdb/docs/api_java/dbenv_class.html
BitKeeper/deleted/.del-env_set_lk_max.html~12b6e34ac5a53281:
  Delete: bdb/docs/api_java/env_set_lk_max.html
BitKeeper/deleted/.del-mem_class.html~2e5052b5b2bea584:
  Delete: bdb/docs/api_java/mem_class.html
BitKeeper/deleted/.del-db_close.html~21595167f4fdbe88:
  Delete: bdb/docs/api_java/db_close.html
BitKeeper/deleted/.del-db_set_bt_compare.html~e972f964d042b35e:
  Delete: bdb/docs/api_java/db_set_bt_compare.html
BitKeeper/deleted/.del-db_set_flags.html~b6b9d271bd42a94e:
  Delete: bdb/docs/api_java/db_set_flags.html
BitKeeper/deleted/.del-env_set_lk_conflicts.html~8951eb975a90918b:
  Delete: bdb/docs/api_java/env_set_lk_conflicts.html
BitKeeper/deleted/.del-get_errno.html~89a89f8efe3a9360:
  Delete: bdb/docs/api_java/get_errno.html
BitKeeper/deleted/.del-db_open.html~bfc13736b96ac509:
  Delete: bdb/docs/api_java/db_open.html
BitKeeper/deleted/.del-db_set_q_extentsize.html~6ac26239fc538cb:
  Delete: bdb/docs/api_java/db_set_q_extentsize.html
BitKeeper/deleted/.del-dbc_get.html~e66e387b83681e73:
  Delete: bdb/docs/api_java/dbc_get.html
BitKeeper/deleted/.del-env_version.html~854d26806930cab6:
  Delete: bdb/docs/api_java/env_version.html
BitKeeper/deleted/.del-txn_id.html~798720b73cc9391:
  Delete: bdb/docs/api_java/txn_id.html
BitKeeper/deleted/.del-db_rename.html~19b20feaa815bc27:
  Delete: bdb/docs/api_java/db_rename.html
BitKeeper/deleted/.del-db_set_lorder.html~f64cbdd62bbbdd7c:
  Delete: bdb/docs/api_java/db_set_lorder.html
BitKeeper/deleted/.del-env_set_mutexlocks.html~aad8e4a059075bb6:
  Delete: bdb/docs/api_java/env_set_mutexlocks.html
BitKeeper/deleted/.del-lock_put.html~5af89e4cbf29c694:
  Delete: bdb/docs/api_java/lock_put.html
BitKeeper/deleted/.del-memp_sync.html~5b401daadc7261eb:
  Delete: bdb/docs/api_java/memp_sync.html
BitKeeper/deleted/.del-env_remove.html~e92277e3dfd9bba1:
  Delete: bdb/docs/api_java/env_remove.html
BitKeeper/deleted/.del-env_set_errpfx.html~a3b9a09670f6912:
  Delete: bdb/docs/api_java/env_set_errpfx.html
BitKeeper/deleted/.del-env_set_tas_spins.html~2f9963827fbcb3f:
  Delete: bdb/docs/api_java/env_set_tas_spins.html
BitKeeper/deleted/.del-log_put.html~ad7e9f382abde491:
  Delete: bdb/docs/api_java/log_put.html
BitKeeper/deleted/.del-lsn_class.html~b1458208b6c81016:
  Delete: bdb/docs/api_java/lsn_class.html
BitKeeper/deleted/.del-memp_fput.html~6ba75e517a259703:
  Delete: bdb/docs/api_java/memp_fput.html
BitKeeper/deleted/.del-memp_fset.html~5c5371a93b83275:
  Delete: bdb/docs/api_java/memp_fset.html
BitKeeper/deleted/.del-db_class.html~b957a4d2b77acb1e:
  Delete: bdb/docs/api_java/db_class.html
BitKeeper/deleted/.del-db_remove.html~49d3b8c7e5a5b000:
  Delete: bdb/docs/api_java/db_remove.html
BitKeeper/deleted/.del-db_set_h_ffactor.html~edcc10024104d57e:
  Delete: bdb/docs/api_java/db_set_h_ffactor.html
BitKeeper/deleted/.del-env_set_lg_max.html~c9f705492162e175:
  Delete: bdb/docs/api_java/env_set_lg_max.html
BitKeeper/deleted/.del-txn_class.html~c7bb2a3393ca9488:
  Delete: bdb/docs/api_java/txn_class.html
BitKeeper/deleted/.del-db_set_re_delim.html~78fcf2d750fb26ef:
  Delete: bdb/docs/api_java/db_set_re_delim.html
BitKeeper/deleted/.del-db_verify.html~20873ab17f6ed922:
  Delete: bdb/docs/api_java/db_verify.html
BitKeeper/deleted/.del-env_set_lk_max_objects.html~d1ed194631ffeb2a:
  Delete: bdb/docs/api_java/env_set_lk_max_objects.html
BitKeeper/deleted/.del-env_set_region_init.html~30534afa94cbf54e:
  Delete: bdb/docs/api_java/env_set_region_init.html
BitKeeper/deleted/.del-java_pindex.html~f8bc0811d8eda8e9:
  Delete: bdb/docs/api_java/java_pindex.html
BitKeeper/deleted/.del-memp_register.html~8331390a1c66fefd:
  Delete: bdb/docs/api_java/memp_register.html
BitKeeper/deleted/.del-db_join.html~a3a6dead9cae65f9:
  Delete: bdb/docs/api_java/db_join.html
BitKeeper/deleted/.del-db_set_re_pad.html~2729c192747ac7af:
  Delete: bdb/docs/api_java/db_set_re_pad.html
BitKeeper/deleted/.del-dbc_class.html~8ee03c40ae0dbcb8:
  Delete: bdb/docs/api_java/dbc_class.html
BitKeeper/deleted/.del-env_strerror.html~fceebaa94cf9aafd:
  Delete: bdb/docs/api_java/env_strerror.html
BitKeeper/deleted/.del-txn_checkpoint.html~2565ac892d04b63d:
  Delete: bdb/docs/api_java/txn_checkpoint.html
BitKeeper/deleted/.del-db_set_dup_compare.html~3dabd840a1d9e5f3:
  Delete: bdb/docs/api_java/db_set_dup_compare.html
BitKeeper/deleted/.del-db_set_h_nelem.html~fc6f22a4c285fcef:
  Delete: bdb/docs/api_java/db_set_h_nelem.html
BitKeeper/deleted/.del-env_set_rec_init.html~1fdb2c5fc3b6407:
  Delete: bdb/docs/api_java/env_set_rec_init.html
BitKeeper/deleted/.del-memp_fget.html~ca84dee01997eb89:
  Delete: bdb/docs/api_java/memp_fget.html
BitKeeper/deleted/.del-db_fd.html~1f70020c37023baa:
  Delete: bdb/docs/api_java/db_fd.html
BitKeeper/deleted/.del-db_stat.html~bc253f0883e9c82b:
  Delete: bdb/docs/api_java/db_stat.html
BitKeeper/deleted/.del-env_set_cachesize.html~f3700cd19856f14e:
  Delete: bdb/docs/api_java/env_set_cachesize.html
BitKeeper/deleted/.del-env_set_lg_bsize.html~6c67beed877df84c:
  Delete: bdb/docs/api_java/env_set_lg_bsize.html
BitKeeper/deleted/.del-env_set_server.html~d901cdab9698605d:
  Delete: bdb/docs/api_java/env_set_server.html
BitKeeper/deleted/.del-memp_fopen.html~f7cf58725aa1c406:
  Delete: bdb/docs/api_java/memp_fopen.html
BitKeeper/deleted/.del-dbc_count.html~9c239575f4550756:
  Delete: bdb/docs/api_java/dbc_count.html
BitKeeper/deleted/.del-env_set_tmp_dir.html~f23e4f614f6d975a:
  Delete: bdb/docs/api_java/env_set_tmp_dir.html
BitKeeper/deleted/.del-java_index.html~8ecfcef4a702011d:
  Delete: bdb/docs/api_java/java_index.html
BitKeeper/deleted/.del-lock_get.html~fd52de261831f9b5:
  Delete: bdb/docs/api_java/lock_get.html
BitKeeper/deleted/.del-memp_fclose.html~d08f0c134361f802:
  Delete: bdb/docs/api_java/memp_fclose.html
BitKeeper/deleted/.del-db_get_byteswapped.html~edbc66a9d5491a1:
  Delete: bdb/docs/api_java/db_get_byteswapped.html
BitKeeper/deleted/.del-dbc_del.html~6ec2b8a4b8dde996:
  Delete: bdb/docs/api_java/dbc_del.html
BitKeeper/deleted/.del-env_set_lk_max_lockers.html~7896265ea77829b3:
  Delete: bdb/docs/api_java/env_set_lk_max_lockers.html
BitKeeper/deleted/.del-env_set_tx_timestamp.html~457eeb135f1f8bc0:
  Delete: bdb/docs/api_java/env_set_tx_timestamp.html
BitKeeper/deleted/.del-log_unregister.html~eee284e0da176d0a:
  Delete: bdb/docs/api_java/log_unregister.html
BitKeeper/deleted/.del-txn_stat.html~9a6ef8c262f218f9:
  Delete: bdb/docs/api_java/txn_stat.html
BitKeeper/deleted/.del-db_cursor.html~2181d652bd1c1ff:
  Delete: bdb/docs/api_java/db_cursor.html
BitKeeper/deleted/.del-db_set_errcall.html~4e4743f5b4277199:
  Delete: bdb/docs/api_java/db_set_errcall.html
BitKeeper/deleted/.del-env_set_mp_mmapsize.html~b7dea9108fa65dfa:
  Delete: bdb/docs/api_java/env_set_mp_mmapsize.html
BitKeeper/deleted/.del-env_set_tx_recover.html~40280da113fc9d2b:
  Delete: bdb/docs/api_java/env_set_tx_recover.html
BitKeeper/deleted/.del-lock_class.html~880aa614d1469304:
  Delete: bdb/docs/api_java/lock_class.html
BitKeeper/deleted/.del-txn_prepare.html~510a245c80e715c:
  Delete: bdb/docs/api_java/txn_prepare.html
BitKeeper/deleted/.del-env_set_lk_max_locks.html~f0114205b169de39:
  Delete: bdb/docs/api_java/env_set_lk_max_locks.html
BitKeeper/deleted/.del-log_compare.html~756622b42572ecb:
  Delete: bdb/docs/api_java/log_compare.html
BitKeeper/deleted/.del-log_stat.html~d186a08662046aba:
  Delete: bdb/docs/api_java/log_stat.html
BitKeeper/deleted/.del-memp_stat.html~4628462474db62b4:
  Delete: bdb/docs/api_java/memp_stat.html
BitKeeper/deleted/.del-runrec_class.html~49c5cb3efe0c201:
  Delete: bdb/docs/api_java/runrec_class.html
BitKeeper/deleted/.del-db_del.html~f4f15b362b114506:
  Delete: bdb/docs/api_java/db_del.html
BitKeeper/deleted/.del-dbc_put.html~da0f0fa974385abd:
  Delete: bdb/docs/api_java/dbc_put.html
BitKeeper/deleted/.del-env_set_pageyield.html~774b3da0306a6767:
  Delete: bdb/docs/api_java/env_set_pageyield.html
BitKeeper/deleted/.del-env_set_shm_key.html~8c576698882f0edc:
  Delete: bdb/docs/api_java/env_set_shm_key.html
BitKeeper/deleted/.del-log_register.html~c68fc6fb22dd594a:
  Delete: bdb/docs/api_java/log_register.html
BitKeeper/deleted/.del-memp_fsync.html~e767b233fe7730a2:
  Delete: bdb/docs/api_java/memp_fsync.html
BitKeeper/deleted/.del-db_set_pagesize.html~d899ea90b20b7b31:
  Delete: bdb/docs/api_java/db_set_pagesize.html
BitKeeper/deleted/.del-env_set_error_stream.html~a738119910b452b8:
  Delete: bdb/docs/api_java/env_set_error_stream.html
BitKeeper/deleted/.del-env_set_panicstate.html~72846d9a97cb80bb:
  Delete: bdb/docs/api_java/env_set_panicstate.html
BitKeeper/deleted/.del-env_set_tx_max.html~70f356b8b67782fe:
  Delete: bdb/docs/api_java/env_set_tx_max.html
BitKeeper/deleted/.del-lock_stat.html~71b81d8567befc43:
  Delete: bdb/docs/api_java/lock_stat.html
BitKeeper/deleted/.del-log_flush.html~1691d6a3c8cc284e:
  Delete: bdb/docs/api_java/log_flush.html
BitKeeper/deleted/.del-db_sync.html~3b615ca64d934602:
  Delete: bdb/docs/api_tcl/db_sync.html
BitKeeper/deleted/.del-dbc_close.html~ef431e58d72accc3:
  Delete: bdb/docs/api_tcl/dbc_close.html
BitKeeper/deleted/.del-env_close.html~bf191b2673a2b19e:
  Delete: bdb/docs/api_tcl/env_close.html
BitKeeper/deleted/.del-env_set_data_dir.html~b7b3f35e96804650:
  Delete: bdb/docs/api_java/env_set_data_dir.html
BitKeeper/deleted/.del-env_set_verbose.html~9dcda0399c8256e7:
  Delete: bdb/docs/api_java/env_set_verbose.html
BitKeeper/deleted/.del-db_get.html~127bd361ee695c71:
  Delete: bdb/docs/api_tcl/db_get.html
BitKeeper/deleted/.del-dbc_dup.html~325121689412d70b:
  Delete: bdb/docs/api_tcl/dbc_dup.html
BitKeeper/deleted/.del-txn_abort.html~8cc23b6ef6f457d2:
  Delete: bdb/docs/api_tcl/txn_abort.html
BitKeeper/deleted/.del-txn_commit.html~25150b20b84cd519:
  Delete: bdb/docs/api_tcl/txn_commit.html
BitKeeper/deleted/.del-version.html~eeb51f4de1bbfe8e:
  Delete: bdb/docs/api_tcl/version.html
BitKeeper/deleted/.del-db_get_join.html~1c737805c2c49cf9:
  Delete: bdb/docs/api_tcl/db_get_join.html
BitKeeper/deleted/.del-db_get_type.html~7202f3ca793e6ec3:
  Delete: bdb/docs/api_tcl/db_get_type.html
BitKeeper/deleted/.del-db_put.html~380c7caeced55512:
  Delete: bdb/docs/api_tcl/db_put.html
BitKeeper/deleted/.del-env_open.html~39b63925d45a637e:
  Delete: bdb/docs/api_tcl/env_open.html
BitKeeper/deleted/.del-tcl_index.html~443e6b9a10ef4139:
  Delete: bdb/docs/api_tcl/tcl_index.html
BitKeeper/deleted/.del-db_close.html~f40794b17e0fe443:
  Delete: bdb/docs/api_tcl/db_close.html
BitKeeper/deleted/.del-db_is_byteswapped.html~8fb9e2c58051c769:
  Delete: bdb/docs/api_tcl/db_is_byteswapped.html
BitKeeper/deleted/.del-db_open.html~f588cc9bc694cbf0:
  Delete: bdb/docs/api_tcl/db_open.html
BitKeeper/deleted/.del-dbc_get.html~5bbb80cf51aff594:
  Delete: bdb/docs/api_tcl/dbc_get.html
BitKeeper/deleted/.del-db_count.html~4812f3756a75437:
  Delete: bdb/docs/api_tcl/db_count.html
BitKeeper/deleted/.del-db_join.html~cb3eb61ed17a1f8:
  Delete: bdb/docs/api_tcl/db_join.html
BitKeeper/deleted/.del-db_remove.html~3b2be4b0b1b3dc98:
  Delete: bdb/docs/api_tcl/db_remove.html
BitKeeper/deleted/.del-db_rename.html~909bc643d5455b54:
  Delete: bdb/docs/api_tcl/db_rename.html
BitKeeper/deleted/.del-db_stat.html~3bb57be2de907fd2:
  Delete: bdb/docs/api_tcl/db_stat.html
BitKeeper/deleted/.del-env_remove.html~9090900413ff0280:
  Delete: bdb/docs/api_tcl/env_remove.html
BitKeeper/deleted/.del-db_cursor.html~e035b3c11a91c5d6:
  Delete: bdb/docs/api_tcl/db_cursor.html
BitKeeper/deleted/.del-db_del.html~400c7a72fb10d6f4:
  Delete: bdb/docs/api_tcl/db_del.html
BitKeeper/deleted/.del-dbc_del.html~7e94f9f01e7e4453:
  Delete: bdb/docs/api_tcl/dbc_del.html
BitKeeper/deleted/.del-dbc_put.html~290ecb1275d4270:
  Delete: bdb/docs/api_tcl/dbc_put.html
BitKeeper/deleted/.del-tcl_pindex.html~259f0e062eee63c7:
  Delete: bdb/docs/api_tcl/tcl_pindex.html
BitKeeper/deleted/.del-db_checkpoint.html~c040e4424edcc451:
  Delete: bdb/docs/utility/db_checkpoint.html
BitKeeper/deleted/.del-db_deadlock.html~f23f99911c3e5784:
  Delete: bdb/docs/utility/db_deadlock.html
BitKeeper/deleted/.del-db_printlog.html~fcc4075ad0232842:
  Delete: bdb/docs/utility/db_printlog.html
BitKeeper/deleted/.del-index.html~66c82ee036c1b369:
  Delete: bdb/docs/utility/index.html
BitKeeper/deleted/.del-txn.html~8e345950e6029230:
  Delete: bdb/docs/api_tcl/txn.html
BitKeeper/deleted/.del-db_archive.html~ab2c66e01b3e3626:
  Delete: bdb/docs/utility/db_archive.html
BitKeeper/deleted/.del-db_dump.html~5de7ade427f20332:
  Delete: bdb/docs/utility/db_dump.html
BitKeeper/deleted/.del-db_recover.html~1b63f2acdc0b0af7:
  Delete: bdb/docs/utility/db_recover.html
BitKeeper/deleted/.del-db_stat.html~9582c327964e1f9:
  Delete: bdb/docs/utility/db_stat.html
BitKeeper/deleted/.del-db_upgrade.html~6444f26a93f77ea:
  Delete: bdb/docs/utility/db_upgrade.html
BitKeeper/deleted/.del-db_verify.html~4fee9bfa2f9ab41a:
  Delete: bdb/docs/utility/db_verify.html
BitKeeper/deleted/.del-berkeley_db_svc.html~91fe012778882ce4:
  Delete: bdb/docs/utility/berkeley_db_svc.html
BitKeeper/deleted/.del-db_load.html~981095940db0197:
  Delete: bdb/docs/utility/db_load.html
BitKeeper/deleted/.del-pindex.src~7d74723f9fd25801:
  Delete: bdb/docs/ref/pindex.src
BitKeeper/deleted/.del-pindex.src~d1ecd116c42e0e23:
  Delete: bdb/docs/api_c/pindex.src
BitKeeper/deleted/.del-pindex.src~d65361c4acfcef06:
  Delete: bdb/docs/api_cxx/pindex.src
BitKeeper/deleted/.del-pindex.src~de828917f041d27b:
  Delete: bdb/docs/api_java/pindex.src
BitKeeper/deleted/.del-pindex.src~f8754fff24f2cb24:
  Delete: bdb/docs/api_tcl/pindex.src
BitKeeper/deleted/.del-api.gif~dec2d4fe5f39dffe:
  Delete: bdb/docs/images/api.gif
BitKeeper/deleted/.del-next.gif~ddab96466674135b:
  Delete: bdb/docs/images/next.gif
BitKeeper/deleted/.del-prev.gif~9448d24755d708a0:
  Delete: bdb/docs/images/prev.gif
BitKeeper/deleted/.del-ps.gif~f6b1b372cb2cda4c:
  Delete: bdb/docs/images/ps.gif
BitKeeper/deleted/.del-ref.gif~add30c753dc1972d:
  Delete: bdb/docs/images/ref.gif
BitKeeper/deleted/.del-sleepycat.gif~ea63aaaa508ef096:
  Delete: bdb/docs/images/sleepycat.gif
BitKeeper/deleted/.del-bdb_usenix.ps~9851f6cdeff17481:
  Delete: bdb/docs/ref/refs/bdb_usenix.ps
BitKeeper/deleted/.del-hash_usenix.ps~11cad226b0aa012b:
  Delete: bdb/docs/ref/refs/hash_usenix.ps
BitKeeper/deleted/.del-libtp_usenix.ps~73329b041f7e8c41:
  Delete: bdb/docs/ref/refs/libtp_usenix.ps
BitKeeper/deleted/.del-bigpic.gif~fe43e7415b3bbdb0:
  Delete: bdb/docs/ref/arch/bigpic.gif
BitKeeper/deleted/.del-smallpic.gif~fdf77055d7e711:
  Delete: bdb/docs/ref/arch/smallpic.gif
BitKeeper/deleted/.del-magic.s5.be.txt~cf7d25e758432ab6:
  Delete: bdb/docs/ref/install/magic.s5.be.txt
BitKeeper/deleted/.del-magic.s5.le.txt~528ef76418c8b45c:
  Delete: bdb/docs/ref/install/magic.s5.le.txt
BitKeeper/deleted/.del-example.txt~9ff88f22565208bf:
  Delete: bdb/docs/ref/simple_tut/example.txt
BitKeeper/deleted/.del-magic.txt~3894a46ea11ce25a:
  Delete: bdb/docs/ref/install/magic.txt
BitKeeper/deleted/.del-solaris.txt~8b6bb29de0d58ffe:
  Delete: bdb/docs/ref/program/solaris.txt
BitKeeper/deleted/.del-transapp.txt~337576ea2aae23b0:
  Delete: bdb/docs/ref/transapp/transapp.txt
BitKeeper/deleted/.del-writetest.txt~4de1fc39894cd760:
  Delete: bdb/docs/ref/transapp/writetest.txt
BitKeeper/deleted/.del-pg++~3beac0502025d766:
  Delete: mit-pthreads/pg++
BitKeeper/deleted/.del-pgcc~154a03d0c1a0a600:
  Delete: mit-pthreads/pgcc
bdb/Makefile.in:
  Remove docs from the distribution (copyright problem)
mit-pthreads/Changes-mysql:
  Hack to get MIT-pthreads to compile with glibc 2.2
mit-pthreads/GNUmakefile:
  Hack to get MIT-pthreads to compile with glibc 2.2
mit-pthreads/include/pthread/ac-types.h:
  Hack to get MIT-pthreads to compile with glibc 2.2
mit-pthreads/include/pthread/paths.h:
  Hack to get MIT-pthreads to compile with glibc 2.2
mit-pthreads/machdep/engine-i386-linux-2.0.h:
  Hack to get MIT-pthreads to compile with glibc 2.2
mit-pthreads/machdep/linux-2.0/__signal.h:
  Hack to get MIT-pthreads to compile with glibc 2.2
mit-pthreads/machdep/linux-2.0/__stdio.h:
  Hack to get MIT-pthreads to compile with glibc 2.2
mit-pthreads/machdep/linux-2.0/extra/bits/socket.h:
  Hack to get MIT-pthreads to compile with glibc 2.2
mit-pthreads/machdep/linux-2.0/socket.h:
  Hack to get MIT-pthreads to compile with glibc 2.2
BitKeeper/etc/ignore:
  Added mit-pthreads/syscall.S to the ignore list
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
2002-05-07 18:05:15 +03:00
unknown
f34a7fc24f Added "gnutar" to the TARs to check for, since this seems to be
how it's named on Mac OS X (thanks to Paul DuBois <paul@snake.net> 
for the hint)


BitKeeper/etc/ignore:
  Added mysql-4.0.2-alpha-pc-linux-gnu-i686.tar.gz mysql-4.0.2-alpha.tar.gz mysql-max-4.0.2-alpha-pc-linux-gnu-i686.tar.gz to the ignore list
configure.in:
  Added "gnutar" to AC_CHECK_PROGS(TAR) for MacOS
2002-05-03 20:13:30 +02:00
unknown
19013b3031 boolean fulltext search weighting scheme changed
Docs/internals.texi:
  fulltext chapter added
Docs/manual.texi:
  news updated
BitKeeper/etc/ignore:
  Added Docs/internals.info to the ignore list
myisam/ft_boolean_search.c:
  weighting scheme changed
2002-04-19 13:36:16 +00:00
unknown
fdc446d0c6 merge
BitKeeper/etc/ignore:
  auto-union
BitKeeper/etc/logging_ok:
  auto-union
BUILD/FINISH.sh:
  Auto merged
BUILD/SETUP.sh:
  Auto merged
BUILD/compile-pentium-debug:
  Auto merged
acconfig.h:
  Auto merged
client/mysql.cc:
  Auto merged
client/mysqldump.c:
  Auto merged
client/mysqltest.c:
  Auto merged
heap/hp_rfirst.c:
  Auto merged
heap/hp_rnext.c:
  Auto merged
include/my_sys.h:
  Auto merged
include/myisam.h:
  Auto merged
libmysql/Makefile.shared:
  Auto merged
myisam/mi_write.c:
  Auto merged
mysql-test/mysql-test-run.sh:
  Auto merged
mysql-test/r/heap.result:
  Auto merged
mysql-test/r/select_found.result:
  Auto merged
mysql-test/r/union.result:
  Auto merged
mysql-test/t/heap.test:
  Auto merged
mysql-test/t/select_found.test:
  Auto merged
mysql-test/t/union.test:
  Auto merged
mysys/mf_iocache2.c:
  Auto merged
mysys/my_vsnprintf.c:
  Auto merged
sql/convert.cc:
  Auto merged
sql/field.cc:
  Auto merged
sql/field.h:
  Auto merged
sql/filesort.cc:
  Auto merged
sql/ha_myisam.cc:
  Auto merged
sql/item.cc:
  Auto merged
sql/item.h:
  Auto merged
sql/item_cmpfunc.cc:
  Auto merged
sql/item_func.cc:
  Auto merged
sql/item_func.h:
  Auto merged
sql/item_strfunc.cc:
  Auto merged
sql/item_timefunc.cc:
  Auto merged
sql/lex.h:
  Auto merged
sql/log.cc:
  Auto merged
sql/mysql_priv.h:
  Auto merged
sql/mysqld.cc:
  Auto merged
sql/opt_range.cc:
  Auto merged
sql/opt_range.h:
  Auto merged
sql/opt_sum.cc:
  Auto merged
sql/slave.cc:
  Auto merged
sql/sql_base.cc:
  Auto merged
sql/sql_cache.cc:
  Auto merged
sql/sql_class.cc:
  Auto merged
sql/sql_db.cc:
  Auto merged
sql/sql_handler.cc:
  Auto merged
sql/sql_lex.cc:
  Auto merged
sql/sql_lex.h:
  Auto merged
sql/sql_parse.cc:
  Auto merged
sql/sql_show.cc:
  Auto merged
sql/sql_table.cc:
  Auto merged
sql/sql_union.cc:
  Auto merged
sql/sql_yacc.yy:
  Auto merged
sql/structs.h:
  Auto merged
sql/table.cc:
  Auto merged
sql/table.h:
  Auto merged
strings/Makefile.am:
  Auto merged
2002-04-13 15:34:39 +03:00
unknown
2ec108107d Derived tables !
mysql-test/r/union.result:
  small bug fixes in unions
BitKeeper/etc/ignore:
  Added Docs/manual.texi.orig Docs/manual.texi.rej to the ignore list
mysql-test/t/union.test:
  test for a bug fix in union's
sql/sql_union.cc:
  bug fix for unions
2002-03-26 15:06:05 +02:00
unknown
9a4731b637 Typo fixup (from Colin Faber).
BitKeeper/etc/ignore:
  Added Docs/manual.de.log to the ignore list
2002-03-15 10:35:14 +10:00
unknown
3eb9c0be7d post-merge fixup
BitKeeper/etc/ignore:
  Added mysys/test_vsnprintf to the ignore list
mysql-test/mysql-test-run.sh:
  post-merge fix
mysys/my_vsnprintf.c:
  fixed newly introduced bug
2002-03-01 21:14:13 -07:00
unknown
f739974c5e Porting from mysql-4.0.
Read comments there if you are interested ..


BitKeeper/etc/ignore:
  Added sql/sql_yacc.yy.orig to the ignore list
2002-02-28 22:01:41 +02:00
unknown
0ab62691ec These files must be ignored being symlinked from /sql
BitKeeper/etc/ignore:
  Added libmysqld/gstream.cc libmysqld/spatial.cc to the ignore list
2002-02-28 14:28:42 +04:00
unknown
1e468e3bd7 Merge abarkov@work.mysql.com:/home/bk/mysql-4.1
into gw.udmsearch.izhnet.ru:/usr/home/bar/mysql-4.1


BitKeeper/etc/ignore:
  auto-union
sql/sql_table.cc:
  Auto merged
sql/sql_yacc.yy:
  Auto merged
2002-02-22 15:30:28 +04:00
unknown
32a08516c9 Added GIS extension
BitKeeper/etc/ignore:
  Added myisam/rt_test myisam/sp_test to the ignore list
2002-02-22 15:24:42 +04:00
unknown
1ab1e75806 Patched conversion system to generate well-formed XML
Docs/Support/docbook-fixup.pl:
  Series of minor changes to convert the output of makeinfo to well-formed XML
   - Discarded DTD - ORA can add their own appropriate DTD
   - Added required XML PI - included appropriate character encoding information
   - Added missing abstract and bookinfo tags
   - Escaped ampersands in HTML escape sequences to allow validation - need to review
Docs/Support/make-docbook:
  Forced validation of XML document at end of conversion process
  Removed temporary files - set makeinfo output to stdout
BitKeeper/etc/ignore:
  Added Docs/safe-mysql.xml to the ignore list
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
2002-02-15 16:14:38 -07:00
unknown
f8cbf8f986 BK makes me problems.
I did not know I can't do chmod ...
So, it killed some of my changes. 
But I am smarter, and as I have first saved my work, before BK ruined
it, so here it comes ...


BitKeeper/etc/ignore:
  Added mysql-test/r/rpl000001.eval to the ignore list
2002-02-01 21:45:23 +02:00
unknown
525f1a4a28 New changes for DocBook XML output filter.
Added Docs/Support/make-docbook script, to work without makefile. 


BitKeeper/etc/ignore:
  Added Docs/mysql.xml to the ignore list
Docs/Support/docbook-fixup.pl:
  New changes for DocBook XML output filter.
2002-01-30 17:44:47 +10:00
unknown
1e0f2b7a42 Ugly merge! But I am not done yet - there are a number of things I need to fix
before I can push


BitKeeper/etc/ignore:
  auto-union
Makefile.am:
  Auto merged
include/my_sys.h:
  Auto merged
libmysqld/lib_sql.cc:
  Auto merged
mysql-test/t/rpl_log.test:
  Auto merged
mysys/mf_iocache.c:
  Auto merged
mysys/mf_iocache2.c:
  Auto merged
mysys/thr_mutex.c:
  Auto merged
sql/item_func.cc:
  Auto merged
sql/lex.h:
  Auto merged
sql/mini_client.cc:
  Auto merged
sql/mini_client.h:
  Auto merged
sql/mysql_priv.h:
  Auto merged
sql/repl_failsafe.cc:
  Auto merged
sql/sql_class.cc:
  Auto merged
sql/sql_lex.h:
  Auto merged
sql/sql_show.cc:
  Auto merged
sql/stacktrace.c:
  Auto merged
sql/structs.h:
  Auto merged
mysql-test/r/rpl000014.result:
  merge
mysql-test/r/rpl000015.result:
  merge
mysql-test/r/rpl000016.result:
  merge
mysql-test/r/rpl_log.result:
  merge
sql/log.cc:
  merge
sql/log_event.cc:
  merge
sql/log_event.h:
  merge
sql/mysqld.cc:
  merge
sql/slave.cc:
  merge
sql/slave.h:
  merge
sql/sql_class.h:
  merge
sql/sql_parse.cc:
  merge
sql/sql_repl.cc:
  merge
sql/sql_yacc.yy:
  merge
2002-01-19 22:46:25 -07:00
unknown
5df61c3cdc Here comes a nasty patch, although I am not ready to push it yet. I will
first pull, merge,test, and get it to work.

The main change is the new replication code - now we have two slave threads
SQL thread and I/O thread. I have also re-written a lot of the code to 
prepare for multi-master implementation. 

I also documented IO_CACHE quite extensively and to some extend, THD class.


Makefile.am:
  moved tags target script into a separate file
include/my_sys.h:
  fixes in IO_CACHE for SEQ_READ_APPEND + some documentation
libmysqld/lib_sql.cc:
  updated replication locks, but now I see I did it wrong and it won't compile. Will fix
  before the push.
mysql-test/r/rpl000014.result:
  test result update
mysql-test/r/rpl000015.result:
  test result update
mysql-test/r/rpl000016.result:
  test result update
mysql-test/r/rpl_log.result:
  test result update
mysql-test/t/rpl000016-slave.sh:
  remove relay logs
mysql-test/t/rpl000017-slave.sh:
  remove relay logs
mysql-test/t/rpl_log.test:
  updated test
mysys/mf_iocache.c:
  IO_CACHE updates to make replication work
mysys/mf_iocache2.c:
  IO_CACHE update to make replication work
mysys/thr_mutex.c:
  cosmetic change
sql/item_func.cc:
  new replication code
sql/lex.h:
  new replication
sql/log.cc:
  new replication
sql/log_event.cc:
  new replication
sql/log_event.h:
  new replication
sql/mini_client.cc:
  new replication
sql/mini_client.h:
  new replication
sql/mysql_priv.h:
  new replication
sql/mysqld.cc:
  new replication
sql/repl_failsafe.cc:
  new replication
sql/slave.cc:
  new replication
sql/slave.h:
  new replication
sql/sql_class.cc:
  new replication
sql/sql_class.h:
  new replication
sql/sql_lex.h:
  new replication
sql/sql_parse.cc:
  new replication
sql/sql_repl.cc:
  new replication
sql/sql_repl.h:
  new replication
sql/sql_show.cc:
  new replication
sql/sql_yacc.yy:
  new replication
sql/stacktrace.c:
  more robust stack tracing
sql/structs.h:
  new replication code
BitKeeper/etc/ignore:
  Added mysql-test/r/rpl000002.eval mysql-test/r/rpl000014.eval mysql-test/r/rpl000015.eval mysql-test/r/rpl000016.eval mysql-test/r/slave-running.eval mysql-test/r/slave-stopped.eval to the ignore list
2002-01-19 19:16:52 -07:00
unknown
f015cbdc7e Add support for NULL=NULL in keys (Used in GROUP BY optimization)
Add ISAM to Windows version
Fix of test results
Fixes for NULL keys in HEAP tables.


Docs/manual.texi:
  Changelog
heap/hp_open.c:
  Add support for NULL=NULL in keys (for GROUP BY)
heap/hp_rkey.c:
  Cleanup
heap/hp_write.c:
  Cleanup
include/config-win.h:
  Add ISAM to Windows version
include/my_base.h:
  Add support for NULL=NULL in keys (for GROUP BY)
libmysqld/Makefile.am:
  Rename of innobase to innodb
myisam/mi_write.c:
  Add support for NULL=NULL in keys (for GROUP BY)
BitKeeper/etc/ignore:
  Added libmysqld/ha_innodb.cc to the ignore list
mysql-test/r/group_by.result:
  Test of NULL keys in HEAP tables
mysql-test/r/heap.result:
  Test of NULL keys in HEAP tables
mysql-test/r/null.result:
  Cleanup
mysql-test/r/order_by.result:
  Fix for result of new ORDER BY optimization
mysql-test/t/group_by.test:
  Test of NULL keys in HEAP tables
mysql-test/t/heap.test:
  Test of NULL keys in HEAP tables
mysql-test/t/null.test:
  Cleanup
sql/ha_heap.cc:
  Add support of NULL keys
sql/item_strfunc.h:
  Fix for BINARY and CAST functions
sql/item_timefunc.h:
  Fix for BINARY and CAST functions
sql/sql_parse.cc:
  Cleanup
sql/sql_select.cc:
  Add support for NULL=NULL in keys (for GROUP BY)
2002-01-16 00:42:52 +02:00
unknown
ececdf0908 Changes for the BitKeeper resolve.
One more notice:

limiting number of queries per hour for different users has been done
on 4.0.1 , but I can port it to 3.23.* 

This will require only certain changes, like number of columns in user
table.

I will also make a test case for it, after it is approved by Monty, 
as result file will depend on the error message text.


BitKeeper/etc/ignore:
  auto-union
libmysqld/lib_sql.cc:
  Auto merged
scripts/mysql_install_db.sh:
  Auto merged
sql/item_timefunc.h:
  Auto merged
sql/mysqld.cc:
  Auto merged
sql/sql_acl.cc:
  Auto merged
sql/sql_acl.h:
  Auto merged
sql/sql_select.cc:
  Auto merged
sql/sql_update.cc:
  Auto merged
sql/mysql_priv.h:
  Auto merged
sql/lex.h:
  Changes for BitKeeper resolve...
sql/sql_class.h:
  Changes for BitKeeper resolve...
sql/sql_lex.h:
  Changes for BitKeeper resolve...
sql/sql_parse.cc:
  Changes for BitKeeper resolve...
sql/sql_yacc.yy:
  Changes for BitKeeper resolve...
2001-12-26 17:42:06 +02:00
unknown
71ce58a3b1 This is a large push. Included are :
* multi-table updates
* new paid feature for limiting number of queries per hour for users
* optional syntax for multi-table deletes
* optimization for SQL_CALC_FOUND_ROWS
* a small addition for CREATE .. SELECT that will be of future use

I know that all this will require many additions to documentation, 
which I have not done, but I am at Arjen's disposal to help him document
all this.



libmysqld/lib_sql.cc:
  This is a small change required due to new paid feature of limiting 
  number of queries per hour for each user.
mysql-test/r/multi_update.result:
  Change of the result to accomodate multi-table updates
mysql-test/t/multi_update.test:
  Change in multi-table tests to accomodate multi-table updates
BitKeeper/etc/ignore:
  Added 50 sql/new.cc to the ignore list
scripts/mysql_install_db.sh:
  This is a small change required due to new paid feature of limiting 
  number of queries per hour for each user.
sql/item_timefunc.h:
  This is a small feature that will be of use later in the proper 
  creation of the tables out of CREATE ... SELECT...
  
  Further changes will come after this resolve/push/test passes ..
sql/lex.h:
  This is a small change required due to new paid feature of limiting 
  number of queries per hour for each user.
sql/mysql_priv.h:
  This is a small change required due to new paid feature of limiting 
  number of queries per hour for each user.
sql/mysqld.cc:
  This is a small change required due to new paid feature of limiting 
  number of queries per hour for each user.
sql/sql_acl.cc:
  This is a small change required due to new paid feature of limiting 
  number of queries per hour for each user.
sql/sql_acl.h:
  This is a small change required due to new paid feature of limiting 
  number of queries per hour for each user.
sql/sql_class.h:
  These are changes required for multi-table updates.
sql/sql_lex.h:
  Changes required for both multi-table updates and limiting number of 
  queries per hour (paid feature).
sql/sql_parse.cc:
  Ha ! So many changes. 
  
  * multi-table updates
  * limiting number of queries per hour for users
sql/sql_select.cc:
  Optimisation for SQL_CALC_FOUND_ROWS, when a query involves a single
  table, without WHERE or GROUP clause
sql/sql_update.cc:
  multi-table updates
sql/sql_yacc.yy:
  Many things :
  * multi-table updates
  * limiting number of queries per hour for users
  * new optional syntax for multi-table deletes. This one is different 
    from the one demanded by user. USING clause MUST include ALL tables, 
    not just the ones that are used and not deleted from.
2001-12-26 16:49:10 +02:00
unknown
20aa6caa56 Merge work:/home/bk/mysql-4.0
into mysql.sashanet.com:/reiser-data/mysql-4.0-stable


BitKeeper/etc/ignore:
  auto-union
2001-12-25 10:44:31 -07:00
unknown
8a889d30c0 some work on mysql_install
BitKeeper/etc/ignore:
  Added extra/mysql_install to the ignore list
extra/Makefile.am:
  added mysql_install
extra/mysql_install.c:
  implemented ask_user()
2001-12-25 10:42:53 -07:00
unknown
54108b2fce Merge
BitKeeper/etc/ignore:
  auto-union
sql/sql_handler.cc:
  Auto merged
Docs/manual.texi:
  SCCS merged
2001-12-21 13:38:06 +00:00
unknown
6a39d321ed mysql_fix_extensions added
BitKeeper/etc/ignore:
  Added scripts/mysql_fix_extensions to the ignore list
scripts/mysql_fix_extensions.sh:
  typo fixed
2001-12-19 16:15:31 +00:00
unknown
e4921f2159 Fix after merge
BitKeeper/etc/ignore:
  Added libmysqld/sql_do.cc to the ignore list
include/m_string.h:
  Fix for purify
libmysql/Makefile.shared:
  Fix for purify
libmysqld/Makefile.am:
  Fix for purify
sql/sql_handler.cc:
  Cleanup
2001-12-17 23:24:51 +02:00
unknown
38357b30e6 Fixed fulltext after merge from 3.23.45
First (incomplete) version of transaction and as3ap tests.


BitKeeper/etc/ignore:
  Added sql-bench/test-transactions to the ignore list
mysql-test/r/fulltext.result:
  Update fulltext results after merge
sql-bench/Makefile.am:
  Added transaction test
sql-bench/run-all-tests.sh:
  Added transaction test
sql-bench/server-cfg.sh:
  Added transaction test
sql-bench/test-ATIS.sh:
  Cleanup
sql/item_func.cc:
  Fix bad merge
sql/mysqld.cc:
  Cleanup
sql/sql_base.cc:
  Fix bad merge
sql/sql_delete.cc:
  Cleanup
sql/sql_parse.cc:
  Fix bad merge
sql/sql_select.cc:
  Fix bad merge
sql/sql_union.cc:
  Fix bad merge
tools/mysqlmanager.c:
  C
2001-11-22 17:55:18 +02:00
unknown
91fb1d2377 Merge work:/home/bk/mysql-4.0
into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0


BitKeeper/etc/ignore:
  auto-union
mysql-test/mysql-test-run.sh:
  Auto merged
sql/mysqld.cc:
  Auto merged
tools/mysqlmanager.c:
  Auto merged
2001-11-07 16:53:11 -07:00