⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tst760.stable.out

📁 一个内存数据库的源代码这是服务器端还有客户端
💻 OUT
字号:
stdout of test 'tst760` in directory 'src/mal` itself:# 08:01:30 >  # 08:01:30 >  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  tst760.mal </dev/null# 08:01:30 >  # 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.## Polymorphic function tests## Catching a dynamic error#function test(b:bat[:any,:any$2],c:any$2);#	k:= 1+c;#	print(k);#end test;function user.test(b:bat[:any,:any_2],c:any_2):void;	# 0  (test:void)<-(b:bat[:any,:any_2])(c:any_2)    k := calc.+(1,c);	# 1  (k:any)<-(_4:int)(c:any_2)    io.print(k);	# 2 IOprint_val (_5:void)<-(k:any)end test;	# 3  ##c:=new(:int,:str);#test(c,"hello");#!TypeException:user.test[1]:'calc.+' undefined in: k:any := calc.+(_4:int, c:str)!MALException:user.test[0]:Error in cloned function!TypeException:user.main[4]:'user.test' undefined in: _6:void := user.test(c:bat[:int,:str], _7:str)function user.main():void;	# 0  (main:void)# Polymorphic function tests 	# 1  (_1:str)# Catching a dynamic error 	# 2  (_2:str)    c := bat.new(:int,:str);	# 3 CMDBATnew (c:bat[:int,:str])<-(_4:int)(_5:str)    user.test(c,"hello");	# 4  unknown (_6:void)<-(c:bat[:int,:str])(_7:str)end main;	# 5  # 08:01:30 >  # 08:01:30 >  Done.# 08:01:30 >  

⌨️ 快捷键说明

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