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
c0ccceeb
Commit
c0ccceeb
authored
May 25, 2017
by
casualet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add three function
parent
895c5345
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
770 additions
and
2 deletions
+770
-2
Makefrag
main/Makefrag
+1
-1
test_layer.cc
main/test_layer.cc
+768
-0
str.sh
packages/tls/str.sh
+0
-0
normalbenchmark.sh
packages/tls/tpcc-mysql/normalbenchmark.sh
+1
-1
No files found.
main/Makefrag
View file @
c0ccceeb
...
@@ -7,7 +7,7 @@ CRYPTDB_SRCS := schema.cc Translator.cc Connect.cc \
...
@@ -7,7 +7,7 @@ CRYPTDB_SRCS := schema.cc Translator.cc Connect.cc \
rewrite_func.cc rewrite_sum.cc metadata_tables.cc \
rewrite_func.cc rewrite_sum.cc metadata_tables.cc \
error.cc stored_procedures.cc rewrite_ds.cc rewrite_main.cc
error.cc stored_procedures.cc rewrite_ds.cc rewrite_main.cc
CRYPTDB_PROGS:= cdb_test mbk
CRYPTDB_PROGS:= cdb_test mbk
test_layer
CRYPTDBPROGOBJS := $(patsubst %,$(OBJDIR)/main/%,$(CRYPTDB_PROGS))
CRYPTDBPROGOBJS := $(patsubst %,$(OBJDIR)/main/%,$(CRYPTDB_PROGS))
...
...
main/test_layer.cc
0 → 100644
View file @
c0ccceeb
This diff is collapsed.
Click to expand it.
packages/tls/
bench
.sh
→
packages/tls/
str
.sh
View file @
c0ccceeb
File moved
packages/tls/tpcc-mysql/normalbenchmark.sh
View file @
c0ccceeb
...
@@ -7,6 +7,6 @@ mysql -uroot -pletmein -h127.0.0.1 tpcc1000 < create_table.sql
...
@@ -7,6 +7,6 @@ mysql -uroot -pletmein -h127.0.0.1 tpcc1000 < create_table.sql
./tpcc_load
-h127
.0.0.1
-uroot
-pletmein
-d
tpcc1000
-w
$1
./tpcc_load
-h127
.0.0.1
-uroot
-pletmein
-d
tpcc1000
-w
$1
# mysqldump --skip-extended-insert -uroot -pletmein -h127.0.0.1 --no-create-info --hex-blob --compact tpcc1000 > all$1.sql
# mysqldump --skip-extended-insert -uroot -pletmein -h127.0.0.1 --no-create-info --hex-blob --compact tpcc1000 > all$1.sql
mysqldump
-uroot
-pletmein
-h127
.0.0.1
--hex-blob
--compact
tpcc1000
--compact
>
all
$1
.sql
mysqldump
-uroot
-pletmein
-h127
.0.0.1
--hex-blob
--
no-create-info
--
compact
tpcc1000
--compact
>
all
$1
.sql
mysql
-uroot
-pletmein
-h127
.0.0.1
-e
"drop database if exists tpcc1000"
mysql
-uroot
-pletmein
-h127
.0.0.1
-e
"drop database if exists tpcc1000"
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