Skip to content

sql-statement-show-builtins: update #21497

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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 .github/workflows/link-fail-fast.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
uses: lycheeverse/[email protected]
with:
fail: true
failIfEmpty: false
args: --root-dir $(pwd) -E -i -n -t 45 -- '${{ steps.changed-files.outputs.all_changed_files }}'
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
4 changes: 2 additions & 2 deletions sql-statements/sql-statement-show-builtins.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ SHOW BUILTINS;
| from_base64 |
| from_days |
| from_unixtime |
| fts_match_word |
| ge |
| get_format |
| get_lock |
Expand Down Expand Up @@ -189,7 +190,6 @@ SHOW BUILTINS;
| make_set |
| makedate |
| maketime |
| master_pos_wait |
| md5 |
| microsecond |
| mid |
Expand Down Expand Up @@ -325,7 +325,7 @@ SHOW BUILTINS;
| year |
| yearweek |
+-----------------------------+
299 rows in set (0.00 sec)
299 rows in set (0.001 sec)
```

## MySQL compatibility
Expand Down