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
44aaff3c
Commit
44aaff3c
authored
May 19, 2017
by
casualet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
543440a8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
benchmark
benchmark
+0
-0
ConnectWrapper.cc
mysqlproxy/ConnectWrapper.cc
+2
-2
No files found.
benchmark
deleted
100644 → 0
View file @
543440a8
mysqlproxy/ConnectWrapper.cc
View file @
44aaff3c
...
...
@@ -266,7 +266,7 @@ rewrite(lua_State *const L) {
const
std
::
string
&
query
=
xlua_tolstring
(
L
,
2
);
const
unsigned
long
long
_thread_id
=
strtoull
(
xlua_tolstring
(
L
,
3
).
c_str
(),
NULL
,
10
);
std
::
cout
<<
query
<<
std
::
endl
;
//
std::cout<<query<<std::endl;
//this is not used??
c_wrapper
->
last_query
=
query
;
if
(
EXECUTE_QUERIES
)
{
...
...
@@ -433,7 +433,7 @@ next(lua_State *const L) {
ps
->
safeCreateEmbeddedTHD
();
const
ResType
&
res
=
getResTypeFromLuaTable
(
L
,
2
,
3
,
4
,
5
,
6
);
//parseResType2(res);
const
std
::
unique_ptr
<
QueryRewrite
>
&
qr
=
c_wrapper
->
getQueryRewrite
();
parseReturnMeta
(
qr
->
rmeta
);
...
...
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