Commit 9f99daac authored by yiwenshao's avatar yiwenshao

add

parent e9dd8169
...@@ -11,7 +11,6 @@ main(int argc,char ** argv) { ...@@ -11,7 +11,6 @@ main(int argc,char ** argv) {
string length(argv[1]); string length(argv[1]);
std::vector<string> create{ std::vector<string> create{
"drop database if exists micro_db;",
"create database micro_db;", "create database micro_db;",
"use micro_db;", "use micro_db;",
"create table int_table(id integer);", "create table int_table(id integer);",
......
...@@ -2,4 +2,5 @@ mysql -h127.0.0.1 -e "drop database if exists tpcc1000" ...@@ -2,4 +2,5 @@ mysql -h127.0.0.1 -e "drop database if exists tpcc1000"
mysql -h127.0.0.1 -e "drop database if exists tdb" mysql -h127.0.0.1 -e "drop database if exists tdb"
mysql -h127.0.0.1 -e "drop database if exists tdb2" mysql -h127.0.0.1 -e "drop database if exists tdb2"
mysql -h127.0.0.1 -e "drop database if exists tdb3" mysql -h127.0.0.1 -e "drop database if exists tdb3"
mysql -h127.0.0.1 -e "drop database if exists micro_db"
rm -rf ./shadow/* rm -rf ./shadow/*
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment