aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index b6e2da3c5..9f431eda9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,8 @@
2008-08-04 Jerome Sautret <jerome.sautret@process-one.net>
* 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 <badlop@process-one.net>