List:Commits« Previous MessageNext Message »
From:Jonathan Perkin Date:April 21 2008 8:52pm
Subject:bk commit into 6.0 tree (jperkin:1.2622)
View as plain text  
Below is the list of changes that have just been committed into a local
6.0 repository of jperkin.  When jperkin 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-04-21 22:52:35+02:00, jperkin@stripped +1 -0
  Fix for 6.0.5-alpha build.
  
  backup_tablespace.result:
    Re-order result to match test.

  mysql-test/r/backup_tablespace.result@stripped, 2008-04-21 22:17:41+02:00, jperkin@stripped +1 -1
    Re-order result to match test.

diff -Nrup a/mysql-test/r/backup_tablespace.result b/mysql-test/r/backup_tablespace.result
--- a/mysql-test/r/backup_tablespace.result	2008-04-18 22:22:30 +02:00
+++ b/mysql-test/r/backup_tablespace.result	2008-04-21 22:17:41 +02:00
@@ -1,6 +1,6 @@
-DROP DATABASE IF EXISTS backup_ts;
 DROP TABLE IF EXISTS backup_ts.not_ts;
 DROP TABLE IF EXISTS backup_ts.has_ts;
+DROP DATABASE IF EXISTS backup_ts;
 CREATE DATABASE backup_ts;
 Test 1:
 Create a tablespace.
Thread
bk commit into 6.0 tree (jperkin:1.2622)Jonathan Perkin21 Apr