From 1f4749439f3f0d5c6bad33db1401c3613805d83e Mon Sep 17 00:00:00 2001 From: dapan Date: Mon, 9 May 2022 07:59:07 +0800 Subject: [PATCH] stmt test --- tests/script/api/batchprepare.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/script/api/batchprepare.c b/tests/script/api/batchprepare.c index 3dddb03f3b..6afe0a5cd1 100644 --- a/tests/script/api/batchprepare.c +++ b/tests/script/api/batchprepare.c @@ -244,6 +244,7 @@ CaseCtrl gCaseCtrl = { // query case with specified col&oper .printStmtSql = true, .rowNum = 0, .bindColNum = 0, + .bindTagNum = 0, .bindRowNum = 0, .bindColTypeNum = 0, .bindColTypeList = NULL,