Skip to content

Commit

Permalink
comment-syntax: Correct the note about --comments (#5421) (#5428)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-srebot authored Apr 22, 2021
1 parent c940d05 commit fc916b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comment-syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,6 @@ For details about the optimizer hints that TiDB supports, see [Optimizer hints](

> **Note**
>
> In MySQL client before 5.7.7, TiDB specific comment syntax and optimizer comment syntax are treated as comments and cleared by default. To use the two syntaxes in the old client, add the `--comments` option when you start the client. For example, `mysql -h 127.0.0.1 -P 4000 -uroot --comments`.
> In MySQL client, the TiDB-specific comment syntax is treated as comments and cleared by default. In MySQL client before 5.7.7, hints are also seen as comments and are cleared by default. It is recommended to use the `--comments` option when you start the client. For example, `mysql -h 127.0.0.1 -P 4000 -uroot --comments`.
For more information, see [Comment Syntax](https://dev.mysql.com/doc/refman/5.7/en/comments.html).

0 comments on commit fc916b1

Please sign in to comment.