1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Merge moonlight.intranet:/home/tomash/src/mysql_ab/mysql-4.1-cleanup

into  moonlight.intranet:/home/tomash/src/mysql_ab/mysql-5.0-cleanup
This commit is contained in:
kroki/tomash@moonlight.intranet
2006-11-03 12:25:34 +03:00
2 changed files with 9 additions and 1 deletions

View File

@@ -72,6 +72,10 @@ disconnect con2;
disconnect con1;
connection default;
--echo End of 4.1 tests
#
# Bug#14959: ALTER TABLE isn't able to rename a view
#
@@ -85,4 +89,6 @@ rename table v2 to v1;
rename table v2 to v1;
drop view v1;
drop table t1;
# End of 4.1 tests
--echo End of 5.0 tests