用sysbench测试oceanbase集群报错

【 使用环境 】
测试环境,3台机器8C16G
【 使用版本 】
4.1.0
【问题描述】清晰明确描述问题
用sysbench测试时报无属性错误,使用对应租户登录查询max_heap_table_size参数也显示无,使用SET GLOBAL max_heap_table_size=210241024*1024 返回Unknown system variable ‘max_heap_table_size’。
测试语句:sysbench --config-file=${config} $nu --threads=16 --tables=32 --table-size=100000 --auto_inc=off --events=0 --time=180 run
config:
mysql-host=172.16.8.25
mysql-db=hytdbt
mysql-port=2883
mysql-user=root@syh
time=60
report-interval=10
db-driver=mysql
db-ps-mode=disable

【问题现象及影响】
FATAL: mysql_drv_query() returned error 1193 (Unknown system variable ‘max_heap_table_size’) for query ‘SET max_heap_table_size=210241024*1024’
FATAL: `sysbench.cmdline.call_command’ function failed: /usr/share/sysbench/oltp_common.lua:104: SQL error, errno = 1193, state = ‘HY000’: Unknown system variable ‘max_heap_table_size’

确实没查到这个参数,你使用obd一键化sysbench看下
https://www.oceanbase.com/docs/community-obd-cn-10000000001690701#7beae153-2527-4aa6-8315-a8e50b703f3b