]> source.dussan.org Git - rspamd.git/commitdiff
[Fix] Clickhouse: Insertion in the symbols table 1771/head
authorAlex Gramm <alex@gramm.org.ua>
Thu, 27 Jul 2017 10:00:19 +0000 (13:00 +0300)
committerAlex Gramm <alex@gramm.org.ua>
Thu, 27 Jul 2017 10:00:19 +0000 (13:00 +0300)
src/plugins/lua/clickhouse.lua

index b20e4f9203499693b3bb064676d339b1d6c8253b..ab8d14ae1bdbf4969ed2adf1c1d0edb1969a9a73 100644 (file)
@@ -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