Skip to content
Snippets Groups Projects
Commit 3fb7d663 authored by ms.evilhat's avatar ms.evilhat
Browse files

fix(init.lua): remove calculate_bucket_id_by_dict as nonexistent function

parent 65e8bcf8
No related branches found
No related tags found
1 merge request!1414sbroad import
...@@ -23,11 +23,6 @@ local function init () ...@@ -23,11 +23,6 @@ local function init ()
exports = {"SQL"}, exports = {"SQL"},
}) })
box.schema.func.create(
'libsbroad.calculate_bucket_id_by_dict',
{ if_not_exists = true, language = 'C' }
)
box.schema.func.create( box.schema.func.create(
'libsbroad.init_statistics', 'libsbroad.init_statistics',
{ if_not_exists = true, language = 'C' } { if_not_exists = true, language = 'C' }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment