no.027.stable.out

来自「一个内存数据库的源代码这是服务器端还有客户端」· OUT 代码 · 共 48 行

OUT
48
字号
stdout of test 'no.027` in directory 'tests/BugReports` itself:#> Mtest:	milS no.027 milS#> Mtest:	Mtimeout -timeout 210 Mserver -modulesilent -yaccsilent -d8 -db tests_BugReports -single no.027.milS# Monet Database Server V4.1# Copyright (c) 1993-1999, CWI & SION. All rights reserved.# compiled for IRIX646.5/32bit on Fri Jan 14 01:04:33 MET 2000.#script:no.027.milS# Monet Database Server V4.3.5# Copyright (c) 1993-2002, CWI. All rights reserved.# compiled for i686-pc-linux-gnu/32bit; dynamically linked.# >Number:         27# >Category:       Mserver# >Synopsis:       Batloop.# >Confidential:   no# >Severity:       serious# >Priority:       medium# >Responsible:    boncz# >State:          closed# >Class:          sw-bug# >Submitter-Id:   unknown# >Arrival-Date:   Thu Sep 18 13:45:07 1997# >Originator:     quak# >Organization:# >Release:        970101# >Environment:# All# >Description:# The following program should work (I think).# # > b := new(int,int);# > b.insert(1,2);# > b@batloop(){$h.print;}#  It doesn'tvar b := new(int,int);b.insert(1,2);b@batloop(){$h.print();}[ 1 ]quit();# 17:06:46 >  # 17:06:46 >  Done.# 17:06:46 >  

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?