Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
05c6fc4b
Commit
05c6fc4b
authored
Nov 01, 2010
by
Sergey Glukhov
Browse files
Options
Browse Files
Download
Plain Diff
5.1-sucurity->5.5-security merge
parents
97e295cc
942f71b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
mysql-test/t/func_gconcat.test
mysql-test/t/func_gconcat.test
+2
-0
No files found.
mysql-test/t/func_gconcat.test
View file @
05c6fc4b
...
...
@@ -744,8 +744,10 @@ DROP TABLE t1;
CREATE
TABLE
t1
(
f1
int
);
INSERT
INTO
t1
values
(
0
),(
0
);
--
disable_ps_protocol
--
error
ER_ILLEGAL_VALUE_FOR_TYPE
SELECT
POLYGON
((
SELECT
1
FROM
(
SELECT
1
IN
(
GROUP_CONCAT
(
t1
.
f1
))
FROM
t1
,
t1
t
GROUP
BY
t
.
f1
)
d
));
--
enable_ps_protocol
DROP
TABLE
t1
;
--
echo
End
of
5.1
tests
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment