Below is the list of changes that have just been committed into a local
5.1 repository of msvensson. When msvensson 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@stripped, 2006-12-22 13:57:33+01:00, msvensson@stripped +1 -0
Add the missing file
mysql-test/include/ndb_not_readonly.inc@stripped, 2006-12-22 13:57:31+01:00, msvensson@stripped +31 -0
New BitKeeper file ``mysql-test/include/ndb_not_readonly.inc''
mysql-test/include/ndb_not_readonly.inc@stripped, 2006-12-22 13:57:31+01:00, msvensson@stripped +0 -0
# 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: msvensson
# Host: pilot.mysql.com
# Root: /home/msvensson/mysql/mysql-5.1-new-maint
--- New file ---
+++ mysql-test/include/ndb_not_readonly.inc 06/12/22 13:57:31
# Check that server has come out ot readonly mode
--disable_query_log
let $counter= 100;
let $mysql_errno= 1;
while ($mysql_errno)
{
--error 0, 1005
create table check_read_only(a int) engine=NDB;
sleep 0.1;
if (!$counter)
{
die("Failed while waiting for mysqld to come out of readonly mode");
}
dec $counter;
}
let $counter= 100;
let $mysql_errno= 1;
while ($mysql_errno)
{
--error 0, 1036
insert into check_read_only values(1);
sleep 0.1;
if (!$counter)
{
die("Failed while waiting for mysqld to come out of readonly mode");
}
dec $counter;
}
drop table check_read_only;
--enable_query_log
| Thread |
|---|
| • bk commit into 5.1 tree (msvensson:1.2389) | msvensson | 22 Dec |