Deleted Added
full compact
1c1
< # @(#)README 8.2 (Berkeley) 2/21/94
---
> # @(#)README 8.8 (Berkeley) 7/31/94
5c5
< make INC="-I../PORT/MACH/ -I../PORT/MACH/include" LIB=../PORT/MACH/libdb.a
---
> make PORTDIR="../PORT/MACH"
11a12,16
> Fairly large files (the command files) are built in this directory during
> the test runs, and even larger files (the database files) are created in
> "/var/tmp". If the latter directory doesn't exist, set the environmental
> variable TMPDIR to a directory where the files can be built.
>
13,14c18,20
< The script file consists of lines with a initial character which is
< the "command" for that line. Legal characters are as follows:
---
> The script file consists of lines with an initial character which is
> the command for that line, or an initial character indicating a key
> or data entry for a previous command.
15a22,23
> Legal command characters are as follows:
>
22a31,32
> f: set the flags for the next command
> + no value zero's the flags
25a36,37
> o [r]: dump [reverse]
> + dump the database out, if 'r' is set, in reverse order.
29c41,42
< + must be followed by [kK]
---
> + must be followed by [kK] unless R_CURSOR flag set.
> S: sync the database
30a44
> + must be followed by [kK] if R_CURSOR flag set.
32,33c46,48
< f: set the flags for the next command
< + no value zero's the flags
---
>
> Legal key/data characters are as follows:
>
42,43d56
< o [r]: dump [reverse]
< + dump the database out, if 'r' is set, in reverse order.
44a58,60
> Blank lines, lines with leading white space, and lines with leading
> hash marks (#) are ignored.
>
46a63
> -d: Set the DB_LOCK flag.
52a70,71
> -s: Don't delete the database file before opening it, i.e.
> use the database file from a previous run.
54,55c73,74
< Dbtest requires two arguments, the type of access "hash", "recno" or
< "btree", and the script name.
---
> Dbtest requires two arguments, the type of access "hash", "recno"
> or "btree", and the script name or "-" to indicate stdin.