diff options
author | ram@mysql.r18.ru <> | 2002-10-30 15:57:05 +0400 |
---|---|---|
committer | ram@mysql.r18.ru <> | 2002-10-30 15:57:05 +0400 |
commit | 5e09392faa62ea38baa4bd46de5e4183da538e79 (patch) | |
tree | 6881a3cca88bea0bb9eeffd5aae34be437152786 /bdb/examples_c/README | |
parent | 1c0f1712ca4869b537ada297930ef01dcb039bb9 (diff) | |
download | mariadb-git-5e09392faa62ea38baa4bd46de5e4183da538e79.tar.gz |
BDB 4.1.24
Diffstat (limited to 'bdb/examples_c/README')
-rw-r--r-- | bdb/examples_c/README | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/bdb/examples_c/README b/bdb/examples_c/README index f59ae00a608..d5475ba01b2 100644 --- a/bdb/examples_c/README +++ b/bdb/examples_c/README @@ -1,7 +1,9 @@ -# $Id: README,v 11.3 2000/12/13 06:32:29 krinsky Exp $ +# $Id: README,v 11.5 2002/02/26 16:22:45 krinsky Exp $ ex_access.c Using just the DB access methods. +ex_apprec Application-specific recovery. + ex_btrec.c Using the BTREE access method with record numbers. ex_env.c Setting up the DB environment. @@ -10,6 +12,10 @@ ex_lock.c Locking. ex_mpool.c Shared memory buffer pools. +ex_repquote Replication. This creates a toy stock quote server + with DB's single-master, multiple-client replication, + with communication over TCP. + ex_tpcb.c TPC/B. Ex_tpcb sets up a framework in which to run a TPC/B test. Database initialization (the -i flag) and running the |