diff options
author | unknown <kroki/tomash@moonlight.intranet> | 2006-11-03 12:25:34 +0300 |
---|---|---|
committer | unknown <kroki/tomash@moonlight.intranet> | 2006-11-03 12:25:34 +0300 |
commit | ab495e5013a8ac076e1572549c12090af2ce5c2a (patch) | |
tree | a01133ad38d2733b864913d38a67b839f75b70b2 /mysql-test/t/rename.test | |
parent | 413d2e28b69162d4918c1bd87017c95d07c399ec (diff) | |
parent | 0d92b17851f8a42f25bcb44695a5a653b85750a5 (diff) | |
download | mariadb-git-ab495e5013a8ac076e1572549c12090af2ce5c2a.tar.gz |
Merge moonlight.intranet:/home/tomash/src/mysql_ab/mysql-4.1-cleanup
into moonlight.intranet:/home/tomash/src/mysql_ab/mysql-5.0-cleanup
mysql-test/r/rename.result:
Manual merge.
mysql-test/t/rename.test:
Manual merge.
Diffstat (limited to 'mysql-test/t/rename.test')
-rw-r--r-- | mysql-test/t/rename.test | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/mysql-test/t/rename.test b/mysql-test/t/rename.test index 054b1bd3403..61f01dd97b5 100644 --- a/mysql-test/t/rename.test +++ b/mysql-test/t/rename.test @@ -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 |