Fix mysql toast check

This commit is contained in:
Alfredo Cardigliano 2021-12-10 10:51:13 +01:00
parent cb4e715d46
commit cc78e3c2c5

View file

@ -703,7 +703,7 @@ end
function predicates.obsolete_mysql(toast, container)
if not IS_ADMIN then return end
if prefs.is_dump_flows_to_mysql_enabled then
if prefs.is_dump_flows_to_mysql_enabled and not prefs.is_dump_flows_to_clickhouse_enabled then
local title = i18n("obsolete_mysql")
local body = i18n("obsolete_mysql_message")