-
Notifications
You must be signed in to change notification settings - Fork 688
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
Add documentation for TiDB specific SQL functions #5699
Conversation
pingcap/tidb#24813 may also be related. @JmPotato Is the |
No, these syntax cleanups are not related to |
So for now this PR makes sense? Then later the docs for |
@JmPotato: Thanks for your review. The bot only counts In response to this: Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
This doc LGTM, and we can extend it later. |
It actually looks like there are more functions that are not documented.
|
Let's try to fix #5699 as part of this. |
This PR has a small problem: These are not statements, these are functions. One of these ( These really could use some examples instead of a one-line description. |
8017af5
to
ba2991e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good, thanks for working on this!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
/LGTM |
@morgo: Please use GitHub review feature instead of For the reason we drop support to the commands, see also this page. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
/LGTM |
@dveeden: Please use GitHub review feature instead of For the reason we drop support to the commands, see also this page. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
/remove-status LGT1 |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 2aaae5e
|
In response to a cherrypick label: new pull request created: #5751. |
/remove-translation doing |
What is changed, added or deleted? (Required)
Add documentation for SQL functions
TIDB_PARSE_TSO
andTIDB_BOUNDED_STALENESS
.Which TiDB version(s) do your changes apply to? (Required)
Related: