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

📄 tst655.stable.out

📁 一个内存数据库的源代码这是服务器端还有客户端
💻 OUT
字号:
stdout of test 'tst655` in directory 'src/mal` itself:# 08:01:27 >  # 08:01:27 >  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  tst655.mal </dev/null# 08:01:27 >  # 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.## An extensive test for the new tablet layout##sent the output of a table to a file#mdb('T');#b1:= new(:void,:int);#insert(b1,42);#insert(b1,49);#b2:= new(:void,:str);#insert(b2,"hello world");#insert(b2,"goodbye world");##tablet.setFormat(b1,b2);#tablet.setStream(s);#tablet.setProperties("name,type,dense,sorted,key,min,max");#tablet.display(b1,b2);#function user.main():void;	# 0  (main:void)# An extensive test for the new tablet layout 	# 1  (_1:str)#sent the output of a table to a file 	# 2  (_2:str)    b1 := bat.new(:oid,:int);	# 3 CMDBATnew (b1:bat[:oid,:int])<-(_4:oid)(_5:int)    bat.append(b1,42);	# 4 BKCappend_val_wrap (_6:void)<-(b1:bat[:oid,:int])(_7:int)    bat.append(b1,49);	# 5 BKCappend_val_wrap (_8:void)<-(b1:bat[:oid,:int])(_9:int)    b2 := bat.new(:oid,:str);	# 6 CMDBATnew (b2:bat[:oid,:str])<-(_4:oid)(_11:str)    bat.append(b2,"hello world");	# 7 BKCappend_val_wrap (_12:void)<-(b2:bat[:oid,:str])(_13:str)    bat.append(b2,"goodbye world");	# 8 BKCappend_val_wrap (_14:void)<-(b2:bat[:oid,:str])(_15:str)    tablet.setFormat(b1,b2);	# 9 TABsetFormat (_16:void)<-(b1:bat[:oid,:int])(b2:bat[:oid,:str])    tablet.setProperties("name,type,dense,sorted,key,min,max");	# 10 TABsetProperties (_17:int)<-(_18:str)    tablet.display(b1,b2);	# 11 TABdisplayTable (_19:int)<-(b1:bat[:oid,:int])(b2:bat[:oid,:str])end main;	# 12  #---------------------------------------## tmp_4,	tmp_5			# name# int,		str			# type# false,	false			# dense# true,		false			# sorted# true,		false			# key# 42,					# min# 49,					# max#---------------------------------------#[ 42,		"hello world"		][ 49,		"goodbye world"		]#---------------------------------------##mdb !end main;# 08:01:28 >  # 08:01:28 >  Done.# 08:01:28 >  

⌨️ 快捷键说明

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