From 8f7e19310c1c2e22b127b8dba659b6386836f897 Mon Sep 17 00:00:00 2001 From: yxt945 Date: Wed, 27 Oct 2021 21:00:25 +0800 Subject: [PATCH] add json support (#1493) --- lualib/skynet/db/mysql.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lualib/skynet/db/mysql.lua b/lualib/skynet/db/mysql.lua index 67fd3950..ee6f19df 100644 --- a/lualib/skynet/db/mysql.lua +++ b/lualib/skynet/db/mysql.lua @@ -862,6 +862,7 @@ local _binary_parser = { [0x0c] = _get_datetime, [0x0f] = _from_length_coded_str, [0x10] = _from_length_coded_str, + [0xf5] = _from_length_coded_str, [0xf9] = _from_length_coded_str, [0xfa] = _from_length_coded_str, [0xfb] = _from_length_coded_str,