Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sql-statement: improve consistency, fix small errors #4263

Merged
merged 14 commits into from
Sep 27, 2020
Prev Previous commit
Next Next commit
update wording
Signed-off-by: Ran <huangran@pingcap.com>
  • Loading branch information
ran-huang committed Sep 1, 2020
commit 6cf676934e23fe8010337324b30fcd355dd2d3dc
2 changes: 1 addition & 1 deletion sql-statements/sql-statement-alter-database.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ alter_specification:

## MySQL 兼容性

`ALTER DATABASE` 语句与 MySQL 完全兼容。如有任何兼容性差异,请在 GitHub 上提交 [issue](https://github.com/pingcap/tidb/issues/new/choose)。
`ALTER DATABASE` 语句与 MySQL 完全兼容。如发现任何兼容性差异,请在 GitHub 上提交 [issue](https://github.com/pingcap/tidb/issues/new/choose)。

## 另请参阅

Expand Down