Skip to content

Commit 93e3a58

Browse files
Add more contributors
1 parent c05bcaa commit 93e3a58

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,15 @@ https://groups.google.com/d/forum/python-mysql-replication
4242
Project status
4343
================
4444

45-
The current project is a proof of concept of what you can do with the MySQL
46-
replication log.
47-
4845
The 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

5655
Limitations
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

303306
Thanks to GetResponse for their support
304307

0 commit comments

Comments
 (0)