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

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: test009.tcl,v 11.4 2000/05/22 12:51:38 bostic Exp $
  7. #
  8. # DB Test 9 {access method}
  9. # Check that we reuse overflow pages.  Create database with lots of
  10. # big key/data pairs.  Go through and delete and add keys back
  11. # randomly.  Then close the DB and make sure that we have everything
  12. # we think we should.
  13. proc test009 { method {nentries 10000} args} {
  14. eval {test008 $method $nentries 9 0} $args
  15. }