Fix ClickHouse document link from Russian to English (#1527)

This commit is contained in:
hulk 2024-11-18 20:29:28 +08:00 committed by GitHub
parent 724a1d1aba
commit 4a5f20e911
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3167,7 +3167,7 @@ pub enum Statement {
/// KILL [CONNECTION | QUERY | MUTATION]
/// ```
///
/// See <https://clickhouse.com/docs/ru/sql-reference/statements/kill/>
/// See <https://clickhouse.com/docs/en/sql-reference/statements/kill/>
/// See <https://dev.mysql.com/doc/refman/8.0/en/kill.html>
Kill {
modifier: Option<KillType>,