tst070.stable.out

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

OUT
36
字号
stdout of test 'tst070` in directory 'src/mal` itself:# 07:58:48 >  # 07:58:48 >  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  tst070.mal </dev/null# 07:58:48 >  # 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.## parsing operations with multi-assignments##(x,y):= point(z:int);#(initial:str,surname:str):= getName();#!TypeException:user.main[2]:'user.point' undefined in: (x:any, y:any) := user.point(z:int)!TypeException:user.main[3]:'user.getName' undefined in: (initial:str, surname:str) := user.getName()!TypeException:user.main[2]:'z' may not be used before being initializedfunction user.main():void;	# 0  (main:void)# parsing operations with multi-assignments 	# 1  (_2:str)    (x,y):= user.point(z);	# 2  unknown (x:any)(y:any)<-(z:int)    (initial:str ,surname:str ):= user.getName();	# 3  unknown (initial:str)(surname:str)end main;	# 4  # 07:58:49 >  # 07:58:49 >  Done.# 07:58:49 >  

⌨️ 快捷键说明

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