List:Commits« Previous MessageNext Message »
From:tomas Date:November 2 2007 5:34pm
Subject:bk commit into 5.1 tree (tomas:1.2575)
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@stripped, 2007-11-02 17:34:06+01:00, tomas@stripped +1 -0
  workaround for some bug to investigate

  mysql-test/include/have_multi_ndb.inc@stripped, 2007-11-02 17:34:03+01:00,
tomas@stripped +2 -0
    workaround for some bug to investigate

diff -Nrup a/mysql-test/include/have_multi_ndb.inc b/mysql-test/include/have_multi_ndb.inc
--- a/mysql-test/include/have_multi_ndb.inc	2007-11-02 07:14:53 +01:00
+++ b/mysql-test/include/have_multi_ndb.inc	2007-11-02 17:34:03 +01:00
@@ -23,6 +23,7 @@ enable_query_log;
 connection server1;
 disable_query_log;
 disable_warnings;
+--error 0,1051
 drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9,t10;
 flush tables;
 flush status;
@@ -32,6 +33,7 @@ enable_query_log;
 connection server2;
 disable_query_log;
 disable_warnings;
+--error 0,1051
 drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9,t10;
 flush tables;
 flush status;
Thread
bk commit into 5.1 tree (tomas:1.2575)tomas2 Nov