We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fb9d8d commit 0f81de5Copy full SHA for 0f81de5
1 file changed
crates/stackable-operator/src/databases/databases/mysql.rs
@@ -37,7 +37,7 @@ pub struct MysqlConnection {
37
/// against the MySQL server.
38
pub credentials_secret: String,
39
40
- /// Additional map of JDBC connection parameters to append to the connection URL. The given
+ /// Additional map of connection parameters to append to the connection URL. The given
41
/// `HashMap<String, String>` will be converted to query parameters in the form of
42
/// `?param1=value1¶m2=value2`.
43
#[serde(default)]
0 commit comments