From 6a83b17713853e4e61aae7ef3b39862d3ab5bedf Mon Sep 17 00:00:00 2001 From: Haojun Liao Date: Mon, 25 Apr 2022 10:16:00 +0800 Subject: [PATCH] other: merge 3.0 --- source/dnode/vnode/src/tq/tqPush.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 source/dnode/vnode/src/tq/tqPush.c diff --git a/source/dnode/vnode/src/tq/tqPush.c b/source/dnode/vnode/src/tq/tqPush.c new file mode 100644 index 0000000000..f2f48bbc8a --- /dev/null +++ b/source/dnode/vnode/src/tq/tqPush.c @@ -0,0 +1,14 @@ +/* + * Copyright (c) 2019 TAOS Data, Inc. + * + * This program is free software: you can use, redistribute, and/or modify + * it under the terms of the GNU Affero General Public License, version 3 + * or later ("AGPL"), as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */