1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Merge gleb.loc:/home/uchum/work/bk/5.0-opt-28898

into  gleb.loc:/home/uchum/work/bk/5.0-opt
This commit is contained in:
unknown
2007-06-20 14:22:32 +05:00
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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