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

📄 test_70.stable.out

📁 一个内存数据库的源代码这是服务器端还有客户端
💻 OUT
字号:
stdout of test 'test_70` in directory 'tests/suite_02` itself:#> Mtest:	milS test_70 milS#> Mtest:	Mtimeout -timeout 210 Mserver -modulesilent -yaccsilent -d8 -db tests_suite_02 -single test_70.milS# Monet Database Server V4.1# Copyright (c) 1993-1999, CWI & SION. All rights reserved.# compiled for IRIX646.5/32bit on Fri Jan 14 01:04:33 MET 2000.#script:test_70.milS# Monet Database Server V4.3.5# Copyright (c) 1993-2002, CWI. All rights reserved.# compiled for i686-pc-linux-gnu/32bit; dynamically linked.setoid(oid(2000000));#test correct decisions in the join operation.var k100_unique1 := bat("k100_unique1");var t:= k100_unique1.select(10,10);t.count().print(); k100_unique1.count().print();[ 1 ][ 100000 ]var u:= t.copy();printf("#~BeginVariableOutput~#\n"); cpu.print(); printf("#~EndVariableOutput~#\n");#~BeginVariableOutput~##-------------------------## BAT:		  cpu	  ## (str)		  (int)	  ##-------------------------#[ "elapsed",	  0	  ][ "user",	  150	  ][ "elapuser",	  0	  ][ "system",	  570	  ][ "elapsystem",	  0	  ]#~EndVariableOutput~#var z:= t.reverse().join(k100_unique1);z.print();#-----------------## BAT:	  tmp_62  ## (int)	  (int)	  ##-----------------#[ 10,	  10	  ]printf("#~BeginVariableOutput~#\n"); cpu.print(); printf("#~EndVariableOutput~#\n");#~BeginVariableOutput~##-------------------------## BAT:		  cpu	  ## (str)		  (int)	  ##-------------------------#[ "elapsed",	  0	  ][ "user",	  150	  ][ "elapuser",	  0	  ][ "system",	  570	  ][ "elapsystem",	  0	  ]#~EndVariableOutput~#z:= k100_unique1.reverse().join(u);printf("#~BeginVariableOutput~#\n"); cpu.print(); printf("#~EndVariableOutput~#\n");#~BeginVariableOutput~##-------------------------## BAT:		  cpu	  ## (str)		  (int)	  ##-------------------------#[ "elapsed",	  0	  ][ "user",	  160	  ][ "elapuser",	  10	  ][ "system",	  570	  ][ "elapsystem",	  0	  ]#~EndVariableOutput~#z.print();#-----------------## BAT:	  tmp_63  ## (int)	  (int)	  ##-----------------#[ 10,	  10	  ]quit();# 17:09:09 >  # 17:09:09 >  Done.# 17:09:09 >  

⌨️ 快捷键说明

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