pingcap/tidb

ERROR 1305 (42000): FUNCTION UUID_SHORT does not exist

Open

#4,620 创建于 2017年9月25日

在 GitHub 查看
 (13 评论) (0 反应) (0 负责人)Go (40,090 star) (6,186 fork)batch import
component/expressiongood first issuehelp wanted

描述

Please answer these questions before submitting your issue. Thanks!

  1. What did you do? If possible, provide a recipe for reproducing the error.

SELECT UUID_SHORT();

  1. What did you expect to see?

+-------------------+ | UUID_SHORT() | +-------------------+ | 97316296756035585 | +-------------------+ 1 row in set (0.00 sec)

  1. What did you see instead?

ERROR 1305 (42000): FUNCTION UUID_SHORT does not exist

  1. What version of TiDB are you using (tidb-server -V)?

Release Version: 0.9.0 Git Commit Hash: fa87ec45a9acf93fc6e740ecb617b4a100d0d867 Git Commit Branch: HEAD UTC Build Time: 2017-09-24 01:38:26

贡献者指南

ERROR 1305 (42000): FUNCTION UUID_SHORT does not exist · pingcap/tidb#4620 | Good First Issue