diff --git a/ChangeLog b/ChangeLog index b6e2da3c5..9f431eda9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,8 @@ 2008-08-04 Jerome Sautret * src/odbc/ejabberd_odbc.erl: Restart the database connection when - it's lost or it reaches timeout. Set transaction isolation level - to SERIALIZABLE when establishing connection. + it's lost or it reaches timeout with MySQL. Set transaction isolation level + to SERIALIZABLE when establishing connection to MySQL. 2008-08-01 Badlop