printf("--- Spend %ld ms to create %d super tables and each %d tables\n",elapsed,arguments.stable,arguments.table);
free(threads);
}
voidcreateImp(void*param){
charcommand[256]="\0";
intsqlLen=0;
intcount=0;
char*sql=calloc(1,1024*1024);
ThreadObj*pThread=(ThreadObj*)param;
printf("Thread %d started create super table s%d to s%d\n",pThread->threadId,(pThread->threadId-1)*arguments.stable/arguments.client,pThread->threadId*arguments.stable/arguments.client-1);