We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version:
Describe the bug
从mysql同步数据到Starrocks,报错: 2024/04/12 19:02:44 mysql getStmt REPLACE_INSERT err: Error 1064: Unsupported command(COM_STMT_PREPARE) REPLACE INTO svnRedmine.YXZ_status_l36 (redmineNumber,root_redmine_id,redmineProject,trackerQA,comment,redmineStatus,redmine_title,author,all_tracker_qa,fixed_version) VALUES (?,?,?,?,?,?,?,?,?,?) 2024/04/12 19:02:44 e: Error 1064: Unsupported command(COM_STMT_PREPARE)
svnRedmine
YXZ_status_l36
redmineNumber
root_redmine_id
redmineProject
trackerQA
comment
redmineStatus
redmine_title
author
all_tracker_qa
fixed_version
Expected behavior
Starrocks 3.2版本后是支持预准备语句的,但根据文档描述只支持在SELECT语句中使用: https://docs.starrocks.io/zh/docs/sql-reference/sql-statements/prepared_statement/ 希望能适配一个不使用预准备语句的版本
The text was updated successfully, but these errors were encountered:
另外虽然页面上提示目标库为Starrocks时可自动建表,实测也是不行的会报错,需要先手动创建好
Sorry, something went wrong.
Version: Bifrost Version: 2.3.5 Starrocks Version: 3.2.2 Describe the bug 从mysql同步数据到Starrocks,报错: 2024/04/12 19:02:44 mysql getStmt REPLACE_INSERT err: Error 1064: Unsupported command(COM_STMT_PREPARE) REPLACE INTO svnRedmine.YXZ_status_l36 (redmineNumber,root_redmine_id,redmineProject,trackerQA,comment,redmineStatus,redmine_title,author,all_tracker_qa,fixed_version) VALUES (?,?,?,?,?,?,?,?,?,?) 2024/04/12 19:02:44 e: Error 1064: Unsupported command(COM_STMT_PREPARE) Expected behavior Starrocks 3.2版本后是支持预准备语句的,但根据文档描述只支持在SELECT语句中使用: https://docs.starrocks.io/zh/docs/sql-reference/sql-statements/prepared_statement/ 希望能适配一个不使用预准备语句的版本
我也出现类类似问题,估计是starrocks版本3.2支持有问题。
No branches or pull requests
Version:
Describe the bug
从mysql同步数据到Starrocks,报错:
2024/04/12 19:02:44 mysql getStmt REPLACE_INSERT err: Error 1064: Unsupported command(COM_STMT_PREPARE) REPLACE INTO
svnRedmine
.YXZ_status_l36
(redmineNumber
,root_redmine_id
,redmineProject
,trackerQA
,comment
,redmineStatus
,redmine_title
,author
,all_tracker_qa
,fixed_version
) VALUES (?,?,?,?,?,?,?,?,?,?)2024/04/12 19:02:44 e: Error 1064: Unsupported command(COM_STMT_PREPARE)
Expected behavior
Starrocks 3.2版本后是支持预准备语句的,但根据文档描述只支持在SELECT语句中使用:
https://docs.starrocks.io/zh/docs/sql-reference/sql-statements/prepared_statement/
希望能适配一个不使用预准备语句的版本
The text was updated successfully, but these errors were encountered: