https://bugs.kde.org/show_bug.cgi?id=439733

--- Comment #3 from gr...@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 watching all bug changes.

Reply via email to