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

📄 tst233.stable.out

📁 一个内存数据库的源代码这是服务器端还有客户端
💻 OUT
字号:
stdout of test 'tst233` in directory 'src/mal` itself:# 09:04:28 >  # 09:04:28 >  Mtimeout -timeout 60 mserver5 "--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/dblogs" --set mapi_port=39387 --set monet_prompt= --trace --dbname=mTests_src_mal  tst233.mal < /dev/null# 09:04:28 >  # MonetDB Server v4.99.19# Copyright (c) 1993-2006 CWI, all rights reserved# Compiled for x86_64-redhat-linux-gnu/64bit with 64bit OIDs 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## dealing with BAT references in functions##function dir():void;#	d:= bbp.getRefCount();#	dl:=bbp.getLRefCount();#	dn:= bbp.getNames();#	io.print(dn,d,dl);#end dir;function user.dir():void;	# 0  (dir:void)    d := bbp.getRefCount();	# 1 CMDbbpRefCount (d:bat[:int,:int])    dl := bbp.getLRefCount();	# 2 CMDbbpLRefCount (dl:bat[:int,:int])    dn := bbp.getNames();	# 3 CMDbbpNames (dn:bat[:int,:str])    io.print(dn,d,dl);	# 4 IOtable (_4:void)<-(dn:bat[:int,:str])(d:bat[:int,:int])(dl:bat[:int,:int])end dir;	# 5  ###function tmp1(b:bat[:any_1,:any_2]):void;#end tmp1;function user.tmp1(b:bat[:any_1,:any_2]):void;	# 0  (tmp1:void)<-(b:bat[:any_1,:any_2])end tmp1;	# 1  ##b:= bat.new(:int,:int);#dir();#user.tmp1(b);#dir();##lrefcnt of b should be 1#function user.main():void;	# 0  (main:void)# dealing with BAT references in functions 	# 1  (_1:str)    b := bat.new(:int,:int);	# 2 CMDBATnew (b:bat[:int,:int])<-(_3:int)(_3:int)    user.dir();	# 3  (_4:void)    user.tmp1(b);	# 4  (_5:void)<-(b:bat[:int,:int])    user.dir();	# 5  (_6:void)#lrefcnt of b should be 1 	# 6  (_7:str)end main;	# 7  #---------------------------------------------------------## bbp	name			refcnt	lrefcnt		  # name# int	str			int	int		  # type#---------------------------------------------------------#[ 1,	  "monet_environment",	  1,	  0		  ][ 2,	  "monet_unicode_case",	  1,	  0		  ][ 3,	  "timezones",		  1,	  0		  ][ 4,	  "M5system_auth_user",	  1,	  1		  ][ 5,	  "M5system_auth_passwd", 1,	  1		  ][ 6,	  "M5system_auth_scen",	  1,	  1		  ][ 7,	  "tmp_7",		  0,	  1		  ]#---------------------------------------------------------## bbp	name			refcnt	lrefcnt		  # name# int	str			int	int		  # type#---------------------------------------------------------#[ 1,	  "monet_environment",	  1,	  0		  ][ 2,	  "monet_unicode_case",	  1,	  0		  ][ 3,	  "timezones",		  1,	  0		  ][ 4,	  "M5system_auth_user",	  1,	  1		  ][ 5,	  "M5system_auth_passwd", 1,	  1		  ][ 6,	  "M5system_auth_scen",	  1,	  1		  ][ 7,	  "tmp_7",		  0,	  1		  ]# 09:04:28 >  # 09:04:28 >  Done.# 09:04:28 >  

⌨️ 快捷键说明

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