Why does this query return correct result in the MySQL and null result in the MariaDB?
select inet6_ntoa(inet6_aton('200d:31c4:1905:9eb2:3c7f:c45c:de78:42cd') & ((~INET6_ATON('::') << (128 - 97))))
Returns in the MySQL:
200d:31c4:1905:9eb2:3c7f:c45c:8000::
Returns in the MariaDB:
null