Skip to content

Commit fc72c9f

Browse files
Update legacy MyISAM transaction comment
1 parent 274241b commit fc72c9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/DatabaseConnection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ public function beginTransaction()
719719
{
720720
if (!$this->_inTransaction)
721721
{
722-
// Ignore errors (if called for MyISAM, for example)
722+
// Ignore errors (e.g., if transactions are not supported by the underlying storage engine)
723723
$this->query('BEGIN', true);
724724
return ($this->_inTransaction = true);
725725
}

0 commit comments

Comments
 (0)