Skip to content
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/lychee-action@v2.3.0
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