From 6f220f830ab10690098f9c53144d31fcab2be33d Mon Sep 17 00:00:00 2001 From: chenshijun <csj_sky@126.com> Date: 星期三, 15 一月 2020 15:28:35 +0800 Subject: [PATCH] 添加snapShot功能,用于刚加入集群收到一大堆sql的处理 --- agent_test.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/agent_test.go b/agent_test.go index 98e78fe..fbabde6 100644 --- a/agent_test.go +++ b/agent_test.go @@ -14,7 +14,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package main +package syncdb import ( "context" -- Gitblit v1.8.0