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
42
42
Project status
43
43
================
44
44
45
- The current project is a proof of concept of what you can do with the MySQL
46
- replication log.
47
-
48
45
The project is test with:
49
46
* MySQL 5.5 and 5.6
50
47
* Python >= 2.6
51
48
* Python 3.3 and 3.4 (3.2 is not supported)
52
49
* PyPy (really faster than the standard Python interpreter)
53
50
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.
55
54
56
55
Limitations
57
56
=============
@@ -299,6 +298,10 @@ Other contributors:
299
298
* Wang, Xiaozhe cleanup https://github.com/chaoslawful
300
299
* siddontang improvements https://github.com/siddontang
301
300
* 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
302
305
303
306
Thanks to GetResponse for their support
304
307
You can’t perform that action at this time.
0 commit comments