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-07-13 17:45:14-06:00, sasha@stripped
updated lock test
mysql-test/r/lock.result
1.4 01/07/13 17:45:13 sasha@stripped +2 -0
updated result
mysql-test/t/lock.test
1.4 01/07/13 17:45:13 sasha@stripped +16 -0
updated 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: /home/sasha/src/bk/mysql
--- 1.3/mysql-test/r/lock.result Fri Jul 13 17:25:33 2001
+++ 1.4/mysql-test/r/lock.result Fri Jul 13 17:45:13 2001
@@ -6,3 +6,5 @@
test.t2 check error Table 't2' was not locked with LOCK TABLES
n
1
+n
+1
--- 1.3/mysql-test/t/lock.test Fri Jul 13 17:25:33 2001
+++ 1.4/mysql-test/t/lock.test Fri Jul 13 17:45:13 2001
@@ -75,3 +75,19 @@
reap;
drop table t1;
+connection locker;
+create table t1(n int);
+insert into t1 values (1);
+lock tables t1 read;
+connection writer;
+send update low_priority t1 set n = 4;
+connection reader;
+send select n from t1;
+connection locker;
+unlock tables;
+connection writer;
+reap;
+connection reader;
+reap;
+drop table t1;
+
| Thread |
|---|
| • bk commit into 3.23 tree | sasha | 14 Jul |