From 14799ddbd14194d2222e864a70e465c5d08eeb68 Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Mon, 23 May 2022 18:20:21 +0800 Subject: [PATCH] fix: update taos-tools to support bignum subtable (#12869) * fix: failed to alloc memory when big number tables for develop [TD-15803] * fix: update taos-tools for develop --- src/kit/taos-tools | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kit/taos-tools b/src/kit/taos-tools index 772aef458f..2c4a1c8332 160000 --- a/src/kit/taos-tools +++ b/src/kit/taos-tools @@ -1 +1 @@ -Subproject commit 772aef458fec13804c654e59c7a248b55ba3807b +Subproject commit 2c4a1c83322b983881aea93ec2b51e7df826125a -- GitLab