Below is the list of changes that have just been committed into a local
5.1 repository of mats. When mats 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.2234 06/07/05 21:17:00 mats@stripped +1 -0
Switching to use INSERT DELAYED, which it should be, for rpl_insert.
mysql-test/t/rpl_insert.test
1.2 06/07/05 21:16:47 mats@stripped +1 -1
Fixing to use INSERT DELAYED.
# 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: mats
# Host: romeo.(none)
# Root: /home/bk/b20821-mysql-5.1-new-rpl
--- 1.1/mysql-test/t/rpl_insert.test 2006-07-05 16:58:22 +02:00
+++ 1.2/mysql-test/t/rpl_insert.test 2006-07-05 21:16:47 +02:00
@@ -14,7 +14,7 @@
CREATE TABLE t1 (id INT, name VARCHAR(64));
-let $query = "INSERT INTO t1 VALUES (1, 'Dr. No'), (2, 'From Russia With Love'), (3, 'Goldfinger'), (4, 'Thunderball'), (5, 'You Only Live Twice')";
+let $query = "INSERT DELAYED INTO t1 VALUES (1, 'Dr. No'), (2, 'From Russia With Love'), (3, 'Goldfinger'), (4, 'Thunderball'), (5, 'You Only Live Twice')";
--exec $MYSQL_SLAP --silent --concurrency=20 --iterations=200 --query=$query --delimiter=";"
SELECT COUNT(*) FROM mysqlslap.t1;
| Thread |
|---|
| • bk commit into 5.1 tree (mats:1.2234) | Mats Kindahl | 5 Jul |