omniCoder77 commented on code in PR #4596:
URL: https://github.com/apache/cassandra/pull/4596#discussion_r2749256452


##########
conf/cassandra.yaml:
##########
@@ -2531,6 +2531,10 @@ drop_compact_storage_enabled: false
 # This would also apply to system keyspaces.
 # maximum_replication_factor_warn_threshold: -1
 # maximum_replication_factor_fail_threshold: -1
+#
+# When true, allows the use of misprepared statements, only warns in the logs.
+# When false, misprepared statements will result in an error to the client. 
Default is true.
+# use_misprepare_statements_enabled: false

Review Comment:
   But enabled will still be necessary, because if 
disallow_misprepared_statements is false, we will have to warn against use of 
mis prepared statements as the 
[ticket](https://issues.apache.org/jira/browse/CASSANDRA-21139) suggests
   Although I can change the name to disallow_misprepared_statements in next 
PR, if needed.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to