Commit 71f45eca authored by yiwenshao's avatar yiwenshao

fix bug

parent c2470aaa
......@@ -4,7 +4,7 @@ function generate_insert_int(){
count=$3
for((i=1;i<$count;i++))do
res=$head
for((j=2;j<$pipe;j++))do
for((j=1;j<$pipe;j++))do
res="${res}($RANDOM),"
done
res="${res}($RANDOM);"
......
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