Notes

joshua stein via twitter.com/jcs - Nov 15 2021 20:57:04

I upgraded an OpenBSD server from 6.9 to 7.0 the other day which updated MariaDB server from 10.5.9 to 10.6.4 and mariadbd started crashing this evening with an InnoDB assertion failure on a specific query (reproducible) even after a clean re-import of the entire database. \

joshua stein via twitter.com/jcs - Oct 21 2021 15:09:44

When you write a bunch of code at once and don't trust that it won't bomb the computer so you single-step through every line in the debugger to inspect variables along the way and it's actually working