List:Commits« Previous MessageNext Message »
From:Ingo Struewing Date:March 12 2008 2:38pm
Subject:bk commit into 5.0 tree (istruewing:1.2595) BUG#35247
View as plain text  
Below is the list of changes that have just been committed into a local
5.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, 2008-03-12 15:38:57+01:00, istruewing@stripped +1 -0
  Bug#35247 - rpl_transaction.test produces warnings files
  
  The test file tried to use a mysqltest command '--warning'
  but there is no such command.
  
  Changed '--warning' to '#--warning'.

  mysql-test/t/rpl_transaction.test@stripped, 2008-03-12 15:38:55+01:00, istruewing@stripped +1 -1
    Bug#35247 - rpl_transaction.test produces warnings files
    Changed '--warning' to '#--warning'.

diff -Nrup a/mysql-test/t/rpl_transaction.test b/mysql-test/t/rpl_transaction.test
--- a/mysql-test/t/rpl_transaction.test	2008-01-30 18:24:21 +01:00
+++ b/mysql-test/t/rpl_transaction.test	2008-03-12 15:38:55 +01:00
@@ -39,7 +39,7 @@ COMMIT;
 BEGIN;
 INSERT INTO tmyisam VALUES (5);
 INSERT INTO tmyisam VALUES (6);
---warning 1196
+#--warning 1196
 ROLLBACK;
 
 SELECT * FROM tmyisam ORDER BY a;
Thread
bk commit into 5.0 tree (istruewing:1.2595) BUG#35247Ingo Struewing12 Mar