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)
This commit is contained in:
unknown 2005-03-24 16:11:58 +01:00
parent e6717497e4
commit e56418c56a

View File

@ -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` (