Skip to content

Commit 3958dbe

Browse files
authored
Update SHOW BUILTINS output (#20578)
1 parent dd189e0 commit 3958dbe

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/link-fail-fast.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
uses: lycheeverse/[email protected]
2323
with:
2424
fail: true
25+
failIfEmpty: false
2526
args: --root-dir $(pwd) -E -i -n -t 45 -- '${{ steps.changed-files.outputs.all_changed_files }}'
2627
env:
2728
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

sql-statements/sql-statement-show-builtins.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ SHOW BUILTINS;
105105
| from_base64 |
106106
| from_days |
107107
| from_unixtime |
108+
| fts_match_word |
108109
| ge |
109110
| get_format |
110111
| get_lock |
@@ -189,7 +190,6 @@ SHOW BUILTINS;
189190
| make_set |
190191
| makedate |
191192
| maketime |
192-
| master_pos_wait |
193193
| md5 |
194194
| microsecond |
195195
| mid |
@@ -325,7 +325,7 @@ SHOW BUILTINS;
325325
| year |
326326
| yearweek |
327327
+-----------------------------+
328-
299 rows in set (0.00 sec)
328+
299 rows in set (0.001 sec)
329329
```
330330

331331
## MySQL 兼容性

0 commit comments

Comments
 (0)