浏览代码

[Minor] Fix compatibility with cdb://

tags/2.4
Vsevolod Stakhov 4 年前
父节点
当前提交
3535e32ecd
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      lualib/lua_maps.lua

+ 1
- 0
lualib/lua_maps.lua 查看文件

@@ -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

正在加载...
取消
保存