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.1980 05/06/22 08:52:06 bell@stripped +1 -0
test made independent
mysql-test/r/view.result
1.85 05/06/22 08:52:02 bell@stripped +1 -1
test made independent
# 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.84/mysql-test/r/view.result Wed Jun 22 08:42:00 2005
+++ 1.85/mysql-test/r/view.result Wed Jun 22 08:52:02 2005
@@ -1732,7 +1732,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;
d c
5 1
5 2
| Thread |
|---|
| • bk commit into 5.0 tree (bell:1.1980) | sanja | 22 Jun |