diff options
Diffstat (limited to 'bin/conf/table_info.conf')
| -rw-r--r-- | bin/conf/table_info.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bin/conf/table_info.conf b/bin/conf/table_info.conf new file mode 100644 index 0000000..7be8d3e --- /dev/null +++ b/bin/conf/table_info.conf @@ -0,0 +1,11 @@ +#each collumn seperate with '\t' +#id (0~65535( +#name string +#type one of ip,expr,compile or plugin +#src_charset one of GBK,BIG5,UNICODE,UTF8 +#dst_charset combined by GBK,BIG5,UNICODE,UTF8,seperate with '/' +#do_merege yes or no +#id name type src_charset dst_charset do_merge +0 MM_COMPILE compile GBK GBK no 0 +1 MM_GROUP group GBK GBK no 0 +2 MM_FILE_DIGEST digest GBK GBK no 0 |
