nothing

Results 3 comments of nothing

```sql create database sbtest; CREATE TABLE `sbtest1` ( `id` int(11) NOT NULL AUTO_INCREMENT, `k` int(11) NOT NULL DEFAULT '0', `c` char(120) NOT NULL DEFAULT '', `pad` char(60) NOT NULL DEFAULT...

压测后,目前Gaea不报错了,但是system会报错 ```bash sysbench /usr/local/Cellar/sysbench/1.0.16/share/sysbench/oltp_read_only.lua \ --mysql-host=10.2.0.107 \ --mysql-port=3306 \ --mysql-user=root \ --mysql-password=123456 \ --threads=10 \ --time=120 \ --report-interval=10 \ run sysbench 1.0.16 (using bundled LuaJIT 2.1.0-beta2) Running the test with...