sergiotabanelli
sergiotabanelli
Hi, may I have a feedback? I have created a pull request that fix the bug. I think that run this extension in distinct coroutine contexts can be useful in...
@codercms thanks for Your answer, but I have to disagree. IMHO: - The same scenario perfectly works with pdo_mysql and mysqli - This is a segmentation fault! so, at least...
Those examples are from original `mysqlnd_ms`! Did You set `mysqlnd_ms.multi_master=1` in your ini file?
I am curious! How do You manage write conflicts in your multi-master setup??
Sorry, I missed the `Every refresh`!! That means new connection on every query, so round robin is always restarted, round robin can be applied only on the very same mysql...
It probably works with php > 5.6 and probably do not compile otherwhise. The problem is that i forgot to add TSRMLS_DC and TSRMLS_CC in some declaration and calls, this...
Tested with ZTS on ubuntu php 7.2, and it works! followed a mixed version of https://blog.programster.org/ubuntu16-04-compile-php-7-2-with-pthreads and https://gist.github.com/0xfff/c6d832c3aba8770873fc5fae4af082a8
MariaDB???? I never tested it! But do MariaDB support `session_track_gtids` ???? That is: Does it send last_gtid in OK packets?? - If answer is no, then `mymysqlnd_ms` can't apply read/write...
Sorry, for the delayed answer, but I am very busy, so ....it seems to me that mariadb still don't support session_track_gtid or at least it is not clear if this...
Sure! mymysqlnd_ms does not need any balancer or proxy, it transparently enforce read write splitting without any application changes! In our company we use it in production with a quite...