From 69435e148962d27df95c613ce76f4f8e1b52cce8 Mon Sep 17 00:00:00 2001 From: nolouch Date: Fri, 14 Jul 2023 16:27:28 +0800 Subject: [PATCH] address comment Signed-off-by: nolouch --- util/request_source.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/util/request_source.go b/util/request_source.go index 718fd9450..eba974773 100644 --- a/util/request_source.go +++ b/util/request_source.go @@ -25,8 +25,6 @@ const ( InternalTxnGC = "gc" // InternalTxnMeta is the type of the miscellaneous meta usage. InternalTxnMeta = InternalTxnOthers - // InternalTxnDDL is the type of inner DDL sql. - InternalTxnDDL = "ddl" ) const (