【 使用环境 】测试环境
【 OB or 其他组件 】OB
【 使用版本 】5.7.25-OceanBase_CE-v4.0.0.0
【问题描述】不支持show trace命令
【问题现象及影响】
根据文档:https://www.oceanbase.com/docs/community-observer-cn-10000000000901823
开启trace跟踪,提示show trace不支持。
obclient [tpch1]> SET ob_enable_show_trace = 1;
Query OK, 0 rows affected (0.002 sec)
obclient [tpch1]> select sum(c_acctbal) from customer where c_comment = 'asdf';
+----------------+
| sum(c_acctbal) |
+----------------+
| NULL |
+----------------+
1 row in set (0.103 sec)
obclient [tpch1]> show trace;
ERROR 1235 (0A000): show trace not supported
obclient [tpch1]>