dobet commented on issue #24369: URL: https://github.com/apache/shardingsphere/issues/24369#issuecomment-1459943076
This is my sysbench code. ``` sysbench oltp_read_write --mysql-user=root --mysql-password=root --mysql-host=10.106.34.103 --mysql-port=3307 --mysql-db=s1_sbtest --histogram=on --report-interval=1 --time=300 --threads=300 --tables=250 --table_size=25000 --report-interval=1 --percentile=95 --skip-trx=on --mysql-ignore-errors=1062 --forced-shutdown=1 run ``` in maxscale, this code not error in log. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
