test082.tcl
Upload User: tsgydb
Upload Date: 2007-04-14
Package Size: 10674k
Code Size: 0k
Category:

MySQL

Development Platform:

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. }