Hi Arthur,
This sounds like an obvious correction, thanks for spotting it! We don't actually use github to host the live version of our source code any more, it's hosted here instead via the "source" repo system we use which is integrated into the Dana language distribution.
You can either author the source update yourself, as below, or we can take a look at your git commit diff over the next day or so and do this directly. If you want to push an update to source yourself the process is:
Go to your dana_home/components/ directory and type:
dana source get-lib-src MySQLLib
The .c file lands inside resources-ext/
You can then edit the .c file with your changes. Then do:
dana source put -uls resources-ext/MySQLLib.c -n MySQLLib -gni data.mysql.MySQL -apiv 17 -m "reason for update" -u yourUsername
Once approved this would then go into our build system which would generate compiled binary versions overnight.