"SfR Fresh" - the SfR Freeware/Shareware Archive

Member "mysql-4.0.27/bdb/examples_c/README" of archive mysql-4.0.27-win-src.zip:


As a special service "SfR Fresh" has tried to format the requested source page into HTML format using source code syntax highlighting with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
    1 # $Id: README,v 11.3 2000/12/13 06:32:29 krinsky Exp $
    2 
    3 ex_access.c	Using just the DB access methods.
    4 
    5 ex_btrec.c	Using the BTREE access method with record numbers.
    6 
    7 ex_env.c	Setting up the DB environment.
    8 
    9 ex_lock.c	Locking.
   10 
   11 ex_mpool.c	Shared memory buffer pools.
   12 
   13 ex_tpcb.c	TPC/B.
   14 		Ex_tpcb sets up a framework in which to run a TPC/B test.
   15 		Database initialization (the -i flag) and running the
   16 		benchmark (-n flag) must take place separately (i.e.,
   17 		first create the database, then run 1 or more copies of
   18 		the benchmark).  Furthermore, when running more than one
   19 		TPCB process, it is necessary to run the deadlock detector
   20 		(db_deadlock), since it is possible for concurrent tpcb
   21 		processes to deadlock.  For performance measurement, it
   22 		will also be beneficial to run the db_checkpoint process
   23 		as well.