Skip to content

Commit 663640f

Browse files
goffrieConvex, Inc.
authored and
Convex, Inc.
committed
Fix mysql::tests::raw_statements to actually test use_prepared_statements:false (#34438)
GitOrigin-RevId: a2f4262c578b2b054ee036fa30cabdda82370048
1 parent 36dcda6 commit 663640f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: crates/mysql/src/tests.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ mod raw_statements {
9797
MySqlOptions {
9898
allow_read_only: false,
9999
version: PersistenceVersion::V5,
100-
use_prepared_statements: true,
100+
use_prepared_statements: false,
101101
},
102102
ShutdownSignal::panic()
103103
)
@@ -112,7 +112,7 @@ mod raw_statements {
112112
MySqlOptions {
113113
allow_read_only: true,
114114
version: PersistenceVersion::V5,
115-
use_prepared_statements: true,
115+
use_prepared_statements: false,
116116
},
117117
ShutdownSignal::panic(),
118118
)

0 commit comments

Comments
 (0)