| 程序包 | 说明 |
|---|---|
| com.alibaba.innodb.java.reader.config |
| 限定符和类型 | 字段和说明 |
|---|---|
static ReaderSystemProperty<String> |
ReaderSystemProperty.COMPOSITE_KEY_DELIMITER
For cli, when parsing string to list of objects to build key, use the delimiter.
|
static ReaderSystemProperty<Boolean> |
ReaderSystemProperty.ENABLE_IBD_FILE_LENGTH_CHECK
Whether to enable innodb file length check to see if it can be divided by page size.
|
static ReaderSystemProperty<Boolean> |
ReaderSystemProperty.ENABLE_THROW_EXCEPTION_FOR_UNSUPPORTED_MYSQL80_LOB
Whether to enable throwing exception when reading mysql8.0 new lob page, because
currently this does not implement yet.
|
static ReaderSystemProperty<Boolean> |
ReaderSystemProperty.ENABLE_TRIM_CHAR
CHAR type will have \20 padding, but for mysql dump command, the head and tail padding are
disappear, so provide this configuration to handle CHAR like mysql dump.
|
static ReaderSystemProperty<String> |
ReaderSystemProperty.RANGE_QUERY_KEY_DELIMITER
For cli, when parsing range query parameters, the two values will use the delimiter.
|
Copyright © 2019–2020 Alibaba Group Holding Limited. All rights reserved.