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
7e8007ab
Commit
7e8007ab
authored
Mar 21, 2017
by
casualet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tweak
parent
ac373770
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
2 deletions
+10
-2
.gitignore
.gitignore
+9
-0
rewrite_field.cc
main/rewrite_field.cc
+1
-0
rewrite_main.cc
main/rewrite_main.cc
+0
-2
No files found.
.gitignore
View file @
7e8007ab
...
@@ -3,3 +3,12 @@ normal.sh
...
@@ -3,3 +3,12 @@ normal.sh
obj/
obj/
tags
tags
shadow/
shadow/
core
curMysql
mysql-proxy.cnf
mysql-proxy1.cnf
reset.sh
reset.sql
startMM.sh
test
tutorial-basic.lua
main/rewrite_field.cc
View file @
7e8007ab
...
@@ -103,6 +103,7 @@ class ANON : public CItemSubtypeIT<Item_field, Item::Type::FIELD_ITEM> {
...
@@ -103,6 +103,7 @@ class ANON : public CItemSubtypeIT<Item_field, Item::Type::FIELD_ITEM> {
constr
.
o
);
constr
.
o
);
const
SECLEVEL
onion_level
=
a
.
getOnionLevel
(
om
);
const
SECLEVEL
onion_level
=
a
.
getOnionLevel
(
om
);
assert
(
onion_level
!=
SECLEVEL
::
INVALID
);
assert
(
onion_level
!=
SECLEVEL
::
INVALID
);
if
(
constr
.
l
<
onion_level
)
{
if
(
constr
.
l
<
onion_level
)
{
//need adjustment, throw exception
//need adjustment, throw exception
const
TableMeta
&
tm
=
const
TableMeta
&
tm
=
...
...
main/rewrite_main.cc
View file @
7e8007ab
...
@@ -1575,7 +1575,6 @@ std::pair<AbstractQueryExecutor::ResultType, AbstractAnything *>
...
@@ -1575,7 +1575,6 @@ std::pair<AbstractQueryExecutor::ResultType, AbstractAnything *>
OnionAdjustmentExecutor
::
OnionAdjustmentExecutor
::
nextImpl
(
const
ResType
&
res
,
const
NextParams
&
nparams
)
nextImpl
(
const
ResType
&
res
,
const
NextParams
&
nparams
)
{
{
std
::
cout
<<
__PRETTY_FUNCTION__
<<
":"
<<
__LINE__
<<
":"
<<
__FILE__
<<
":"
<<
__LINE__
<<
std
::
endl
<<
std
::
endl
;
reenter
(
this
->
corot
)
{
reenter
(
this
->
corot
)
{
yield
{
yield
{
assert
(
this
->
adjust_queries
.
size
()
==
1
assert
(
this
->
adjust_queries
.
size
()
==
1
...
@@ -1670,7 +1669,6 @@ nextImpl(const ResType &res, const NextParams &nparams)
...
@@ -1670,7 +1669,6 @@ nextImpl(const ResType &res, const NextParams &nparams)
}
}
}
}
}
}
assert
(
false
);
assert
(
false
);
}
}
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