[TD-4114]<test> add test case for bind batch
This commit is contained in:
parent
2edd839f75
commit
1873cc9c5b
|
@ -11,7 +11,7 @@ CFLAGS = -O0 -g -Wall -Wno-deprecated -fPIC -Wno-unused-result -Wconversion \
|
|||
all: $(TARGET)
|
||||
|
||||
exe:
|
||||
gcc $(CFLAGS) ./batchprepare.c -o $(ROOT)batchprepare $(LFLAGS)
|
||||
gcc $(CFLAGS) ./batchprepare.c -o $(ROOT)batchprepare $(LFLAGS)
|
||||
gcc $(CFLAGS) ./stmtBatchTest.c -o $(ROOT)stmtBatchTest $(LFLAGS)
|
||||
|
||||
clean:
|
||||
|
|
|
@ -2166,7 +2166,6 @@ static int stmt_bind_case_001_long(TAOS_STMT *stmt, int tableNum, int rowsOfPerC
|
|||
return 0;
|
||||
}
|
||||
|
||||
//void runcase(TAOS *taos, int idx) {
|
||||
static void* runCase_long(void *para) {
|
||||
ThreadInfo* tInfo = (ThreadInfo *)para;
|
||||
TAOS *taos = tInfo->taos;
|
||||
|
|
Loading…
Reference in New Issue