Draft: WIP: MariaDB 10.3.39 with all 10.4.30 commits as patches if applied easily
Created patches by running in 10.4 branch:
git format-patch mariadb-10.4.29..HEAD
Then added all files to series and removed them one by one in a separate text editor window until this loop passed:
while true; do while quilt push; do quilt refresh; done; sleep 3; done