Commit 68702b6c authored by yiwenshao's avatar yiwenshao

tweak

parent f2cb8a15
#1 means quote, 2 for hex and 3 for plain string #1 means quote, 2 for hex and 3 for plain string
../tls/mysql_wrapper/backFieldsToFiles tdb2 1 ../tls/mysql_wrapper/backFieldsToFiles tpcc1000 1
dir="~/Insert/" dir="~/Insert/"
cur_dir=`pwd` cur_dir=`pwd`
cdb_test_dir="../../" cdb_test_dir="../../"
target_db="tpcc1000" target_db="micro_db"
cd ${cdb_test_dir} cd ${cdb_test_dir}
...@@ -15,6 +15,6 @@ for data in ${arrayfiles[@]} ...@@ -15,6 +15,6 @@ for data in ${arrayfiles[@]}
do do
ss="./obj/main/cdb_test ${target_db} < $data" ss="./obj/main/cdb_test ${target_db} < $data"
eval $ss eval $ss
# echo $ss echo $ss
done done
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