rpl_deadlock.result:

  result update (default value changed from 4.1 to 5.0)
parent 32f1e3b0
...@@ -10,7 +10,7 @@ create table t3 (a int) engine=innodb; ...@@ -10,7 +10,7 @@ create table t3 (a int) engine=innodb;
create table t4 (a int) engine=innodb; create table t4 (a int) engine=innodb;
show variables like 'slave_transaction_retries'; show variables like 'slave_transaction_retries';
Variable_name Value Variable_name Value
slave_transaction_retries 0 slave_transaction_retries 10
show create table t1; show create table t1;
Table Create Table Table Create Table
t1 CREATE TABLE `t1` ( t1 CREATE TABLE `t1` (
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment