Browse Source

[Minor] Fix compatibility with cdb://

tags/2.4
Vsevolod Stakhov 4 years ago
parent
commit
3535e32ecd
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      lualib/lua_maps.lua

+ 1
- 0
lualib/lua_maps.lua View File

@@ -69,6 +69,7 @@ local function maybe_adjust_type(data,mtype)
{'hash;', 'hash'},
{'plain;', 'hash'},
{'cdb;', 'cdb'},
{'cdb:/', 'cdb'},
}

for _,t in ipairs(known_types) do

Loading…
Cancel
Save