libdb/test/tcl/test136.tcl

17 lines
395 B
Tcl
Raw Normal View History

2012-11-14 20:13:24 +00:00
# See the file LICENSE for redistribution information.
#
# Copyright (c) 2011, 2012 Oracle and/or its affiliates. All rights reserved.
#
# $Id$
#
# TEST test136
# TEST Test operations on similar overflow records. [#20329]
# TEST Here, we use subdatabases.
proc test136 {method {keycnt 10} {datacnt 10} args} {
source ./include.tcl
eval {test135 $method $keycnt $datacnt 1 "136"} $args
}