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

[Refactor](admin-stmt) rename some admin-show statestmt (#29492) #32996

Merged
merged 1 commit into from
Mar 29, 2024

Commits on Mar 28, 2024

  1. [Refactor](admin-stmt) rename some admin-show statestmt (apache#29492)

    The `ADMIN SHOW` statement can not be executed with high version of mysql 8.x jdbc driver.
    So I rename these statement, remove the `ADMIN` keywords.
    
    1. ADMIN SHOW CONFIG -> SHOW CONFIG
    2. ADMIN SHOW REPLICA -> SHOW REPLICA
    3. ADMIN DIAGNOSE TABLET -> SHOW TABLET DIAGNOSIS
    4. ADMIN SHOW TABLET -> SHOW TABLET
    
    for compatibility, the old statements are still supported, but not recommend to use.
    They will be removed in later version
    morningman committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    3665fb2 View commit details
    Browse the repository at this point in the history