1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Minor fix in mysqldump test.

This commit is contained in:
Nirbhay Choubey
2011-03-17 16:28:16 +05:30
parent 6041d9c886
commit 99bf8c1991
2 changed files with 3 additions and 0 deletions

View File

@ -4626,6 +4626,7 @@ DELIMITER ;
/*!50003 SET collation_connection = @saved_col_connection */ ;
ALTER DATABASE `test-database` CHARACTER SET utf8 COLLATE utf8_unicode_ci ;
DROP DATABASE `test-database`;
USE `test`;
#
# End of 5.1 tests
#