We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fdcca5 commit 61211c7Copy full SHA for 61211c7
1 file changed
src/sql/db_connection_pool/mysqlpool.rs
@@ -49,9 +49,6 @@ pub enum Error {
49
50
#[snafu(display("{message}\nEnsure the given MySQL database exists"))]
51
UnknownMySQLDatabase { message: String },
52
-
53
- #[snafu(display("Unsupported value: '{value}' for 'character_set_results'. Only 'utf8mb3' and 'utf8mb4' are supported."))]
54
- InvalidCharacterSetResults { value: String },
55
}
56
57
#[derive(Debug, Clone)]
0 commit comments