Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenliang123 committed Dec 25, 2024
1 parent 61d846f commit 36104e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def check_tiflash_ready() -> bool:

with connection.cursor() as cursor:
# Doc reference:
# https://docs.pingcap.com/zh/tidb/v8.5/information-schema-cluster-hardware
# https://docs.pingcap.com/zh/tidb/stable/information-schema-cluster-hardware
select_tiflash_query = """
SELECT * FROM information_schema.cluster_hardware
WHERE TYPE='tiflash'
Expand Down

0 comments on commit 36104e6

Please sign in to comment.