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

📄 tst039.stable.out

📁 一个内存数据库的源代码这是服务器端还有客户端
💻 OUT
字号:
stdout of test 'tst039` in directory 'src/mal` itself:# 07:58:43 >  # 07:58:43 >  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  tst039.mal </dev/null# 07:58:43 >  # 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 analysis##function sample(nme:str, val:any):bit;#   c := 2*3;#   b := bbp.bind(nme);  #find a BAT#   h := select(b,val,val);#   t := count(h);#   x := print(t);#   y := print(val);#   return sample:=true;#end sample;function user.sample(nme:str,val:any_1):bit;	# 0  (sample:bit)<-(nme:str)(val:any_1)    c := calc.*(2,3);	# 1 CALCbinaryMULintint (c:int)<-(_4:int)(_5:int)    b:bat[:void,:int]  := bbp.bind(nme);	# 2 CMDbbpbind (b:bat[:void,:int])<-(nme:str)#find a BAT 	# 3  (_7:str)    h := algebra.select(b,val,val);	# 4  (h:any)<-(b:bat[:void,:int])(val:any_1)(val:any_1)    t := aggr.count(h);	# 5  (t:any)<-(h:any)    x := io.print(t);	# 6 IOprint_val (x:void)<-(t:any)    y := io.print(val);	# 7 IOprint_val (y:void)<-(val:any_1)    return sample := true;	# 8  (sample:bit)<-(_12:bit)end sample;	# 9  #function user.main():void;	# 0  (main:void)# complex analysis 	# 1  (_2:str)end main;	# 2  # 07:58:43 >  # 07:58:43 >  Done.# 07:58:43 >  

⌨️ 快捷键说明

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