Commit 930cf09e authored by Sergey Glukhov's avatar Sergey Glukhov

test case fix

parent d89c7a82
...@@ -740,8 +740,10 @@ DROP TABLE t1; ...@@ -740,8 +740,10 @@ DROP TABLE t1;
CREATE TABLE t1(f1 int); CREATE TABLE t1(f1 int);
INSERT INTO t1 values (0),(0); INSERT INTO t1 values (0),(0);
--disable_ps_protocol
--error ER_ILLEGAL_VALUE_FOR_TYPE --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)); 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; DROP TABLE t1;
--echo End of 5.1 tests --echo End of 5.1 tests
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment