From bfde9959130c951c34d35505efb2e5ae5688335d Mon Sep 17 00:00:00 2001 From: Minglei Jin Date: Thu, 29 Aug 2024 09:12:48 +0800 Subject: [PATCH] stmt2/none: 2 in null array for none --- tests/script/api/stmt2-nohole.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/script/api/stmt2-nohole.c b/tests/script/api/stmt2-nohole.c index 1ddb4a66b2..2e78f7bc60 100644 --- a/tests/script/api/stmt2-nohole.c +++ b/tests/script/api/stmt2-nohole.c @@ -125,7 +125,7 @@ void veriry_stmt(TAOS* taos) { // TAOS_MULTI_BIND params[10]; TAOS_STMT2_BIND params[10]; char is_null2[10] = {0}; - char is_null[10] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 1}; + char is_null[10] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 2}; params[0].buffer_type = TSDB_DATA_TYPE_TIMESTAMP; // params[0].buffer_length = sizeof(v.ts[0]);