From: Alex Gramm Date: Thu, 27 Jul 2017 10:00:19 +0000 (+0300) Subject: [Fix] Clickhouse: Insertion in the symbols table X-Git-Tag: 1.7.0~800^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F1771%2Fhead;p=rspamd.git [Fix] Clickhouse: Insertion in the symbols table --- diff --git a/src/plugins/lua/clickhouse.lua b/src/plugins/lua/clickhouse.lua index b20e4f920..ab8d14ae1 100644 --- a/src/plugins/lua/clickhouse.lua +++ b/src/plugins/lua/clickhouse.lua @@ -619,7 +619,7 @@ local function clickhouse_collect(task) table.concat(scores_tab, ','), table.concat(options_tab, ',')) - table.insert(urls_rows, elt) + table.insert(symbols_rows, elt) end nrows = nrows + 1