Skip to content

Commit

Permalink
Remove locking function from the list of unsupported functions (#10397)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomShawn authored Aug 16, 2022
1 parent 18b2128 commit c42f2b0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions functions-and-operators/miscellaneous-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,5 @@ TiDB 支持使用 MySQL 5.7 中提供的大部分[其他函数](https://dev.mysq

| 函数名 | 功能描述 |
|:------|:-----------|
| [`GET_LOCK()`](https://dev.mysql.com/doc/refman/5.7/en/miscellaneous-functions.html#function_get-lock) | 获取命名锁,详见 [TiDB #10929](https://github.com/pingcap/tidb/issues/14994) |
| [`RELEASE_LOCK()`](https://dev.mysql.com/doc/refman/5.7/en/miscellaneous-functions.html#function_release-lock) | 释放命名锁,详见 [TiDB #10929](https://github.com/pingcap/tidb/issues/14994) |
| [`UUID_SHORT()`](https://dev.mysql.com/doc/refman/5.7/en/miscellaneous-functions.html#function_uuid-short) | 基于特定假设提供唯一的 UUID,目前这些假设在 TiDB 中不存在,详见 [TiDB #4620](https://github.com/pingcap/tidb/issues/4620) |
| [`MASTER_WAIT_POS()`](https://dev.mysql.com/doc/refman/5.7/en/miscellaneous-functions.html#function_master-pos-wait) | 与 MySQL 同步相关 |
| [`MASTER_WAIT_POS()`](https://dev.mysql.com/doc/refman/5.7/en/miscellaneous-functions.html#function_master-pos-wait) | 与 MySQL 同步相关 |

0 comments on commit c42f2b0

Please sign in to comment.