tst100.stable.out

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

OUT
36
字号
stdout of test 'tst100` in directory 'src/mal` itself:# 07:58:51 >  # 07:58:51 >  Mtimeout -timeout 60 Mserver "--config=/ufs/mk/monet5/Linux/etc/MonetDB5.conf" --debug=10 --set "monet_mod_path=/ufs/mk/monet5/Linux/lib/MonetDB5:/ufs/mk/opensource/MonetDB/Linux/lib/MonetDB" --set "gdk_dbfarm=/ufs/mk/monet5/Linux/var/MonetDB5/dbfarm" --set "sql_logdir=/ufs/mk/monet5/Linux/var/MonetDB5/log" --set mapi_port=42158 --set sql_port=55708 --set monet_prompt= --trace "--config=/ufs/mk/monet5/src/mal/Tests/All.conf" --dbname=mTests_src_mal  tst100.mal </dev/null# 07:58:51 >  # Monet Database Server V4.99.19# Copyright (c) 1993-2004, CWI. All rights reserved.# Compiled for i686-redhat-linux-gnu/32bit; dynamically linked.# config:/ufs/mk/monet5/Linux/etc/MonetDB5.conf# dbfarm:/ufs/mk/monet5/Linux/var/MonetDB5/dbfarm# dbname:mTests_src_mal# Visit http://monetdb.cwi.nl/ for further information.## complex first test, can we gain access to the calculator function#a:=3+1;#c:= 7+8;#b:=3.5+2.7;#s:= "hello world";#d:= +(3,1);##function user.main():void;	# 0  (main:void)# complex first test, can we gain access to the calculator function 	# 1  (_1:str)    a := calc.+(3,1);	# 2 CALCbinaryADDintint (a:int)<-(_3:int)(_4:int)    c := calc.+(7,8);	# 3 CALCbinaryADDintint (c:int)<-(_6:int)(_7:int)    b := calc.+(3.5,2.70000005);	# 4 CALCbinaryADDfltflt (b:flt)<-(_9:flt)(_10:flt)    s := "hello world";	# 5  (s:str)<-(_12:str)    d := calc.+(3,1);	# 6 CALCbinaryADDintint (d:int)<-(_3:int)(_4:int)end main;	# 7  # 07:58:51 >  # 07:58:51 >  Done.# 07:58:51 >  

⌨️ 快捷键说明

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