@@ -39,6 +39,7 @@ SHOW BUILTINS;
39
39
| atan2 |
40
40
| benchmark |
41
41
| bin |
42
+ | bin_to_uuid |
42
43
| bit_count |
43
44
| bit_length |
44
45
| bitand |
@@ -67,6 +68,7 @@ SHOW BUILTINS;
67
68
| crc32 |
68
69
| curdate |
69
70
| current_date |
71
+ | current_resource_group |
70
72
| current_role |
71
73
| current_time |
72
74
| current_timestamp |
@@ -110,13 +112,14 @@ SHOW BUILTINS;
110
112
| get_format |
111
113
| get_lock |
112
114
| getparam |
113
- | getvar |
114
115
| greatest |
116
+ | grouping |
115
117
| gt |
116
118
| hex |
117
119
| hour |
118
120
| if |
119
121
| ifnull |
122
+ | ilike |
120
123
| in |
121
124
| inet6_aton |
122
125
| inet6_ntoa |
@@ -132,6 +135,7 @@ SHOW BUILTINS;
132
135
| is_ipv4_mapped |
133
136
| is_ipv6 |
134
137
| is_used_lock |
138
+ | is_uuid |
135
139
| isfalse |
136
140
| isnull |
137
141
| istrue |
@@ -145,17 +149,20 @@ SHOW BUILTINS;
145
149
| json_insert |
146
150
| json_keys |
147
151
| json_length |
152
+ | json_memberof |
148
153
| json_merge |
149
154
| json_merge_patch |
150
155
| json_merge_preserve |
151
156
| json_object |
157
+ | json_overlaps |
152
158
| json_pretty |
153
159
| json_quote |
154
160
| json_remove |
155
161
| json_replace |
156
162
| json_schema_valid |
157
163
| json_search |
158
164
| json_set |
165
+ | json_storage_free |
159
166
| json_storage_size |
160
167
| json_type |
161
168
| json_unquote |
@@ -220,6 +227,10 @@ SHOW BUILTINS;
220
227
| rand |
221
228
| random_bytes |
222
229
| regexp |
230
+ | regexp_instr |
231
+ | regexp_like |
232
+ | regexp_replace |
233
+ | regexp_substr |
223
234
| release_all_locks |
224
235
| release_lock |
225
236
| repeat |
@@ -256,10 +267,18 @@ SHOW BUILTINS;
256
267
| sysdate |
257
268
| system_user |
258
269
| tan |
270
+ | tidb_bounded_staleness |
271
+ | tidb_current_tso |
272
+ | tidb_decode_binary_plan |
259
273
| tidb_decode_key |
260
274
| tidb_decode_plan |
275
+ | tidb_decode_sql_digests |
276
+ | tidb_encode_sql_digest |
261
277
| tidb_is_ddl_owner |
262
278
| tidb_parse_tso |
279
+ | tidb_parse_tso_logical |
280
+ | tidb_row_checksum |
281
+ | tidb_shard |
263
282
| tidb_version |
264
283
| time |
265
284
| time_format |
@@ -271,6 +290,7 @@ SHOW BUILTINS;
271
290
| to_base64 |
272
291
| to_days |
273
292
| to_seconds |
293
+ | translate |
274
294
| trim |
275
295
| truncate |
276
296
| ucase |
@@ -286,8 +306,10 @@ SHOW BUILTINS;
286
306
| utc_timestamp |
287
307
| uuid |
288
308
| uuid_short |
309
+ | uuid_to_bin |
289
310
| validate_password_strength |
290
311
| version |
312
+ | vitess_hash |
291
313
| week |
292
314
| weekday |
293
315
| weekofyear |
@@ -296,7 +318,7 @@ SHOW BUILTINS;
296
318
| year |
297
319
| yearweek |
298
320
+-----------------------------+
299
- 268 rows in set (0.00 sec)
321
+ 292 rows in set (0.00 sec)
300
322
```
301
323
302
324
## MySQL 兼容性
0 commit comments