Kristian Nielsen
Kristian Nielsen
Aliaksei Chapyzhenka writes: > Hi @knielsen have you created a great tool. Thanks! > I have started similar project `icedrom` here: https://github.com/drom/icedrom Right, I saw it earlier. Yours is also...
> The perl script (gen_chipdb_js.pl) bundles the databases into a JavaScript file, which may be loaded - unlike text files - from `file:` origins. It appears to me that this...
> I think it might be useful to parse the databases into JavaScript objects (as you do now), then save them to disk in JSON format. Then they could be...
> I see that you were able to fix the occasional hangs during the test mariabackup.slave_provision_nolock. What was the problem, and how was it fixed? Was it a bug in...
@Chaloff , in case of overflow, snprintf() will silently truncate the result string, leaving a corrupt result. Did you carefully understand the impact of each change, making sure you fully...
You need to also create INFORMATION_SCHEMA.slave_status. INFORMATION_SCHEMA.replica_status can be an alias for that. Use "slave" in the internal names in the code to be consistent with the rest of the...
Also what about testing? The patch contains no test cases. The mysqladmin changes have a restriction on the database name of FN_REFLEN. It needs to be tested that database names...