On Mon, Feb 12, 2024 at 12:43 AM Otto Kekäläinen via developers <developers@lists.mariadb.org> wrote: > > > it's not related to time, it's just an assert that's verified at compile > > time, that is, during compilation. Like static_assert in C++. > > > > I just need to find 32-bit arm somewhere. > > Unfortunately I don't have any with SSH access to give. Seems the > reported of MDEV-33429 has armhf hardware and is helping out.
https://godbolt.org/z/zfnsbK3da (GCC 13.2.0 targeting ARMv7) should be a good starting point. I did not determine the exact root cause, but sizeof(MYSQL) is 4 bytes longer than expected. Marko -- Marko Mäkelä, Lead Developer InnoDB MariaDB plc _______________________________________________ developers mailing list -- developers@lists.mariadb.org To unsubscribe send an email to developers-le...@lists.mariadb.org