[docs-sync] MatrixOne v3.0.15 文档同步 (io)#721
Merged
Merged
Conversation
- set-role.md: clarify SET SECONDARY ROLE ALL no longer changes the primary role - locate.md: update last_updated and llms_summary to reflect POSITION syntax
POSITION() column header returned by MatrixOne differs from the documented mysql CLI format. Mark the example as validator-ignore-exec so CI validates syntax but skips result comparison.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
MatrixOne 文档自动同步 (io)
基本信息
Tags
User-visible Changes
本次同步覆盖以下用户可见变更(跨仓共用清单):
RIGHT(str, len)和QUOTE(str)— 两个新的 MySQL 兼容字符串函数。DAYNAME(date)、MAKETIME(hour, minute, second)、MONTHNAME(date)、QUARTER(date)、TIME_FORMAT(time, format)— 五个新的 MySQL 兼容日期时间函数。POSITION(substr IN str)— 作为LOCATE(substr, str)的同义形式,兼容 MySQL 和标准 SQL。COALESCE()和BETWEEN现在支持DECIMAL256,COALESCE()修复了 decimal 精度对齐问题。GRANT OPTION现在正确级联到更窄作用域;View 权限检查改用精确对象匹配;SET SECONDARY ROLE ALL不再更改主角色。pausing中间状态。Repo: io (matrixorigin/matrixorigin.io) [push: ULookup/matrixorigin.io]
Docs Updated
docs/MatrixOne/Reference/Functions-and-Operators/String/locate.md— 新增POSITION(substr IN str)语法说明和示例。Docs Added
docs/MatrixOne/Reference/Functions-and-Operators/String/right.md— RIGHT() 函数参考页。docs/MatrixOne/Reference/Functions-and-Operators/String/quote.md— QUOTE() 函数参考页。docs/MatrixOne/Reference/Functions-and-Operators/Datetime/dayname.md— DAYNAME() 函数参考页。docs/MatrixOne/Reference/Functions-and-Operators/Datetime/maketime.md— MAKETIME() 函数参考页。docs/MatrixOne/Reference/Functions-and-Operators/Datetime/monthname.md— MONTHNAME() 函数参考页。docs/MatrixOne/Reference/Functions-and-Operators/Datetime/quarter.md— QUARTER() 函数参考页。docs/MatrixOne/Reference/Functions-and-Operators/Datetime/time-format.md— TIME_FORMAT() 函数参考页。docs/MatrixOne/Release-Notes/llms-manifest/v3.0.15.yml— LLMS manifest。Navigation Updated
mkdocs.yml— 在 String 函数导航中新增 QUOTE() 和 RIGHT() 入口,在 Datetime 函数导航中新增 DAYNAME()、MAKETIME()、MONTHNAME()、QUARTER() 和 TIME_FORMAT() 入口。Release Notes
docs/MatrixOne/Release-Notes/v26.3.0.15.mdSkipped Changes
Skipped: GRANT privilege scope — 暂未更新 io 仓现有 GRANT 文档
pkg/frontend/authenticate.gogrant.md和role-rule.md结构复杂,本次仅通过 Release Notes 记录行为变更。需人工审核后决定是否需要更新对应的 Reference 页面。grant.md、role-rule.md、set-role.md是否需要更新权限级联和 SET SECONDARY ROLE ALL 的新行为。Skipped: Fulltext index join rewrite — 无对应独立文档页面
pkg/sql/plan/apply_indices_fulltext.go,pkg/frontend/rewrite_rule.gocreate-fulltext-index.md和 fulltext demo 页面中说明,join rewrite 为内部优化,无需额外文档页面。Risks
POSITION(substr IN str)语法已写入 LOCATE 文档,但 LOCATE 文档的其他部分(如参数表格)仍使用旧术语,未影响功能描述。Supervisor Verdict