Commit b5385a17 authored by unknown's avatar unknown

rpl_deadlock.result:

  result update (default value changed from 4.1 to 5.0)


mysql-test/r/rpl_deadlock.result:
  result update (default value changed from 4.1 to 5.0)
parent 3cabd3c9
......@@ -10,7 +10,7 @@ create table t3 (a int) engine=innodb;
create table t4 (a int) engine=innodb;
show variables like 'slave_transaction_retries';
Variable_name Value
slave_transaction_retries 0
slave_transaction_retries 10
show create table t1;
Table Create Table
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