fix: utf8_bin is not exists in oceanbase replace with utf8mb4_bin #155 (#156)

* fix: utf8_bin is not exists in oceanbase replace with utf8mb4_bin #155

* fix: typos version #179
This commit is contained in:
jiangxianfu
2021-07-30 14:54:52 +08:00
committed by wangzelin.wzl
parent a8a8925408
commit 83f34e730c

View File

@ -158,7 +158,7 @@ static void get_opts_setting(struct option long_opts[], char short_opts[], const
{"rs_list", 'r', 1},
{"mode", 'm', 1},
{"scn", 'f', 1},
{"version", 'V', 0},
{"version", 'v', 0},
{"ipv6", '6', 0},
};