oceanbase / obproxy

A proxy server for OceanBase Database.
https://open.oceanbase.com
Other
114 stars 79 forks source link

[Bug]: fix some description #37

Open xiaoleizi2016 opened 1 year ago

xiaoleizi2016 commented 1 year ago

Check Before Asking

Environment

No response

Fast Reproduce Steps

in ob_proxy_config.h DEF_BOOL(enable_sharding, "false", "if enabled means use beyond trust", CFG_NO_NEED_REBOOT, CFG_SECTION_OBPROXY, CFG_VISIBLE_LEVEL_USER);

sharding has nothing to do with beyond trust.

Actual Behavior

DEF_BOOL(enable_sharding, "false", "if enabled means use logic db", CFG_NO_NEED_REBOOT, CFG_SECTION_OBPROXY, CFG_VISIBLE_LEVEL_USER);

Expected Behavior

No response

Other Information

No response