mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 21:42:35 +01:00
15 lines
395 B
Tcl
15 lines
395 B
Tcl
# See the file LICENSE for redistribution information.
|
|
#
|
|
# Copyright (c) 2000
|
|
# Sleepycat Software. All rights reserved.
|
|
#
|
|
# $Id: test082.tcl,v 11.1 2000/04/30 05:05:26 krinsky Exp $
|
|
#
|
|
# Test 82.
|
|
# Test of DB_PREV_NODUP
|
|
proc test082 { method {dir -prevnodup} {pagesize 512} {nitems 100}\
|
|
{tnum 82} args} {
|
|
source ./include.tcl
|
|
|
|
eval {test074 $method $dir $pagesize $nitems $tnum} $args
|
|
}
|