-
-
Notifications
You must be signed in to change notification settings - Fork 570
Closed
Labels
wontfixThis will not be worked onThis will not be worked on
Description
描述
索引前缀审核提示: 索引 'channel' 需要指定'test_table'前缀(表'idx_').
重现
新建普通索引即可重现
环境
审核提示选择中文
参数
- session/errors.go:
ER_INDEX_NAME_IDX_PREFIX:
英文提示: "Index '%s' in table '%s' need '%s' prefix."
中文提示: "索引 '%s' 需要指定'%s'前缀(表'%s')."
中英文习惯问题, 传参顺序一致时,会导致表名和前缀的显示不一致
简单修复: 中文提示修改为:
"索引 '%s' (表'%s') 需要指定'%s'前缀"
Metadata
Metadata
Assignees
Labels
wontfixThis will not be worked onThis will not be worked on