v18 LibreELEC Testbuilds for x86_64 (Kodi 18.0)
(2018-02-16, 12:21)InuSasha Wrote: Conditional maybe easy, we have the define `HAS_MARIADB` Smile

Great.

(2018-02-16, 12:21)InuSasha Wrote: Much more difficult is, to do this only for MySQL-backends

Or just disable it regardless of the backend server?

What's odd, though, is that my version of MySQL Server (5.5.21) has query cache enabled and isn't a problem:
Code:
> SHOW VARIABLES LIKE 'version';
'version', '5.5.21'
> SHOW VARIABLES LIKE 'have_query_cache';
'have_query_cache', 'YES'
> SHOW VARIABLES LIKE 'query_cache_size';
'query_cache_size', '67108864'
> SHOW VARIABLES LIKE 'query_cache_type';
'query_cache_type', 'ON'

Maybe there are specific versions of MySQL that cause this problem with the MariaDB connector? It could even just be 5.7.19!

I think we should dig a bit deeper before clobbering the query cache, as we could be disabling it on working MySQL systems unnecessarily.
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.


Messages In This Thread
RE: LibreELEC Testbuilds for x86_64 (Kodi 18.0) - by Milhouse - 2018-02-16, 12:38
Logout Mark Read Team Forum Stats Members Help
LibreELEC Testbuilds for x86_64 (Kodi 18.0)24