List:Commits« Previous MessageNext Message »
From:Mats Kindahl Date:February 14 2008 8:01pm
Subject:bk commit into 6.0 tree (mkindahl:1.2565)
View as plain text  
Below is the list of changes that have just been committed into a local
6.0 repository of mkindahl.  When mkindahl 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, 2008-02-14 20:01:18+01:00, mkindahl@stripped +1 -0
  Trying to keep pushbuild happy regarding the symlink test.

  mysql-test/t/symlink.test@stripped, 2008-02-14 20:01:09+01:00, mkindahl@stripped +1
-1
    Permitting another error message for the test.

diff -Nrup a/mysql-test/t/symlink.test b/mysql-test/t/symlink.test
--- a/mysql-test/t/symlink.test	2008-02-14 12:20:04 +01:00
+++ b/mysql-test/t/symlink.test	2008-02-14 20:01:09 +01:00
@@ -85,7 +85,7 @@ create table mysqltest.t9 (a int not nul
 eval create table mysqltest.t9 (a int not null auto_increment, b char(16) not null,
primary key (a)) engine=myisam index directory="$MYSQLTEST_VARDIR/run";
 
 # Should fail becasue the file t9.MYD already exist in 'tmp'
---error 1,1
+--error 1,1,ER_TABLE_EXISTS_ERROR
 eval create table mysqltest.t9 (a int not null auto_increment, b char(16) not null,
primary key (a)) engine=myisam data directory="$MYSQLTEST_VARDIR/tmp";
 enable_query_log;
 
Thread
bk commit into 6.0 tree (mkindahl:1.2565)Mats Kindahl14 Feb