mysql>delete from userdata where userid=23;
ERROR 1297 (HY000): Got temporary error 233 'Out of operation records in transaction coordinator (increase MaxNoOfConcurrentOperations)' from ndbcluster=====================================================================
当记录少时删除成功
记录多时比如一下子删除2W条就出现上面的错误了,怎么解决呢?