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

📄 tst850.stable.out

📁 一个内存数据库的源代码这是服务器端还有客户端
💻 OUT
字号:
stdout of test 'tst850` in directory 'src/mal` itself:# 14:43:54 >  # 14:43:54 >  Mtimeout -timeout 60 Mserver "--config=/ufs/mk/monet5/src/mal/Tests/All.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/opensource/MonetDB/Linux/var/MonetDB5/dbfarm" --set "sql_logdir=/ufs/mk/opensource/MonetDB/Linux/var/MonetDB5/log" --set mapi_port=44824 --set sql_port=57958 --set monet_prompt= --trace "--config=/ufs/mk/monet5/src/mal/Tests/All.conf" --dbname=mTests_src_mal  tst850.mal </dev/null# 14:43:54 >  # Monet Database Server V4.5.0# Copyright (c) 1993-2004, CWI. All rights reserved.# Compiled for i686-redhat-linux-gnu/32bit; dynamically linked.# config:/ufs/mk/monet5/src/mal/Tests/All.conf# dbfarm:/ufs/mk/opensource/MonetDB/Linux/var/MonetDB5/dbfarm# dbname:mTests_src_mal# Visit http://monetdb.cwi.nl/ for further information.## The likeselect operation##	t:= new(:int,:str);#	insert(t,1,"hello world");#	insert(t,2,"sleep well");##	b:= multiplex.script("startsWith",t,"");#	print(b);#function user.main():void;	# 0  (main:void)# The likeselect operation 	# 1  (_1:str)    t := bat.new(:oid,:str);	# 2 CMDBATnew (t:bat[:oid,:str])<-(_3:oid)(_4:str)    bat.append(t,"hello world");	# 3 BKCappend_val_wrap (_5:void)<-(t:bat[:oid,:str])(_6:str)    bat.append(t,"sleep well");	# 4 BKCappend_val_wrap (_7:void)<-(t:bat[:oid,:str])(_8:str)    io.print(t);	# 5 IOprint_val (_9:void)<-(t:bat[:oid,:str])    _15 := bat.new(nil:oid,nil:bit);	# 6 CMDBATnew (_15:bat[:oid,:bit])<-(_16:oid)(_17:bit)barrier (_19,_20,_21):= bat.newIterator(t);	# 7 CHPbunIterator (_19:lng)(_20:oid)(_21:str)<-(t:bat[:oid,:str]) jump 14    _23 := str.startsWith(_21,"");	# 8 STRPrefix (_23:bit)<-(_21:str)(_13:str)    bat.insert(_15,_20,_23);	# 9 BKCinsert_bun (_24:void)<-(_15:bat[:oid,:bit])(_20:oid)(_23:bit)    redo (_19,_20,_21):= bat.hasMoreElements(t);	# 10 CHPbunHasMoreElements (_19:lng)(_20:oid)(_21:str)<-(t:bat[:oid,:str]) jump 8catch MALException:str ;	# 11  (MALException:str) jump 13    redo (_19,_20,_21):= bat.hasMoreElements(t);	# 12 CHPbunHasMoreElements (_19:lng)(_20:oid)(_21:str)<-(t:bat[:oid,:str]) jump 8exit MALException:str ;	# 13  (MALException:str)exit (_19,_20,_21);	# 14  (_19:lng)(_20:oid)(_21:str)    b:bat[:oid,:bit]  := _15;	# 15  (b:bat[:oid,:bit])<-(_15:bat[:oid,:bit])    io.print(b);	# 16 IOprint_val (_14:void)<-(b:bat[:oid,:bit])end main;	# 17  #-------------------------## h	tmp_13		  # name# void	str		  # type#-------------------------#[ 0@0,	  "hello world"	  ][ 1@0,	  "sleep well"	  ]#-----------------## h	tmp_5	  # name# int	bit	  # type#-----------------#[ 0@0,	  true	  ][ 1@0,	  true	  ]# 14:43:54 >  # 14:43:54 >  Done.# 14:43:54 >  

⌨️ 快捷键说明

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