Axel Viala
Axel Viala
Getting to data a `Database` opened with with `Env::open_database` on a process without a previous `Env` opened as Read Write held by the process lead to error "22 EINVAL", due...
This PR implements this suggestion and try to fix #180. **Stalled** because the current implementation with `same_file` open files since windows needs it, but lmdb itself use posix locks with...
Heed strive to pursue opening LMDB safely, so a database environment must be opened only once inside a process address space. Any subsequent opening shall return the corresponding already opened...
It's for now a draft only checked with `mypy pymysqlreplication/gtid.py` and ran `mypy --install-types`
Hello pretty much in the Title, if pertinent I can try to work on that modestly. - Add types annotations (try to avoid requirement on too-high python version) - Add...
Hi! Just read the sources and found that in this crate, the `RotateEvent` change of tables id is not managed. Can lead to some data-corruptions, it's mostly a problem when...
Hey, For the work I implemented defining the Heartbeet frequency from the client. I don't know if it's something that is worth implementing here but it's technically possible (and already...
Hello! Thanks for the crate! The host and port were already exposed but unused in `ComRegisterSlave`, so I did a little patch to expose them in `BinlogRequest`, so use them...
@Marobax said 2020-02-04: > I wrote to @noalien, to remake the traditionnal "glut TeaPot" in GL4Dummies. > It's right now to deprecated functionalities in lib `glut`, rendering of the traditionnal...
Petite sœur de #11 mais pour la fonction add dans `gl4dhAnimeManager`, conditions de reproduction identique du warning. En gros il est possible d'avoir un `free` non appelé à l'issu des...