List:Commits« Previous MessageNext Message »
From:Ingo Struewing Date:November 14 2007 8:11pm
Subject:bk commit into 6.0 tree (istruewing:1.2665) BUG#32355
View as plain text  
Below is the list of changes that have just been committed into a local
6.0 repository of istruewing. When istruewing 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-14 21:11:50+01:00, istruewing@stripped +1 -0
  Bug#32355 - loadxml.test fails in embedded server
  
  Test case failed because the mysql dump tool tried to connect
  to the server. But an embedded server does not provide a
  connect port.
  
  Disabled test case for embedded server.

  mysql-test/t/loadxml.test@stripped, 2007-11-14 21:11:48+01:00, istruewing@stripped +3 -0
    Bug#32355 - loadxml.test fails in embedded server
    Disabled test case for embedded server

diff -Nrup a/mysql-test/t/loadxml.test b/mysql-test/t/loadxml.test
--- a/mysql-test/t/loadxml.test	2007-06-27 12:20:21 +02:00
+++ b/mysql-test/t/loadxml.test	2007-11-14 21:11:48 +01:00
@@ -2,6 +2,9 @@
 # Tests for "LOAD XML" - a contributed patch from Erik Wetterberg.
 #
 
+# Running the $MYSQL_DUMP tool against an embedded server does not work.
+--source include/not_embedded.inc
+
 --disable_warnings
 drop table if exists t1;
 --enable_warnings
Thread
bk commit into 6.0 tree (istruewing:1.2665) BUG#32355Ingo Struewing14 Nov