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

MySQL数据库

开发平台:

Visual C++

  1. # See the file LICENSE for redistribution information.
  2. #
  3. # Copyright (c) 2000
  4. # Sleepycat Software.  All rights reserved.
  5. #
  6. # $Id: test082.tcl,v 11.1 2000/04/30 05:05:26 krinsky Exp $
  7. #
  8. # Test 82.
  9. # Test of DB_PREV_NODUP
  10. proc test082 { method {dir -prevnodup} {pagesize 512} {nitems 100}
  11.     {tnum 82} args} {
  12. source ./include.tcl
  13. eval {test074 $method $dir $pagesize $nitems $tnum} $args
  14. }