mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
13 lines
475 B
Tcl
13 lines
475 B
Tcl
# See the file LICENSE for redistribution information.
|
|
#
|
|
# Copyright (c) 1996, 1997, 1998, 1999, 2000
|
|
# Sleepycat Software. All rights reserved.
|
|
#
|
|
# $Id: test007.tcl,v 11.5 2000/05/22 12:51:38 bostic Exp $
|
|
#
|
|
# DB Test 7 {access method}
|
|
# Check that delete operations work. Create a database; close database and
|
|
# reopen it. Then issues delete by key for each entry.
|
|
proc test007 { method {nentries 10000} {tnum 7} args} {
|
|
eval {test006 $method $nentries 1 $tnum} $args
|
|
}
|