Below is the list of changes that have just been commited into a local
3.23. repository of sasha. When sasha does a push, they will be
propogaged to the main repository and within 24 hours after the push into
the public repository. For information on how to access
the public repository see
http://www.mysql.com/doc/I/n/Installing_source_tree.html
ChangeSet@stripped, 2001-12-18 19:53:56-07:00, sasha@stripped
temp commit
mysql-test/t/rpl_get_lock.test
1.4 01/12/18 19:53:56 sasha@stripped +8 -0
temp commit
# 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
--- 1.3/mysql-test/t/rpl_get_lock.test Thu Dec 13 17:21:04 2001
+++ 1.4/mysql-test/t/rpl_get_lock.test Tue Dec 18 19:53:56 2001
@@ -1,11 +1,19 @@
source include/master-slave.inc;
connection master;
create table t1(n int);
+create table t2(n int);
insert into t1 values(get_lock("lock",2));
dirty_close master;
connection master1;
select get_lock("lock",2);
select release_lock("lock");
+let $1=20000;
+while ($1)
+{
+ select get_lock("lock",2);
+ select release_lock("lock");
+ dec $1;
+}
save_master_pos;
connection slave;
sync_with_master;
| Thread |
|---|
| • bk commit into 3.23 tree | sasha | 19 Dec |