From 699c1bbd7ded9d417960b2c5507769dc3d85538f Mon Sep 17 00:00:00 2001 From: hjxilinx Date: Sat, 21 Mar 2020 21:46:11 +0800 Subject: [PATCH] [td-32] change error code type --- src/inc/taosmsg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/inc/taosmsg.h b/src/inc/taosmsg.h index d8a052c161..24f3a84227 100644 --- a/src/inc/taosmsg.h +++ b/src/inc/taosmsg.h @@ -500,7 +500,7 @@ typedef struct { } SQueryTableMsg; typedef struct { - char code; + int32_t code; uint64_t qhandle; } SQueryTableRsp; -- GitLab