List:Commits« Previous MessageNext Message »
From:Martin Skold Date:December 20 2006 5:27pm
Subject:bk commit into 5.1 tree (mskold:1.2375)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of marty. When marty 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-20 17:27:12+01:00, mskold@stripped +2 -0
  Enabled ndb_restore_partition rpl_ndb_sync, updated rpl_ndb_sync.result

  mysql-test/r/rpl_ndb_sync.result@stripped, 2006-12-20 17:26:55+01:00, mskold@stripped +4 -4
    Enabled ndb_restore_partition rpl_ndb_sync, updated rpl_ndb_sync.result

  mysql-test/t/disabled.def@stripped, 2006-12-20 17:26:55+01:00, mskold@stripped +0 -3
    Enabled ndb_restore_partition rpl_ndb_sync, updated rpl_ndb_sync.result

# 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:	mskold
# Host:	linux.site
# Root:	/windows/Linux_space/MySQL/mysql-5.1-new-ndb

--- 1.222/mysql-test/t/disabled.def	2006-12-20 17:27:26 +01:00
+++ 1.223/mysql-test/t/disabled.def	2006-12-20 17:27:26 +01:00
@@ -16,9 +16,6 @@ concurrent_innodb        : BUG#21579 200
 ndb_autodiscover         : BUG#18952 2006-02-16 jmiller Needs to be fixed w.r.t binlog
 ndb_autodiscover2        : BUG#18952 2006-02-16 jmiller Needs to be fixed w.r.t binlog
 ndb_load                 : BUG#17233 2006-05-04 tomas failed load data from infile causes
mysqld dbug_assert, binlog not flushed
-ndb_restore_partition    : Problem with cluster/def/schema table that is in
std_data/ndb_backup51; Pekka will schdule this to someone
-rpl_ndb_sync             : Problem with cluster/def/schema table that is in
std_data/ndb_backup51; Pekka will schdule this to someone
-
 partition_03ndb          : BUG#16385 2006-03-24 mikael Partitions: crash when updating a
range partitioned NDB table
 rpl_ndb_2innodb          : BUG#19227 2006-04-20 pekka pk delete apparently not replicated
 rpl_ndb_2myisam          : BUG#19227 Seems to pass currently

--- 1.8/mysql-test/r/rpl_ndb_sync.result	2006-12-20 17:27:26 +01:00
+++ 1.9/mysql-test/r/rpl_ndb_sync.result	2006-12-20 17:27:26 +01:00
@@ -60,11 +60,11 @@ hex(c2)	hex(c3)	c1
 0	1	BCDEF
 1	0	CD
 0	0	DEFGHIJKL
-SELECT @the_epoch:=MAX(epoch) FROM mysql.apply_status;
+SELECT @the_epoch:=MAX(epoch) FROM mysql.ndb_apply_status;
 @the_epoch:=MAX(epoch)
 <the_epoch>
 SELECT @the_pos:=Position,@the_file:=SUBSTRING_INDEX(FILE, '/', -1)
-FROM mysql.binlog_index WHERE epoch > <the_epoch> ORDER BY epoch ASC LIMIT 1;
+FROM mysql.ndb_binlog_index WHERE epoch > <the_epoch> ORDER BY epoch ASC LIMIT
1;
 @the_pos:=Position	@the_file:=SUBSTRING_INDEX(FILE, '/', -1)
 <the_pos>	master-bin.000001
 CHANGE MASTER TO
@@ -89,8 +89,8 @@ hex(c2)	hex(c3)	c1
 DROP DATABASE ndbsynctest;
 STOP SLAVE;
 reset master;
-select * from mysql.binlog_index;
+select * from mysql.ndb_binlog_index;
 Position	File	epoch	inserts	updates	deletes	schemaops
 reset slave;
-select * from mysql.apply_status;
+select * from mysql.ndb_apply_status;
 server_id	epoch
Thread
bk commit into 5.1 tree (mskold:1.2375)Martin Skold20 Dec