|
|
@@ -110,6 +110,14 @@ type ClusterConfig struct {
|
|
|
DisableSchemaEvents bool
|
|
|
}
|
|
|
|
|
|
+ // DisableSkipMetadata will override the internal result metadata cache so that the driver does not
|
|
|
+ // send skip_metadata for queries, this means that the result will always contain
|
|
|
+ // the metadata to parse the rows and will not reuse the metadata from the prepared
|
|
|
+ // staement.
|
|
|
+ //
|
|
|
+ // See https://issues.apache.org/jira/browse/CASSANDRA-10786
|
|
|
+ DisableSkipMetadata bool
|
|
|
+
|
|
|
// internal config for testing
|
|
|
disableControlConn bool
|
|
|
}
|