Comment 13 for bug 1840511

Revision history for this message
Rafael David Tinoco (rafaeldtinoco) wrote :

@Gian,

As clickhouse is blocking the full MySQL 8 update, and we have only 1 day until the freeze, I'll update clickhouse with the accepted upstream patch:

https://github.com/yandex/ClickHouse/issues/6552
https://github.com/yandex/ClickHouse/pull/6569

instead of yours mysql.h patch, AND we *have* to use gcc-9, so I'll remove your change to defaulting to g++8 and apply the mitigation for the g++-9 bug (I'll maintain this as delta, from Debian, until, and if, you decide to have such change there).

For the failing build (from your previous upload):
https://launchpadlibrarian.net/438156898/buildlog_ubuntu-eoan-amd64.clickhouse_18.16.1+ds-4ubuntu1_BUILDING.txt.gz

I'll try to disable that test, as we are NOT using MUSL, and they already know the issue regarding glibc libm precision for exp().

Let me know if you have any comments or concerns, please.

Best,

Rafael