List:Internals« Previous MessageNext Message »
From:sanja Date:June 22 2005 5:38am
Subject:bk commit into 5.0 tree (bell:1.1978)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of bell. When bell 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
  1.1978 05/06/22 08:38:28 bell@stripped +1 -0
  make test result repeatable

  mysql-test/t/view.test
    1.75 05/06/22 08:38:24 bell@stripped +1 -1
    make test result repeatable

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	bell
# Host:	sanja.is.com.ua
# Root:	/home/bell/mysql/bk/work-bug4-5.0

--- 1.74/mysql-test/t/view.test	Wed Jun 22 03:48:23 2005
+++ 1.75/mysql-test/t/view.test	Wed Jun 22 08:38:24 2005
@@ -1578,7 +1578,7 @@
 INSERT INTO t2 VALUES ('a','5'), ('a','6'), ('b','5'), ('b','6');
 CREATE VIEW v1 AS
   SELECT t1.b as c, t2.b as d FROM t1,t2 WHERE t1.a=t2.a;
-SELECT d, c FROM v1 ORDER BY d;
+SELECT d, c FROM v1 ORDER BY d,c;
 DROP VIEW v1;
 DROP TABLE t1, t2;
 #
Thread
bk commit into 5.0 tree (bell:1.1978)sanja22 Jun