tst240.stable.out

来自「一个内存数据库的源代码这是服务器端还有客户端」· OUT 代码 · 共 47 行

OUT
47
字号
stdout of test 'tst240` in directory 'src/mal` itself:# 18:22:21 >  # 18:22:21 >  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=39583 --set sql_port=47272 --set xquery_port=57837 --set monet_prompt= --trace "--config=/ufs/mk/monet5/src/mal/Tests/All.conf" --dbname=mTests_src_mal  tst240.mal </dev/null# 18:22:21 >  # Monet Database Server V4.99.19# Copyright (c) 1993-2005, CWI. All rights reserved.# Compiled for x86_64-redhat-linux-gnu/64bit with 64bit OIDs; 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.## testing pack/unpack of bats#i:= 1;#j:= 2;#b:= bbp.pack(i,j);#io.print(b);##(g,h):= bbp.unpack(b);#io.print(g);#io.print(h);#function user.main():void;	# 0  (main:void)# testing pack/unpack of bats 	# 1  (_1:str)    i := 1;	# 2  (i:int)<-(_3:int)    j := 2;	# 3  (j:int)<-(_5:int)    b := bat.pack(i,j);	# 4 CMDbatpack (b:bat[:int,:int])<-(i:int)(j:int)    io.print(b);	# 5 IOprint_val (_7:void)<-(b:bat[:int,:int])    (g,h):= bat.unpack(b);	# 6 CMDbatunpack (g:int)(h:int)<-(b:bat[:int,:int])    io.print(g);	# 7 IOprint_val (_10:void)<-(g:int)    io.print(h);	# 8 IOprint_val (_11:void)<-(h:int)end main;	# 9  #-----------------## h	t	  # name# int	int	  # type#-----------------#[ 1,	  2	  ][ 1 ][ 2 ]# 18:22:21 >  # 18:22:21 >  Done.# 18:22:21 >  

⌨️ 快捷键说明

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