metadata.test, metadata.result:

  Updated test case for bug #28898. Additional cleanup.
parent 2379f977
......@@ -179,6 +179,6 @@ c1 c2
1 1
2 2
3 3
DROP VIEW v1;
DROP VIEW v1,v2;
DROP TABLE t1,t2;
End of 5.0 tests
......@@ -109,7 +109,7 @@ SELECT v1.c1, v2.c2 FROM v1 JOIN v2 ON c1=c2 GROUP BY v1.c1;
SELECT v1.c1, v2.c2 FROM v1 JOIN v2 ON c1=c2 GROUP BY v1.c1 ORDER BY v2.c2;
--disable_metadata
DROP VIEW v1;
DROP VIEW v1,v2;
DROP TABLE t1,t2;
--echo End of 5.0 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