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 d6715df commit ed492d3Copy full SHA for ed492d3
crates/syn2mas/src/mas_writer/mod.rs
@@ -537,10 +537,6 @@ impl<'conn> MasWriter<'conn> {
537
.into_database("begin MAS writer transaction")?;
538
}
539
540
- query("SET AUTOCOMMIT ON;")
541
- .execute(index_restore_conn.as_mut())
542
- .await
543
- .into_database("set conn autocommit")?;
544
let (constraint_restore_tx, index_restore_tx, restorer_task) =
545
Self::restore_task(index_restore_conn);
546
0 commit comments