File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -42,16 +42,15 @@ https://groups.google.com/d/forum/python-mysql-replication
4242Project status
4343================
4444
45- The current project is a proof of concept of what you can do with the MySQL
46- replication log.
47-
4845The project is test with:
4946* MySQL 5.5 and 5.6
5047* Python >= 2.6
5148* Python 3.3 and 3.4 (3.2 is not supported)
5249* PyPy (really faster than the standard Python interpreter)
5350
54- It's not tested in real production situation.
51+ The project is used in production for critical stuff in some
52+ medium internet corporations. But all use case as not
53+ been perfectly test in the real world.
5554
5655Limitations
5756=============
@@ -299,6 +298,10 @@ Other contributors:
299298* Wang, Xiaozhe cleanup https://github.com/chaoslawful
300299* siddontang improvements https://github.com/siddontang
301300* Cheng Chen Python 2.6 compatibility https://github.com/cccc1999
301+ * Jffifa utf8mb4 compatibility https://github.com/jffifa
302+ * Romuald Brunet bug fixes https://github.com/romuald
303+ * Cédric Hourcade Don't fail on incomplete dates https://github.com/hc
304+ * Giacomo Lozito Explicit close stream connection on exception https://github.com/giacomolozito
302305
303306Thanks to GetResponse for their support
304307
You can’t perform that action at this time.
0 commit comments