test081.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: test081.tcl,v 11.3 2000/03/01 15:13:59 krinsky Exp $
  7. #
  8. # Test 81.
  9. # Test off-page duplicates and overflow pages together with
  10. # very large keys (key/data as file contents).
  11. #
  12. proc test081 { method {ndups 13} {tnum 81} args} {
  13. source ./include.tcl
  14. eval {test017 $method 1 $ndups $tnum} $args
  15. }