mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fixed test case to work on NetWare.
mysql-test/r/func_gconcat.result: Removed extraneous CR (0x0D) mysql-test/t/func_gconcat.test: Removed extraneous CR (0x0D)
This commit is contained in:
@ -168,7 +168,7 @@ REQ_ID URL
|
||||
1 X
|
||||
5 X,X,X
|
||||
select REQ_ID, Group_Concat(URL) as URL, Min(t1.URL_ID) urll,
|
||||
Max(t1.URL_ID)
|
||||
Max(t1.URL_ID) urlg from t1, t2 where t2.URL_ID = t1.URL_ID group by REQ_ID;
|
||||
REQ_ID URL urll urlg
|
||||
1 X 4 4
|
||||
5 X,X,X 4 5
|
||||
|
Reference in New Issue
Block a user