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?
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?