We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6568b32 commit b71f6c3Copy full SHA for b71f6c3
pkg/ddl/util/BUILD.bazel
@@ -17,7 +17,6 @@ go_library(
17
"//pkg/kv",
18
"//pkg/meta/model",
19
"//pkg/metrics",
20
- "//pkg/parser/model",
21
"//pkg/parser/terror",
22
"//pkg/sessionctx",
23
"//pkg/sessionctx/variable",
pkg/ddl/util/schema_change_notifier.go
@@ -14,7 +14,7 @@
14
15
package util
16
-import "github.com/pingcap/tidb/pkg/parser/model"
+import "github.com/pingcap/tidb/pkg/meta/model"
// SchemaChangeEvent stands for a schema change event. DDL will generate one event or multiple events (only for multi-schema change DDL).
// The caller should check the Type field of SchemaChange and call the corresponding getter function to retrieve the needed information.
0 commit comments