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
f3bef4b1
Commit
f3bef4b1
authored
Jan 03, 2018
by
yiwenshao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add script
parent
7d73a3be
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
10 deletions
+11
-10
count.sh
packages/operation/shell/count.sh
+0
-0
insert.sh
packages/operation/shell/insert.sh
+0
-0
essential.sh
packages/tls/essential.sh
+0
-1
a
packages/tls/shell/a
+0
-9
backup.sh
packages/tls/tpcc-mysql/backup.sh
+8
-0
drop.sh
packages/tls/tpcc-mysql/drop.sh
+3
-0
No files found.
packages/
tls
/shell/count.sh
→
packages/
operation
/shell/count.sh
View file @
f3bef4b1
File moved
packages/
tls
/shell/insert.sh
→
packages/
operation
/shell/insert.sh
View file @
f3bef4b1
File moved
packages/tls/essential.sh
deleted
100755 → 0
View file @
7d73a3be
sudo
apt
install
vim git
packages/tls/shell/a
deleted
100644 → 0
View file @
7d73a3be
customer,total_count 30000
district,total_count 10
history,total_count 30000
item,total_count 100000
new_orders,total_count 9000
order_line,total_count 299810
orders,total_count 30000
stock,total_count 100000
warehouse,total_count 1
packages/tls/tpcc-mysql/backup.sh
0 → 100755
View file @
f3bef4b1
name
=
"all.sql"
if
[
$#
=
1
]
;
then
name
=
$1
fi
mysqldump
-uroot
-pletmein
-h127
.0.0.1
-P3306
--no-create-info
--compact
tpcc1000
>
$name
packages/tls/tpcc-mysql/drop.sh
0 → 100755
View file @
f3bef4b1
mysql
-uroot
-pletmein
-h127
.0.0.1
-e
"drop database if exists tpcc1000"
mysql
-uroot
-pletmein
-h127
.0.0.1
-e
"create database tpcc1000"
mysql
-uroot
-pletmein
-h127
.0.0.1 tpcc1000 < create_table.sql
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