add commet

This commit is contained in:
TcMits
2025-09-16 20:00:04 +07:00
parent 597314f1cf
commit 226dd5cbe0

View File

@@ -2206,6 +2206,7 @@ pub struct Statement {
/// Flag to show if the statement was busy
busy: bool,
/// Busy timeout instant
/// We need Option here because `io.now()` is not a cheap call
busy_timeout: Option<BusyTimeout>,
}