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