tst120b.stable.out

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

OUT
31
字号
stdout of test 'tst120b` in directory 'src/mal` itself:# 07:59:03 >  # 07:59:03 >  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  tst120b.mal </dev/null# 07:59:03 >  # 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.#module bottom;#function first(i:str):int; c:=1; return c; end first;function bottom.first(i:str):int;	# 0  (first:int)<-(i:str)    c := 1;	# 1  (c:int)<-(_3:int)    return c;	# 2  (c:int)end first;	# 3  #function second(i:str):int; return second:=1; end second;function bottom.second(i:str):int;	# 0  (second:int)<-(i:str)    return second := 1;	# 1  (second:int)<-(_2:int)end second;	# 2  ## 07:59:03 >  # 07:59:03 >  Done.# 07:59:03 >  

⌨️ 快捷键说明

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