test041.tcl
Upload User: tsgydb
Upload Date: 2007-04-14
Package Size: 10674k
Code Size: 1k
Category:

MySQL

Development Platform:

Visual C++

  1. # See the file LICENSE for redistribution information.
  2. #
  3. # Copyright (c) 1996, 1997, 1998, 1999, 2000
  4. # Sleepycat Software.  All rights reserved.
  5. #
  6. # $Id: test041.tcl,v 11.3 2000/02/14 03:00:20 bostic Exp $
  7. #
  8. # DB Test 41 {access method}
  9. # DB_GET_BOTH functionality with off-page duplicates.
  10. proc test041 { method {nentries 10000} args} {
  11. # Test with off-page duplicates
  12. eval {test039 $method $nentries 20 41 -pagesize 512} $args
  13. # Test with multiple pages of off-page duplicates
  14. eval {test039 $method [expr $nentries / 10] 100 41 -pagesize 512} $args
  15. }