test018.tcl
上传用户:tsgydb
上传日期:2007-04-14
资源大小:10674k
文件大小:0k
源码类别:

MySQL数据库

开发平台:

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: test018.tcl,v 11.3 2000/02/14 03:00:18 bostic Exp $
  7. #
  8. # DB Test 18 {access method}
  9. # Run duplicates with small page size so that we test off page duplicates.
  10. proc test018 { method {nentries 10000} args} {
  11. puts "Test018: Off page duplicate tests"
  12. eval {test011 $method $nentries 19 18 -pagesize 512} $args
  13. }