From 9c6041c92246922531bfe1982427aa5f04d72bab Mon Sep 17 00:00:00 2001 From: xixirangrang Date: Mon, 24 Jan 2022 09:49:47 +0800 Subject: [PATCH] Changed syntax_error_v1 to comment (#7457) --- tidb-lightning/tidb-lightning-error-resolution.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tidb-lightning/tidb-lightning-error-resolution.md b/tidb-lightning/tidb-lightning-error-resolution.md index 02b898b5b2cfc..351011e5ff391 100644 --- a/tidb-lightning/tidb-lightning-error-resolution.md +++ b/tidb-lightning/tidb-lightning-error-resolution.md @@ -115,11 +115,9 @@ CREATE TABLE conflict_error_v1 ( ); ``` -/** - + **type_error_v1** records all [type errors](#type-error) managed by the `max-error` configuration. There is one row per error.