Below is the list of changes that have just been committed into a local
4.1 repository of sasha. When sasha does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet
1.2357 05/07/28 19:10:49 sasha@stripped +1 -0
testcase for bug 10780 was not added in the previous commit
mysql-test/t/rpl_slave_status.test
1.1 05/07/28 19:10:45 sasha@stripped +28 -0
New BitKeeper file ``mysql-test/t/rpl_slave_status.test''
mysql-test/t/rpl_slave_status.test
1.0 05/07/28 19:10:45 sasha@stripped +0 -0
BitKeeper file /reiser-data/mysql-dev/mysql-4.1/mysql-test/t/rpl_slave_status.test
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: sasha
# Host: mysql.sashanet.com
# Root: /reiser-data/mysql-dev/mysql-4.1
--- New file ---
+++ mysql-test/t/rpl_slave_status.test 05/07/28 19:10:45
# Test case for BUG #10780
source include/master-slave.inc
connection master;
grant replication slave on *.* to rpl@stripped identified by 'rpl';
connection slave;
stop slave;
change master to master_user='rpl',master_password='rpl';
start slave;
connection master;
--disable_warnings
drop table if exists t1;
--enable_warning
create table t1 (n int);
insert into t1 values (1);
save_master_pos;
connection slave;
sync_with_master;
select * from t1;
connection master;
delete from mysql.user where user='rpl';
flush privileges;
connection slave;
stop slave;
start slave;
--replace_result $MASTER_MYPORT MASTER_MYPORT
show slave status;
# end of 4.1 tests
| Thread |
|---|
| • bk commit into 4.1 tree (sasha:1.2357) | Sasha Pachev | 29 Jul |