Anatoly I

Results 87 comments of Anatoly I

Hi. Yeah, it's on the roadmap, but I'm sure when I would be able to ship it (not much spare time at the moment). > If there is something I...

Hi. Most likely a bug in the parser. Could you, please, attach the files?

Well, it seems that this rotate event is [FAKE_ROTATE_EVENT](https://mariadb.com/kb/en/fake-rotate_event/), i.e. it is not written into the binlog file. I believe the issue is the following: Client must read [FORMAT_DESCRIPTION_EVENT](https://mariadb.com/kb/en/format_description_event/) (FDE)...

Hi. Yeah, I need to find time to extent the readme. Regarding the questions (in order): 1. I found it practical to accept `Queryable` and to manage transaction lifetime in...

@PvdBerg1998, could you please test this branch with your executor?

Hi. There is no `tcp_connect_timeout` option in `mysql_async`. Adding this shouldn't be hard (it's already implemented in the synchronous driver), so I'll add it in the next version. I suggest...

> Notice that some methods are missing or not the same, for example, the `ip_or_hostname`. Yeah, crates are developed independently and may support different set of features at some point...

> I can connect and do some queries but I notice that there is only 1 connection instead of 10 as the minimum defined for the pool, therefore wondering if...

> How could then I create the pool and then pass it as a reference, or it is going to fill up after used 10 times for example? Pool instance...

Hi! > Do you need any help with this? Actually yeah, because i don't have much spare time atm. However the solution is unclear to me. Consider this test: https://github.com/blackbeam/mysql_async/blob/bfea5267834b6bf4f6b72da48b0d422b37da2a7e/src/conn/pool/mod.rs#L536-L544...