logo       

bk commit into 4.1 tree (1.1525): msg#00118

db.mysql.devel

Subject: bk commit into 4.1 tree (1.1525)

Below is the list of changes that have just been committed into a local
4.1 repository of wax. When wax 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://www.mysql.com/doc/I/n/Installing_source_tree.html

ChangeSet
1.1525 03/04/02 21:47:22 wax@xxxxxxxxxx +1 -0
correct code of warning of group_concat

mysql-test/r/func_gconcat.result
1.3 03/04/02 21:47:20 wax@xxxxxxxxxx +2 -2
correct code of warning of group_concat

# 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: wax
# Host: kishkin.ru
# Root: /home/wax/mysql-4gcn

--- 1.2/mysql-test/r/func_gconcat.result Wed Apr 2 17:55:52 2003
+++ 1.3/mysql-test/r/func_gconcat.result Wed Apr 2 21:47:20 2003
@@ -150,10 +150,10 @@
4
5 NULL
Warnings:
-Warning 1250 1 line(s) was(were) cut by group_concat()
+Warning 1254 1 line(s) was(were) cut by group_concat()
show warnings;
Level Code Message
-Warning 1250 1 line(s) was(were) cut by group_concat()
+Warning 1254 1 line(s) was(were) cut by group_concat()
select group_concat(sum(a)) from t1 group by grp;
Invalid use of group function
select grp,group_concat(c order by 2) from t1 group by grp;

--
MySQL Internals Mailing List
For list archives: http://lists.mysql.com/internals
To unsubscribe:
http://lists.mysql.com/internals?unsub=gcdmd-internals@xxxxxxxxxxx




<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise