Skip to content
New issue

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

How can I Disable PREPARED-STATEMENT for SELECT statement? #292

Open
thevijayshekhawat opened this issue Feb 9, 2024 · 1 comment
Open

Comments

@thevijayshekhawat
Copy link

Hi
I am trying to use MySQL FDW to query data on the StarRocks cluster which supports MySQL protocol but does not support the use of PREPARED-STATEMENT, is there a way to disable the use of PREPARED-STATEMENT?

@surajkharage19
Copy link

Hi @thevijayshekhawat,

Unfortunately, there is no way to disable prepared statements in mysql_fdw. All the queries from mysql_fdw to MySQL server are executed as prepared statements only.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants