blob: 0c7b490c5b08b344c72fc13f4296f0a6fd51788c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# See the file LICENSE for redistribution information.
#
# Copyright (c) 1999-2009 Oracle. All rights reserved.
#
# $Id$
#
# TEST test081
# TEST Test off-page duplicates and overflow pages together with
# TEST very large keys (key/data as file contents).
proc test081 { method {ndups 13} {tnum "081"} args} {
source ./include.tcl
eval {test017 $method 1 $ndups $tnum} $args
}
|