Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
Practical-Cryptdb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Zhaozhen
Practical-Cryptdb
Commits
4023eef3
Commit
4023eef3
authored
Apr 26, 2018
by
yiwenshao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pass the tests for tools/final_load&store
parent
4b849d18
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
CURRENT.conf
conf/CURRENT.conf
+4
-4
global.constant
conf/global.constant
+1
-1
reuse.cc
wrapper/reuse.cc
+1
-1
No files found.
conf/CURRENT.conf
View file @
4023eef3
...
...
@@ -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
]
...
...
conf/global.constant
View file @
4023eef3
loadCount:1
loadCount:1
0
pipelineCount:1000
useASHE:true
useHOM:false
...
...
wrapper/reuse.cc
View file @
4023eef3
...
...
@@ -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
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment