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
9ac5841e
Commit
9ac5841e
authored
Jan 17, 2018
by
yiwenshao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
merge first and second
parent
21104153
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
try_select_data.cc
debug/try_select_data.cc
+5
-2
No files found.
debug/try_select_data.cc
View file @
9ac5841e
...
...
@@ -40,6 +40,7 @@ void parseResType(const ResType &rd) {
}
}
/*
static void sp_next_second(const help_select & hs,ResType inRes){
ps->safeCreateEmbeddedTHD();
const ResType &resin = inRes;
...
...
@@ -51,7 +52,7 @@ static void sp_next_second(const help_select & hs,ResType inRes){
}catch(...){
std::cout<<"second next error"<<std::endl;
}
}
}
*/
static
void
sp_next_first
(
const
help_select
&
hs
){
ps
->
safeCreateEmbeddedTHD
();
...
...
@@ -61,7 +62,9 @@ static void sp_next_first(const help_select &hs){
const
std
::
string
next_query
=
hs
.
query
;
rawMySQLReturnValue
resRemote
=
executeAndGetResultRemote
(
globalConn
,
next_query
);
const
auto
&
againGet
=
MygetResTypeFromLuaTable
(
false
,
&
resRemote
);
sp_next_second
(
hs
,
againGet
);
//AbstractQueryExecutor::ResultType::RESULTS
const
auto
&
res
=
decryptResults
(
againGet
,
hs
.
rmeta
);
parseResType
(
res
);
}
catch
(...){
std
::
cout
<<
"first next error"
<<
std
::
endl
;
}
...
...
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