Skip to content

Commit

Permalink
Fix plan binding status (pingcap#12315)
Browse files Browse the repository at this point in the history
  • Loading branch information
SabaPing authored Feb 1, 2023
1 parent a7f44a2 commit c03865a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql-plan-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ This statement outputs the execution plan bindings at the GLOBAL or SESSION leve
| original_sql | Original SQL statement after parameterization |
| bind_sql | Bound SQL statement with hints |
| default_db | Default database |
| status | Status including Enabled (replacing the Using status from v6.0), Disabled, Deleted, Invalid, Rejected, and Pending verification|
| status | Status including `enabled` (replacing the `using` status from v6.0), `disabled`, `deleted`, `invalid`, `rejected`, and `pending verify`|
| create_time | Creating time |
| update_time | Updating time |
| charset | Character set |
Expand Down

0 comments on commit c03865a

Please sign in to comment.