mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 19:11:46 +01:00
165 commits
Author | SHA1 | Message | Date | |
---|---|---|---|---|
unknown
|
8d07955f3d |
merge
BitKeeper/etc/ignore: added scripts/mysql_tableinfo sql/sql_parse.cc: Auto merged |
||
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 |
||
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 |
||
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 |
||
unknown
|
cf6d11afbf |
Add missing pthreadtypes.h file to mit-pthreads
BitKeeper/etc/ignore: Added mit-pthreads/config.flags to the ignore list |
||
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 |
||
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 |
||
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 |
||
unknown
|
9a4731b637 |
Typo fixup (from Colin Faber).
BitKeeper/etc/ignore: Added Docs/manual.de.log to the ignore list |
||
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 |
||
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 |
||
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 |
||
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. |
||
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 |
||
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 |
||
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) |
||
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... |
||
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. |
||
unknown
|
20aa6caa56 |
Merge work:/home/bk/mysql-4.0
into mysql.sashanet.com:/reiser-data/mysql-4.0-stable BitKeeper/etc/ignore: auto-union |
||
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() |
||
unknown
|
54108b2fce |
Merge
BitKeeper/etc/ignore: auto-union sql/sql_handler.cc: Auto merged Docs/manual.texi: SCCS merged |
||
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 |
||
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 |
||
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 |
||
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 |
||
unknown
|
906f94ba5f |
Merge hundin:/my/mysql-4.0 into bitch.mysql.fi:/my/mysql-4.0
BitKeeper/etc/ignore: auto-union mysys/my_alloc.c: Auto merged |
||
unknown
|
0d1ba873aa |
merge with 3.23.44
BitKeeper/etc/ignore: auto-union BitKeeper/etc/logging_ok: auto-union Docs/manual.texi: Auto merged include/my_base.h: Auto merged mysql-test/t/func_time.test: Auto merged mysql-test/t/join.test: Auto merged mysql-test/t/rpl000012.test: Auto merged BUILD/FINISH.sh: Auto merged BitKeeper/deleted/.del-db_ext.h~a1e210bbd0de0a48: Auto merged BitKeeper/deleted/.del-mutex_ext.h~f20f47ddc346598b: Auto merged BitKeeper/deleted/.del-violite.c~984c09cffe14a11b: Auto merged BitKeeper/deleted/.del-violite.c~d7b85be615595ace: Auto merged Build-tools/Do-all-build-steps: Auto merged client/client_priv.h: Auto merged client/mysqladmin.c: Auto merged innobase/include/srv0srv.h: Auto merged innobase/include/univ.i: Auto merged innobase/log/log0log.c: Auto merged innobase/srv/srv0srv.c: Auto merged innobase/srv/srv0start.c: Auto merged isam/pack_isam.c: Auto merged libmysql_r/Makefile.am: Auto merged myisam/myisamchk.c: Auto merged mysql-test/t/having.test: Auto merged mysql-test/t/rpl000015-slave.sh: Auto merged mysql-test/t/rpl000016-slave.sh: Auto merged mysys/mf_cache.c: Auto merged mysys/mf_casecnv.c: Auto merged mysys/mf_tempfile.c: Auto merged readline/vi_mode.c: Auto merged strings/strto.c: Auto merged sql/field.cc: Auto merged sql/field.h: Auto merged sql/ha_berkeley.cc: Auto merged sql/ha_myisammrg.cc: Auto merged sql/handler.cc: Auto merged sql/item.h: Auto merged sql/log_event.cc: Auto merged sql/sql_acl.cc: Auto merged sql/time.cc: Auto merged BUILD/SETUP.sh: Use -mcpu as default (safe for all x86 cpu's) client/mysqldump.c: Merge from 3.23.44 configure.in: Update version number extra/resolveip.c: Portability fix |
||
unknown
|
c76c0836e4 |
Merge work:/home/bk/mysql-4.0
into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0 BitKeeper/etc/ignore: auto-union sql/mysqld.cc: Auto merged |
||
unknown
|
cd825a1993 |
more work on IO_CACHE
portability fixes for systems with broken syscalls that do not interrupt on a signal temporary commit - will not be pushed, need to sync up include/my_sys.h: work on READ_APPEND cache mysys/Makefile.am: change to test IO_CACHE mysys/mf_iocache.c: work on READ_APPEND cache BitKeeper/etc/ignore: Added mysys/#mf_iocache.c# mysys/test_io_cache to the ignore list sql/mysqld.cc: make shutdown work on broken systems sql/sql_repl.cc: make sure slave can be stopped on broken systems in all cases, clean-up |
||
unknown
|
0176dacd54 |
Fixed problem with t1 LEFT_JOIN t2 ... WHERE t2.date_column IS NULL when date_column is declared as NOT NULL.
BUILD/SETUP.sh: Use -O1 to avoid problem with INLINE functions Docs/manual.texi: Changelog mysql-test/r/join.result: Test for bugfix mysql-test/t/join.test: Test for bugfix sql/sql_select.cc: Fixed problem with t1 LEFT_JOIN t2 ... WHERE t2.date_column IS NULL when date_column was declared as NOT NULL. BitKeeper/etc/ignore: Added bdb/include/db_ext.h bdb/include/mutex_ext.h to the ignore list |
||
unknown
|
50fdd2b371 |
Remove bdb/include/*_ext.h from revision control. They are
generated automatically. BitKeeper/deleted/.del-db_ext.h~a1e210bbd0de0a48: Delete: bdb/include/db_ext.h BitKeeper/deleted/.del-mutex_ext.h~f20f47ddc346598b: Delete: bdb/include/mutex_ext.h BitKeeper/deleted/.del-btree_ext.h~5d53d710f170c6b6: Delete: bdb/include/btree_ext.h BitKeeper/deleted/.del-clib_ext.h~ed9d9f7965f0e1d3: Delete: bdb/include/clib_ext.h BitKeeper/deleted/.del-common_ext.h~35c8aab64ee3b8fd: Delete: bdb/include/common_ext.h BitKeeper/deleted/.del-env_ext.h~33a5fdef1aeecefd: Delete: bdb/include/env_ext.h BitKeeper/deleted/.del-hash_ext.h~5b31ff8413481606: Delete: bdb/include/hash_ext.h BitKeeper/deleted/.del-lock_ext.h~ccd0785bb206933f: Delete: bdb/include/lock_ext.h BitKeeper/deleted/.del-log_ext.h~2988f11d4545c76b: Delete: bdb/include/log_ext.h BitKeeper/deleted/.del-mp_ext.h~a528b772d42d6455: Delete: bdb/include/mp_ext.h BitKeeper/deleted/.del-os_ext.h~a1771032b4d2d53b: Delete: bdb/include/os_ext.h BitKeeper/deleted/.del-qam_ext.h~9993db1fb3428b6d: Delete: bdb/include/qam_ext.h BitKeeper/deleted/.del-tcl_ext.h~6759d22aa2ff5f39: Delete: bdb/include/tcl_ext.h BitKeeper/deleted/.del-txn_ext.h~9db24c14f204890c: Delete: bdb/include/txn_ext.h BitKeeper/deleted/.del-xa_ext.h~50918e5ef9f095b6: Delete: bdb/include/xa_ext.h BitKeeper/etc/ignore: Added bdb/include/btree_ext.h bdb/include/clib_ext.h bdb/include/common_ext.h bdb/include/db_ext.h bdb/include/env_ext.h bdb/include/hash_ext.h bdb/include/lock_ext.h bdb/include/log_ext.h bdb/include/mp_ext.h bdb/include/mutex_ext.h bdb/include/os_ext.h bdb/include/qam_ext.h bdb/include/tcl_ext.h bdb/include/txn_ext.h bdb/include/xa_ext.h to the ignore list |
||
unknown
|
4a113420ee |
Improve libmsyql_r and libmysqld sections of manual.
Docs/manual.texi: Clean up libmysql_r and libmysqld sections. BitKeeper/etc/ignore: Added libmysqld/mf_iocache.cc to the ignore list |
||
unknown
|
f9b331ff8a |
Merge sinisa@work.mysql.com:/home/bk/mysql-4.0
into sinisa.nasamreza.org:/mnt/hdc/Sinisa/mysql-4.0 BitKeeper/etc/ignore: auto-union |
||
unknown
|
7b440a7326 |
Unchecked changes, so that I could run mysql-test.
If I ruined anything, write your complaints to sasha@mysql.com sql/sql_delete.cc: Unchecked changes, so that I could run mysql-test sql/sql_lex.h: Unchecked changes, so that I could run mysql-test sql/sql_parse.cc: Unchecked changes, so that I could run mysql-test sql/sql_union.cc: Unchecked changes, so that I could run mysql-test sql/sql_yacc.yy: Unchecked changes, so that I could run mysql-test BitKeeper/etc/ignore: Added libmysqld/examples/link_sources to the ignore list |
||
unknown
|
8f8f6edd83 |
Another reserved words fixup.
BitKeeper/etc/ignore: Added Docs/tex.fmt to the ignore list |
||
unknown
|
02cbb3fa80 |
Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0
BitKeeper/etc/ignore: auto-union Docs/manual.texi: Auto merged |
||
unknown
|
aeaf3fcf12 |
Don't do signal() on windows (Causes instability problems)
Safer, a bit faster filesort. Code changes to avoid calls to current_thd() (faster code). Removed all compiler warnings from readline. BitKeeper/etc/ignore: Add my_global.h back. Docs/manual.texi: 4.0.1 Changelog include/my_sys.h: Added strmake_root libmysql/libmysql.c: Don't do signal() on windows (Causes instability problems) mysys/my_alloc.c: Added strmake_root readline/bind.c: Remove warnings readline/complete.c: Remove warnings readline/display.c: Remove warnings readline/funmap.c: Remove warnings readline/histexpand.c: Remove warnings readline/histfile.c: Remove warnings readline/history.h: Remove warnings readline/histsearch.c: Remove warnings readline/isearch.c: Remove warnings readline/kill.c: Remove warnings readline/macro.c: Remove warnings readline/readline.c: Remove warnings readline/readline.h: Remove warnings readline/rltty.c: Remove warnings readline/search.c: Remove warnings readline/shell.c: Remove warnings readline/terminal.c: Remove warnings readline/tilde.c: Remove warnings readline/tilde.h: Remove warnings readline/undo.c: Remove warnings readline/util.c: Remove warnings readline/vi_mode.c: Remove warnings sql-bench/server-cfg.sh: Added use of truncate table sql-bench/test-insert.sh: Added use of truncate table Changed some tests to use keys instead of 'range' sql-bench/test-wisconsin.sh: Cleanup sql/field.cc: Add 'thd' to send() (To avoid usage of 'current_thd') sql/field.h: Add 'thd' to send() (To avoid usage of 'current_thd') sql/filesort.cc: Safer memory allocation; Don't allocate pointer to buffers directly, but use an IO_CACHE instead. This will allow us to use more memory for keys and will also work better if the number of rows that is to be sorted is much larger than expected. sql/item.cc: Add 'thd' to send() (To avoid usage of 'current_thd') sql/item.h: Add 'thd' to send() (To avoid usage of 'current_thd') sql/item_func.h: Cleanup sql/opt_range.cc: Use mem_root instead of sql_alloc() to get more speed sql/sql_class.cc: Add 'thd' to send() (To avoid usage of 'current_thd') sql/sql_class.h: Added strmake() sql/sql_handler.cc: Add 'thd' to send() (To avoid usage of 'current_thd') sql/sql_lex.cc: Use mem_root instead of sql_alloc() to get more speed sql/sql_select.cc: Add 'thd' to send() (To avoid usage of 'current_thd') tests/fork2_test.pl: Fixed typos tests/fork_big.pl: Fixed typos tests/insert_and_repair.pl: Fixed typos tests/rename_test.pl: Fixed typos tests/test_delayed_insert.pl: Fixed typos |
||
unknown
|
6312ba60f2 |
Explanation of maximum index length changed to maximum index width.
BitKeeper/etc/ignore: Added Docs/texi2dvi.out to the ignore list |
||
unknown
|
91de46f050 |
Removed old chapter about Unireg.
Inserted note about stable codebase and backwards compatibility in "How stable is MySQL" section. BitKeeper/etc/ignore: Added Docs/#manual.texi# to the ignore list |
||
unknown
|
6db2120514 |
Merge work:/home/bk/mysql-4.0
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0 BitKeeper/etc/ignore: auto-union mysql-test/r/fulltext.result: Auto merged mysql-test/r/join.result: Auto merged mysql-test/r/fulltext_order_by.result: Auto merged mysql-test/r/fulltext_multi.result: Auto merged mysql-test/r/fulltext_cache.result: Auto merged mysql-test/t/fulltext.test: Auto merged mysql-test/t/join.test: Auto merged mysql-test/r/fulltext_left_join.result: Auto merged sql/handler.h: Auto merged |
||
unknown
|
35b11f8345 |
Merge hundin:/my/mysql-4.0 into bitch.mysql.fi:/my/mysql-4.0
BitKeeper/etc/ignore: auto-union |
||
unknown
|
7b4549e6a0 |
Added missing files in libmysqld and the RPM spec file
Docs/manual.texi: Added info to foreign key section. BitKeeper/etc/ignore: Added libmysqld/repl_failsafe.cc to the ignore list libmysqld/Makefile.am: Added missing files mysql-test/r/innodb.result: Fixed explain results after new innodb optimizations support-files/mysql.spec.sh: Added missing files |
||
unknown
|
a0ed9744f3 |
merged
BitKeeper/etc/ignore: auto-union BitKeeper/deleted/.del-ft_search.c~c011cb6e8041bb59: the file is deleted anyway include/my_global.h: merder myisam/ft_boolean_search.c: huh? mysql-test/r/fulltext.result: use local mysql-test/r/fulltext_cache.result: ur mysql-test/r/fulltext_left_join.result: ur mysql-test/r/fulltext_multi.result: ur mysql-test/r/fulltext_order_by.result: ur |
||
unknown
|
736e5b0de2 |
Boolean search passes _some_ tests
sql/ha_myisam.cc: One more abstraction layer added (C++ emulated in C :). include/ft_global.h: boolean search code plugged in mysql-test/r/fulltext_cache.result: boolean search code plugged in mysql-test/r/fulltext_left_join.result: boolean search code plugged in mysql-test/r/fulltext_multi.result: boolean search code plugged in mysql-test/r/fulltext_order_by.result: boolean search code plugged in sql/lex.h: IN BOOLEAN MODE syntax myisam/ft_nlq_search.c: boolean search code plugged in myisam/ftdefs.h: boolean search code plugged in sql/ha_myisam.h: boolean search code plugged in sql/handler.h: boolean search code plugged in include/my_base.h: do_not_sort_keyseg feature for MyISAM include/my_global.h: #define comp(a,b) (((a) < (b)) ? -1 : ((a) > (b)) ? 1 : 0) myisam/ft_boolean_search.c: bugfixing myisam/ft_parser.c: cleanup myisam/ft_static.c: do_not_sort_keyseg feature for MyISAM myisam/mi_search.c: do_not_sort_keyseg feature for MyISAM myisam/mi_write.c: cleanup mysql-test/t/fulltext.test: boolean search tests added BitKeeper/etc/ignore: Added myisam/FT1.MYD myisam/FT1.MYI to the ignore list sql/item_func.cc: boolean search sql/item_func.h: boolean search sql/sql_yacc.yy: boolean search |
||
unknown
|
86dccb3895 |
Merge hundin:/my/mysql-4.0 into bitch.mysql.fi:/my/mysql-4.0
BitKeeper/etc/ignore: auto-union |
||
unknown
|
515c747dcf |
merge
BitKeeper/etc/ignore: auto-union acinclude.m4: Auto merged Docs/manual.texi: Auto merged include/my_sys.h: Auto merged include/mysql.h: Auto merged libmysqld/libmysqld.c: Auto merged mysql-test/mysql-test-run.sh: Auto merged mysql-test/t/count_distinct2.test: Auto merged mysql-test/t/flush.test: Auto merged mysql-test/t/rpl000017.test: Auto merged libmysql/libmysql.c: Auto merged mysys/Makefile.am: Auto merged sql/Makefile.am: Auto merged sql/handler.cc: Auto merged sql/item_func.cc: Auto merged sql/mysql_priv.h: Auto merged sql/mysqld.cc: Auto merged libmysqld/Makefile.am: Added back md5.c |
||
unknown
|
cef1d75249 |
Updated manual about embedded version.
Speed up column-completion in 'mysql' Don't use ISAM if HAVE_ISAM is not defined A lot of fixes for the embedded version. All libraries are now included in libmysqld.a Changed arguments to convert_dirname() to make it more general. Renamed files in the 'merge' directory to all use a common prefix. Don't compile both assembler and C functions on x86 BitKeeper/deleted/.del-mf_pack2.c~f07795bbcf57be7: Delete: mysys/mf_pack2.c Docs/manual.texi: Updated chapter about embedded version acinclude.m4: Fix for using BDB and InnoDB with embedded client/completion_hash.cc: Speed up memory allocation client/completion_hash.h: Speed up memory allocation client/mysql.cc: Speed up memory allocation client/mysqldump.c: Fix to use now convert_dirname client/mysqltest.c: Fixed memory allocation bugs. Added --basedir=#, --compress=#, --server-arg, --server-file. Fixes for embedded version Changed silent mode to -s instead of -q include/my_global.h: Update to use HAVE_ISAM include/my_sys.h: Cleanup of fn_format() include/mysql.h: Prepare FIELD struct for 4.1 include/mysql_embed.h: Don't use ISAM in embedded version innobase/include/srv0srv.h: Make InnoDB startup/shutdown silent in embedded version innobase/log/log0log.c: Make InnoDB startup/shutdown silent in embedded version innobase/srv/srv0srv.c: Make InnoDB startup/shutdown silent in embedded version innobase/srv/srv0start.c: Make InnoDB startup/shutdown silent in embedded version isam/isamlog.c: new convert_dirname libmysql/libmysql.c: Prepare for 4.1 libmysqld/Makefile.am: Changed to create one libmysqld.a file that includes all other libraries. libmysqld/examples/Makefile.am: Changed to use new libmysqld.a libmysqld/examples/test-run: Lot's of fixes to get new mysqltest with embedded MySQL to work. libmysqld/lib_sql.cc: Changed type of arguments for mysql_server_init() to make code more portable. libmysqld/libmysqld.c: Cleanup merge/Makefile.am: Rename to use common prefix. merge/mrg_close.c: Rename to use common prefix. merge/mrg_create.c: Rename to use common prefix. merge/mrg_def.h: Rename to use common prefix. merge/mrg_delete.c: Rename to use common prefix. merge/mrg_extra.c: Rename to use common prefix. merge/mrg_info.c: Rename to use common prefix. merge/mrg_locking.c: Rename to use common prefix. merge/mrg_open.c: Rename to use common prefix. merge/mrg_panic.c: Rename to use common prefix. merge/mrg_rrnd.c: Rename to use common prefix. merge/mrg_rsame.c: Rename to use common prefix. merge/mrg_static.c: Rename to use common prefix. merge/mrg_update.c: Rename to use common prefix. myisam/myisamlog.c: Use new convert_dirname myisammrg/Makefile.am: Renamed mymrgdef.h -> myrg_def.h myisammrg/myrg_close.c: Renamed mymrgdef.h -> myrg_def.h myisammrg/myrg_create.c: Renamed mymrgdef.h -> myrg_def.h myisammrg/myrg_def.h: Renamed mymrgdef.h -> myrg_def.h myisammrg/myrg_delete.c: Renamed mymrgdef.h -> myrg_def.h myisammrg/myrg_extra.c: Renamed mymrgdef.h -> myrg_def.h myisammrg/myrg_info.c: Renamed mymrgdef.h -> myrg_def.h myisammrg/myrg_locking.c: Renamed mymrgdef.h -> myrg_def.h myisammrg/myrg_open.c: Renamed mymrgdef.h -> myrg_def.h myisammrg/myrg_panic.c: Renamed mymrgdef.h -> myrg_def.h myisammrg/myrg_queue.c: Renamed mymrgdef.h -> myrg_def.h myisammrg/myrg_rfirst.c: Renamed mymrgdef.h -> myrg_def.h myisammrg/myrg_rkey.c: Renamed mymrgdef.h -> myrg_def.h myisammrg/myrg_rlast.c: Renamed mymrgdef.h -> myrg_def.h myisammrg/myrg_rnext.c: Renamed mymrgdef.h -> myrg_def.h myisammrg/myrg_rprev.c: Renamed mymrgdef.h -> myrg_def.h myisammrg/myrg_rrnd.c: Renamed mymrgdef.h -> myrg_def.h myisammrg/myrg_rsame.c: Renamed mymrgdef.h -> myrg_def.h myisammrg/myrg_static.c: Renamed mymrgdef.h -> myrg_def.h myisammrg/myrg_update.c: Renamed mymrgdef.h -> myrg_def.h myisammrg/myrg_write.c: Renamed mymrgdef.h -> myrg_def.h mysql-test/include/master-slave.inc: Use short filenames for sockets (portability problem on Mac OS X) mysql-test/mysql-test-run.sh: cleanup mysql-test/r/auto_increment.result: Cleanup of tests for embedded version mysql-test/r/func_system.result: Cleanup of tests for embedded version mysql-test/r/isam.result: Cleanup of tests for embedded version mysql-test/r/lock.result: Cleanup of tests for embedded version mysql-test/r/show_check.result: Cleanup of tests for embedded version mysql-test/t/auto_increment.test: Cleanup of tests for embedded version mysql-test/t/backup.test: Cleanup of tests for embedded version mysql-test/t/count_distinct2-master.opt: Cleanup of tests for embedded version mysql-test/t/count_distinct2.test: Cleanup of tests for embedded version mysql-test/t/create.test: Cleanup of tests for embedded version mysql-test/t/flush.test: Cleanup of tests for embedded version mysql-test/t/func_system.test: Cleanup of tests for embedded version mysql-test/t/isam.test: Cleanup of tests for embedded version mysql-test/t/kill.test: Cleanup of tests for embedded version mysql-test/t/lock.test: Cleanup of tests for embedded version mysql-test/t/order_fill_sortbuf-master.opt: Cleanup of tests for embedded version mysql-test/t/rpl000015.test: Use short filenames for sockets (portability problem on Mac OS X) mysql-test/t/rpl000016.test: Use short filenames for sockets (portability problem on Mac OS X) mysql-test/t/rpl000017.test: Use short filenames for sockets (portability problem on Mac OS X) mysql-test/t/rpl000018.test: Use short filenames for sockets (portability problem on Mac OS X) mysql-test/t/show_check.test: Move ISAM specific tests to isam.test mysql-test/t/status.test: Cleanup of tests for embedded version mysql-test/t/tablelock.test: Cleanup mysys/Makefile.am: Removed not used mf_pack2.c mysys/charset.c: new convert_dirname mysys/default.c: new convert_dirname mysys/mf_dirname.c: Changed convert_dirname() to be more general mysys/mf_format.c: Changed bit flags to fn_format() to defines. Added handling of relative filenames BitKeeper/etc/ignore: Added libmysqld/examples/test-gdbinit scripts/mysql_explain_log to the ignore list mysys/mf_pack.c: new convert_dirname mysys/mf_tempfile.c: new convert_dirname scripts/Makefile.am: Adde mysql_explain_log scripts/mysql_config.sh: Added support of --libmysqld-libs sql/Makefile.am: Fix to use 'innodb_system_libs' sql/ha_innobase.cc: Make InnoDB startup/shutdown silent in embedded version sql/ha_isam.cc: Added handling of HAVE_ISAM sql/ha_isammrg.cc: Added handling of HAVE_ISAM sql/ha_myisam.cc: Handle relative paths; Needed to support BACKUP TABLE in embedded version sql/ha_myisammrg.cc: Rename of filenames sql/handler.cc: Added handling of HAVE_ISAM sql/item_func.cc: Fix for ecc (Intel Compiler) sql/mysql_priv.h: Added global variable 'mysql_embedded' sql/mysqld.cc: Use HAVE_ISAM sql/sql_parse.cc: Use new convert_dirname sql/sql_select.cc: Fix for ecc (Intel Compiler) sql/sql_table.cc: Added handling of relative filenames strings/Makefile.am: Don't compile both assembler and C functions on x86 strings/bchange.c: cleanup |
||
unknown
|
29f148bd36 |
client/mysqlmanagerc.c
added support for quiet increased line buffer size client/mysqltest.c fixed memory leak added query logging to result file added error message logging to result file added enable_query_log/disable_query_log mysql-test/mysql-test-run.sh converted tests to use mysqlmanager Updated test results BitKeeper/etc/ignore: added *.reject client/mysqlmanagerc.c: added support for quiet increased line buffer size client/mysqltest.c: fixed memory leak added query logging to result file added error message logging to result file added enable_query_log/disable_query_log mysql-test/mysql-test-run.sh: converted tests to use mysqlmanager mysql-test/r/alias.result: log queries mysql-test/r/alter_table.result: log queries mysql-test/r/analyse.result: log queries mysql-test/r/auto_increment.result: log queries mysql-test/r/backup.result: log queries mysql-test/r/bdb-crash.result: log queries mysql-test/r/bench_count_distinct.result: log queries mysql-test/r/bigint.result: log queries mysql-test/r/binary.result: log queries mysql-test/r/bulk_replace.result: log queries mysql-test/r/case.result: log queries mysql-test/r/check.result: log queries mysql-test/r/comments.result: log queries mysql-test/r/compare.result: log queries mysql-test/r/count_distinct.result: log queries mysql-test/r/count_distinct2.result: log queries mysql-test/r/create.result: log queries mysql-test/r/ctype_latin1_de.result: log queries mysql-test/r/delayed.result: log queries mysql-test/r/dirty-close.result: log queries mysql-test/r/distinct.result: log queries mysql-test/r/drop.result: log queries mysql-test/r/empty_table.result: log queries mysql-test/r/explain.result: log queries mysql-test/r/flush.result: log queries mysql-test/r/fulltext.result: log queries mysql-test/r/fulltext_cache.result: log queries mysql-test/r/fulltext_distinct.result: log queries mysql-test/r/fulltext_left_join.result: log queries mysql-test/r/fulltext_multi.result: log queries mysql-test/r/fulltext_order_by.result: log queries mysql-test/r/fulltext_update.result: log queries mysql-test/r/fulltext_var.result: log queries mysql-test/r/func_crypt.result: log queries mysql-test/r/func_date_add.result: log queries mysql-test/r/func_equal.result: log queries mysql-test/r/func_group.result: log queries mysql-test/r/func_in.result: log queries mysql-test/r/func_like.result: log queries mysql-test/r/func_math.result: log queries mysql-test/r/func_misc.result: log queries mysql-test/r/func_op.result: log queries mysql-test/r/func_regexp.result: log queries mysql-test/r/func_set.result: log queries mysql-test/r/func_str.result: log queries mysql-test/r/func_system.result: log queries mysql-test/r/func_test.result: log queries mysql-test/r/func_time.result: log queries mysql-test/r/func_timestamp.result: log queries mysql-test/r/group_by.result: log queries mysql-test/r/handler.result: log queries mysql-test/r/having.result: log queries mysql-test/r/heap.result: log queries mysql-test/r/identity.result: log queries mysql-test/r/ins000001.result: log queries mysql-test/r/insert.result: log queries mysql-test/r/insert_select.result: log queries mysql-test/r/isam.result: log queries mysql-test/r/join.result: log queries mysql-test/r/join_crash.result: log queries mysql-test/r/join_outer.result: log queries mysql-test/r/key.result: log queries mysql-test/r/key_diff.result: log queries mysql-test/r/key_primary.result: log queries mysql-test/r/keywords.result: log queries mysql-test/r/kill.result: log queries mysql-test/r/limit.result: log queries mysql-test/r/lock.result: log queries mysql-test/r/merge.result: log queries mysql-test/r/multi_update.result: log queries mysql-test/r/myisam.result: log queries mysql-test/r/null.result: log queries mysql-test/r/null_key.result: log queries mysql-test/r/odbc.result: log queries mysql-test/r/openssl_1.result: log queries mysql-test/r/openssl_2.result: log queries mysql-test/r/order_by.result: log queries mysql-test/r/order_fill_sortbuf.result: log queries mysql-test/r/raid.result: log queries mysql-test/r/range.result: log queries mysql-test/r/rename.result: log queries mysql-test/r/replace.result: log queries mysql-test/r/rollback.result: log queries mysql-test/r/rpl000001.result: log queries mysql-test/r/rpl000002.result: log queries mysql-test/r/rpl000003.result: log queries mysql-test/r/rpl000004.result: log queries mysql-test/r/rpl000005.result: log queries mysql-test/r/rpl000006.result: log queries mysql-test/r/rpl000007.result: log queries mysql-test/r/rpl000008.result: log queries mysql-test/r/rpl000009.result: log queries mysql-test/r/rpl000010.result: log queries mysql-test/r/rpl000011.result: log queries mysql-test/r/rpl000012.result: log queries mysql-test/r/rpl000013.result: log queries mysql-test/r/rpl000014.result: log queries mysql-test/r/rpl000015.result: log queries mysql-test/r/rpl000016.result: log queries mysql-test/r/rpl000017.result: log queries mysql-test/r/rpl000018.result: log queries mysql-test/r/rpl_get_lock.result: log queries mysql-test/r/rpl_log.result: log queries mysql-test/r/rpl_magic.result: log queries mysql-test/r/rpl_mystery22.result: log queries mysql-test/r/rpl_sporadic_master.result: log queries mysql-test/r/sel000001.result: log queries mysql-test/r/sel000002.result: log queries mysql-test/r/sel000003.result: log queries mysql-test/r/sel000031.result: log queries mysql-test/r/sel000032.result: log queries mysql-test/r/sel000033.result: log queries mysql-test/r/sel000100.result: log queries mysql-test/r/select.result: log queries mysql-test/r/select_found.result: log queries mysql-test/r/select_safe.result: log queries mysql-test/r/show_check.result: log queries mysql-test/r/slave-running.result: log queries mysql-test/r/slave-stopped.result: log queries mysql-test/r/status.result: log queries mysql-test/r/symlink.result: log queries mysql-test/r/tablelock.result: log queries mysql-test/r/temp_table.result: log queries mysql-test/r/truncate.result: log queries mysql-test/r/type_blob.result: log queries mysql-test/r/type_date.result: log queries mysql-test/r/type_datetime.result: log queries mysql-test/r/type_decimal.result: log queries mysql-test/r/type_enum.result: log queries mysql-test/r/type_float.result: log queries mysql-test/r/type_ranges.result: log queries mysql-test/r/type_time.result: log queries mysql-test/r/type_timestamp.result: log queries mysql-test/r/type_uint.result: log queries mysql-test/r/type_year.result: log queries mysql-test/r/union.result: log queries mysql-test/r/update.result: log queries mysql-test/r/user_var.result: log queries mysql-test/r/varbinary.result: log queries mysql-test/r/variables.result: log queries mysql-test/t/bench_count_distinct.test: log queries mysql-test/t/check.test: log queries mysql-test/t/count_distinct2.test: log queries mysql-test/t/flush.test: log queries mysql-test/t/isam.test: log queries mysql-test/t/multi_update.test: log queries mysql-test/t/myisam.test: log queries mysql-test/t/order_fill_sortbuf.test: log queries mysql-test/t/rpl000016.test: log queries tools/managertest1.nc: test for def_exec overwrite tools/mysqlmanager.c: support def_exec overwrite and queries on running server |
||
unknown
|
08b94f415b |
added mysqlmanager-pwgen
added set_exec_stdout and set_exec_stderr to mysqlmanager to be able to redirect stdout and stderr added support for MY_FULL_IO to my_read, so we can tell it to read a number of bytes in as many chunks as it takes instead of one try BitKeeper/etc/ignore: Added client/mysqlmanager-pwgen to the ignore list client/Makefile.am: mysqlmanager-pwgen client/mysqlmanagerc.c: clean-up include/my_sys.h: added MY_FULL_IO mysql-test/mysql-test-run.sh: started on changes to use mysqlmanager mysys/my_read.c: added support for MY_FULL_IO tools/managertest1.nc: updated test case tools/mysqlmanager.c: added set_exec_stdout and set_exec_stderr |
||
unknown
|
30f4ea7044 |
merged
BitKeeper/etc/ignore: auto-union BitKeeper/deleted/.del-test-ssl~ed0a50364f2a51d7: Auto merged include/Makefile.am: Auto merged include/mysql.h: Auto merged libmysql/libmysql.c: Auto merged mysys/md5.c: Auto merged sql/Makefile.am: Auto merged |