Add support for utf8-only

git-svn-id: file:///srv/svn/repo/suika/trunk@560 f0ae65fe-ee39-954e-97ec-027ff2717ef4
This commit is contained in:
contact 2021-06-15 13:48:10 +00:00
parent d0fa8cd516
commit bc5ddaefee

View File

@ -164,6 +164,7 @@ var passthroughIsupport = map[string]bool{
"TARGMAX": true,
"TOPICLEN": true,
"USERLEN": true,
"UTF8ONLY": true,
}
type downstreamConn struct {