You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: