Commit 4023eef3 authored by yiwenshao's avatar yiwenshao

pass the tests for tools/final_load&store

parent 4b849d18
......@@ -3,10 +3,10 @@
#oAGG: HOM
#oASHE: ASHE
[onions for num]
oDET: DET
oOPE: OPE
oAGG: HOM
#oASHE: ASHE
#oDET: DET
#oOPE: OPE
#oAGG: HOM
oASHE: ASHE
[end]
......
loadCount:1
loadCount:10
pipelineCount:1000
useASHE:true
useHOM:false
......
......@@ -371,7 +371,7 @@ executeAndGetColumnData(Connect * curConn,std::string query){
MySQLColumnData myRaw;
if(dbres==nullptr||dbres->n==NULL){
std::cout<<"no results"<<std::endl;
//std::cout<<"no results"<<std::endl;
return myRaw;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment