List:Internals« Previous MessageNext Message »
From:tomas Date:October 22 2005 6:39pm
Subject:bk commit into 5.1 tree (tomas:1.1944)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of tomas. When tomas 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.1944 05/10/22 20:39:17 tomas@stripped +1 -0
  made test result independent of ndb

  mysql-test/t/information_schema.test
    1.54 05/10/22 20:39:10 tomas@stripped +1 -1
    made test result independent of ndb

# 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:	tomas
# Host:	poseidon.ndb.mysql.com
# Root:	/home/tomas/mysql-5.1-wl2325-5.0

--- 1.53/mysql-test/t/information_schema.test	2005-10-14 11:55:24 +02:00
+++ 1.54/mysql-test/t/information_schema.test	2005-10-22 20:39:10 +02:00
@@ -448,7 +448,7 @@
 SELECT TABLE_NAME FROM INFORMATION_SCHEMA.TABLES;
 --enable_result_log
 # the presence of 'apply_status' will depend on if cluster is running or not, so skip
-SELECT count(*) FROM INFORMATION_SCHEMA.TABLES WHERE table_name NOT IN ('apply_status');
+SELECT count(*) FROM INFORMATION_SCHEMA.TABLES WHERE table_schema NOT IN ('cluster_replication');
 let $tab_count= 65;
 while ($tab_count)
 {
Thread
bk commit into 5.1 tree (tomas:1.1944)tomas22 Oct