Daniel Black

Results 244 comments of Daniel Black

The fix for [MDEV-28866](https://jira.mariadb.org/browse/MDEV-28866) has been committed and the next 10.8.4 release will not contain the same invalid error messages in its upgrade.

If its an option, I think I'd prefer a `--label-as-annotation` flag to change the output as I'm maintaining a docker library official image as well as building locally. I'm just...

For ubuntu, https://launchpad.net/~ubuntu-toolchain-r/+archive/ubuntu/test there is gcc-7/gcc-8 (and other) packages that are quite stable. There's also docker images for gcc.

Starting/stopping services - above linked issue. `Environment=PODMAN_SYSTEMD_UNIT` given its use in `pkg/autoupdate/autoupdate.go` as the unit name I suspect the default is wrong, but I've never used the autoupdate. Quadlet looks...

Note, MariaDB has [NATURAL_SORT_KEY](https://mariadb.com/kb/en/natural_sort_key/).

uca1400 is definitely 10.7+, however `utf8mb4_swedish_ci` is available earlier and works on the ordering prescribed. ``` MariaDB [test]> alter table t modify v varchar(30) charset utf8mb4 collate utf8mb4_unicode_ci; Query OK,...

Looks like collation needs to be added to the database layer - https://github.com/utopia-php/database/blob/4199fe8f00f4e181c7782c4a6862845d591c1f03/src/Database/Adapter/MariaDB.php#L87

I think you just need to register an account at coveralls https://coveralls.io/ to get those URLs working. Instructions https://github.com/coagulant/coveralls-python

There's still a role for the venerable mysqldump as a logical backup as its a good mitigator for the odd corruption bugs of database tables that mariabackup (and others like...

Can `mariadb-backup` backup be used in the final version - symlink and naming. Exists on 10.4+