polardbxengine/mysql-test/suite/xcluster/r/bug10790181.result

9 lines
376 B
Plaintext

use test;
create table t1 (data varchar(1024));
insert into t1 values ("test");
insert into t1 values (REPEAT('test',100));
# Kill and restart: --consensus_max_log_size=512 --consensus_large_trx=OFF
insert into t1 values ("test");
insert into t1 values (REPEAT('test',100));
ERROR HY000: The consensus log is too large for cluster, please split the transcation to small ones.