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

MySQL数据库

开发平台:

Visual C++

  1. # See the file LICENSE for redistribution information.
  2. #
  3. # Copyright (c) 1999, 2000
  4. # Sleepycat Software.  All rights reserved.
  5. #
  6. # $Id: test069.tcl,v 11.4 2000/02/14 03:00:21 bostic Exp $
  7. #
  8. # DB Test 69: Run DB Test 67 with a small number of dups,
  9. # to ensure that partial puts to DB_CURRENT work correctly in
  10. # the absence of duplicate pages.
  11. proc test069 { method {ndups 50} {tnum 69} args } {
  12. eval test067 $method $ndups $tnum $args
  13. }