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 e627673 commit 1228d24Copy full SHA for 1228d24
sqlx-mysql/src/testing/mod.rs
@@ -56,8 +56,6 @@ impl TestSupport for MySql {
56
for db_name in &delete_db_names {
57
command.clear();
58
59
- let db_name = format!("_sqlx_test_database_{db_name}");
60
-
61
writeln!(command, "drop database if exists {db_name};").ok();
62
match conn.execute(&*command).await {
63
Ok(_deleted) => {
0 commit comments