mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
13 lines
464 B
Tcl
13 lines
464 B
Tcl
# See the file LICENSE for redistribution information.
|
|
#
|
|
# Copyright (c) 1996, 1997, 1998, 1999, 2000
|
|
# Sleepycat Software. All rights reserved.
|
|
#
|
|
# $Id: test018.tcl,v 11.3 2000/02/14 03:00:18 bostic Exp $
|
|
#
|
|
# DB Test 18 {access method}
|
|
# Run duplicates with small page size so that we test off page duplicates.
|
|
proc test018 { method {nentries 10000} args} {
|
|
puts "Test018: Off page duplicate tests"
|
|
eval {test011 $method $nentries 19 18 -pagesize 512} $args
|
|
}
|