mysql> select max(dt) from logoutrole;
ERROR 1105 (HY000): other error: Coprocessor task terminated due to exceeding the deadline
那这个报错代表什么意思?原因是什么?因为数据量太大cop线程崩溃?
mysql> select max(dt) from logoutrole;
ERROR 1105 (HY000): other error: Coprocessor task terminated due to exceeding the deadline
那这个报错代表什么意思?原因是什么?因为数据量太大cop线程崩溃?