Below is the list of changes that have just been committed into a local
5.0 repository of msvensson. When msvensson 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.2069 06/02/27 11:30:53 msvensson@stripped +1 -0
Make the select from mysql.user ordered
mysql-test/include/check-testcase.test
1.2 06/02/27 11:30:49 msvensson@stripped +1 -1
Make the select from mysql.user ordered
# 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: msvensson
# Host: devsrv-b.mysql.com
# Root: /space/magnus/bug17279/my50-bug17279
--- 1.1/mysql-test/include/check-testcase.test 2006-01-26 17:54:29 +01:00
+++ 1.2/mysql-test/include/check-testcase.test 2006-02-27 11:30:49 +01:00
@@ -45,7 +45,7 @@
select * from time_zone_name;
select * from time_zone_transition;
select * from time_zone_transition_type;
-select * from user;
+select * from user order by host, user;
| Thread |
|---|
| • bk commit into 5.0 tree (msvensson:1.2069) | msvensson | 27 Feb |