📄 tst231.stable.out
字号:
stdout of test 'tst231` in directory 'src/mal` itself:# 08:01:02 > # 08:01:02 > 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 tst231.mal </dev/null# 08:01:02 > # 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.## a test checking BAT reference counting under various situations# b:= new(:int,:str);# i:= getRefCount(b);# printf("refcount =%d\n",i);# j:= getRefCount(b);# printf("lrefcount =%d\n",j);## insert(b,1,"bat B");# print(b);# i:= getRefCount(b);# printf("refcount =%d\n",i);# j:= getRefCount(b);# printf("lrefcount =%d\n",j);## # referenceing through mirroring# b6:= mirror(b);# i:= getRefCount(b);# printf("after mirror assignment refcount =%d\n",i);# j:= getRefCount(b);# printf("lrefcount =%d\n",j);#function user.main():void; # 0 (main:void)# a test checking BAT reference counting under various situations # 1 (_1:str) b := bat.new(:int,:str); # 2 CMDBATnew (b:bat[:int,:str])<-(_3:int)(_4:str) i := bbp.getRefCount(b); # 3 CMDgetBATrefcnt (i:int)<-(b:bat[:int,:str]) io.printf("refcount =%d\n",i); # 4 IOprint_formatted_int (_6:void)<-(_7:str)(i:int) j := bbp.getLRefCount(b); # 5 CMDgetBATlrefcnt (j:int)<-(b:bat[:int,:str]) io.printf("lrefcount =%d\n",j); # 6 IOprint_formatted_int (_9:void)<-(_10:str)(j:int) bat.insert(b,1,"bat B"); # 7 BKCinsert_bun (_11:void)<-(b:bat[:int,:str])(_12:int)(_13:str) io.print(b); # 8 IOprint_val (_14:void)<-(b:bat[:int,:str]) i := bbp.getRefCount(b); # 9 CMDgetBATrefcnt (i:int)<-(b:bat[:int,:str]) io.printf("refcount =%d\n",i); # 10 IOprint_formatted_int (_15:void)<-(_7:str)(i:int) j := bbp.getLRefCount(b); # 11 CMDgetBATlrefcnt (j:int)<-(b:bat[:int,:str]) io.printf("lrefcount =%d\n",j); # 12 IOprint_formatted_int (_16:void)<-(_10:str)(j:int)# referenceing through mirroring # 13 (_17:str) b6 := bat.mirror(b); # 14 BKCmirror (b6:bat[:int,:int])<-(b:bat[:int,:str]) i := bbp.getRefCount(b); # 15 CMDgetBATrefcnt (i:int)<-(b:bat[:int,:str]) io.printf("after mirror assignment refcount =%d\n",i); # 16 IOprint_formatted_int (_19:void)<-(_20:str)(i:int) j := bbp.getLRefCount(b); # 17 CMDgetBATlrefcnt (j:int)<-(b:bat[:int,:str]) io.printf("lrefcount =%d\n",j); # 18 IOprint_formatted_int (_21:void)<-(_10:str)(j:int)end main; # 19 refcount =1lrefcount =1#-------------------------## h tmp_4 # name# int str # type#-------------------------#[ 1, "bat B" ]refcount =1lrefcount =1after mirror assignment refcount =1lrefcount =1# 08:01:02 > # 08:01:02 > Done.# 08:01:02 >
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -