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
c6b2d2c1
Commit
c6b2d2c1
authored
May 20, 2018
by
yiwenshao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add
parent
21ae6eaa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
8 deletions
+2
-8
simple_load_new.cc
tools/simple_load_new.cc
+2
-8
No files found.
tools/simple_load_new.cc
View file @
c6b2d2c1
...
...
@@ -171,10 +171,9 @@ static ResType load_files_new(std::string db, std::string table){
vector
<
int
>
field_lengths
;
std
::
shared_ptr
<
ReturnMeta
>
rm
=
getReturnMeta
(
fms
,
fmts
,
field_names
,
field_types
,
field_lengths
);
UNUSED
(
rm
);
create_embedded_thd
(
0
);
rawMySQLReturnValue
resraw
;
vector
<
vector
<
string
>>
res_field
;
for
(
auto
item
:
field_names
){
res_field
.
push_back
(
gfb
.
annoOnionNameToFileVector
[
item
]);
...
...
@@ -211,12 +210,7 @@ static ResType load_files_new(std::string db, std::string table){
rawMySQLReturnValue
MM
;
ResTypeToRawMySQLReturnValue
(
MM
,
finalresults
);
return
finalresults
;
/*
*/
return
ResType
(
false
,
0
,
0
);
//return ResType(false, 0, 0);
}
std
::
map
<
onion
,
unsigned
long
>
gcountMap
;
...
...
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