[Akonadi] [Bug 439733] Akonadi server triggers assert() in libmysql 5.7.34
bugzilla_noreply at kde.org
bugzilla_noreply at kde.org
Sun Jul 11 19:34:51 BST 2021
https://bugs.kde.org/show_bug.cgi?id=439733
--- Comment #3 from groot at kde.org ---
I ended up patching the mysql driver in Qt as follows:
```
- if (qIsBlob(inBinds[i].buffer_type) && meta && fieldInfo) {
+ if (qIsBlob(inBinds[i].buffer_type) && meta && fieldInfo &&
fieldInfo->max_length) {
```
It **seems** to do the trick for akonadi, at least.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Kdepim-bugs
mailing list