Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions sql-plan-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ This statement outputs the execution plan bindings at the GLOBAL or SESSION leve
| update_time | Updating time |
| charset | Character set |
| collation | Ordering rule |
| source | The way in which a binding is created, including `manual` (created by the `create [global] binding` SQL statement), `capture` (captured automatically by TiDB), and `evolve` (evolved automatically by TiDB) |

## Baseline capturing

Expand Down
1 change: 1 addition & 0 deletions sql-statements/sql-statement-show-bindings.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ This statement outputs the execution plan bindings at the GLOBAL or SESSION leve
| update_time | Updated time |
| charset | Character set |
| collation | Sorting rule |
| source | The way in which a binding is created, including `manual` (created by the `create [global] binding` SQL statement), `capture` (captured automatically by TiDB), and `evolve` (evolved automatically by TiDB) |

## See also

Expand Down