mariadb/storage/bdb/test/test027.tcl

18 lines
552 B
Tcl
Raw Normal View History

2001-03-05 01:42:05 +01:00
# See the file LICENSE for redistribution information.
#
2005-07-21 00:48:22 +02:00
# Copyright (c) 1996-2004
2001-03-05 01:42:05 +01:00
# Sleepycat Software. All rights reserved.
#
2005-07-21 00:48:22 +02:00
# $Id: test027.tcl,v 11.10 2004/01/28 03:36:30 bostic Exp $
2001-03-05 01:42:05 +01:00
#
2002-10-30 12:57:05 +01:00
# TEST test027
# TEST Off-page duplicate test
# TEST Test026 with parameters to force off-page duplicates.
# TEST
# TEST Check that delete operations work. Create a database; close
# TEST database and reopen it. Then issues delete by key for each
# TEST entry.
2001-03-05 01:42:05 +01:00
proc test027 { method {nentries 100} args} {
2005-07-21 00:48:22 +02:00
eval {test026 $method $nentries 100 "027"} $args
2001-03-05 01:42:05 +01:00
}