diff --git a/src/sql_jsc/mysql/MySQLValue.rs b/src/sql_jsc/mysql/MySQLValue.rs index d6e4c49424e..7e970583fd3 100644 --- a/src/sql_jsc/mysql/MySQLValue.rs +++ b/src/sql_jsc/mysql/MySQLValue.rs @@ -806,7 +806,7 @@ impl Time { } else { buffer[0] = 12; // length buffer[9..13].copy_from_slice(&self.microseconds.to_le_bytes()); - 12 + 13 } } _ => unreachable!(),