test018.tcl
来自「这是linux下运行的mysql软件包,可用于linux 下安装 php + m」· TCL 代码 · 共 17 行
TCL
17 行
# See the file LICENSE for redistribution information.## Copyright (c) 1996-2002# Sleepycat Software. All rights reserved.## $Id: test018.tcl,v 11.6 2002/01/11 15:53:43 bostic Exp $## TEST test018# TEST Offpage duplicate test# TEST Key_{first,last,before,after} offpage duplicates.# TEST Run duplicates with small page size so that we test off page# TEST duplicates.proc test018 { method {nentries 10000} args} { puts "Test018: Off page duplicate tests" eval {test011 $method $nentries 19 18 -pagesize 512} $args}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?