虚拟表功能单元测试通过。

This commit is contained in:
zhengchao
2019-07-28 15:00:24 +06:00
parent 4c4222a302
commit 484637060d
3 changed files with 74 additions and 4 deletions

View File

@@ -13,6 +13,9 @@
#For plugin table. The first column's id is 1. 0 as not speicified.
#id name type column_define
#
#For virtual Table
#id name type real_table_name
#
#For expr/expr_plus Table
#id name type src_charset dst_charset do_merge cross_cache quick_mode
0 COMPILE compile escape --
@@ -35,4 +38,5 @@
16 APP_PAYLOAD expr_plus UTF8 UTF8 yes 0 quickoff
17 TROJAN_PAYLOAD expr UTF8 UTF8 yes 0 quickoff
18 MAIL_ADDR expr UTF8 UTF8 yes 0 quickoff
19 IP_PLUS_CONFIG ip_plus --
19 IP_PLUS_CONFIG ip_plus --
20 HTTP_RESPONSE_KEYWORDS virtual KEYWORDS_TABLE --