mirror of
https://github.com/MariaDB/server.git
synced 2025-08-05 13:16:09 +03:00
Fixed the test cleanup code post-merge
This commit is contained in:
@@ -4626,6 +4626,7 @@ DELIMITER ;
|
|||||||
/*!50003 SET collation_connection = @saved_col_connection */ ;
|
/*!50003 SET collation_connection = @saved_col_connection */ ;
|
||||||
ALTER DATABASE `test-database` CHARACTER SET utf8 COLLATE utf8_unicode_ci ;
|
ALTER DATABASE `test-database` CHARACTER SET utf8 COLLATE utf8_unicode_ci ;
|
||||||
DROP DATABASE `test-database`;
|
DROP DATABASE `test-database`;
|
||||||
|
USE test;
|
||||||
#
|
#
|
||||||
# End of 5.1 tests
|
# End of 5.1 tests
|
||||||
#
|
#
|
||||||
|
@@ -2198,6 +2198,7 @@ ALTER DATABASE `test-database` CHARACTER SET utf8 COLLATE utf8_unicode_ci ;
|
|||||||
--exec $MYSQL_DUMP --quote-names --compact test-database
|
--exec $MYSQL_DUMP --quote-names --compact test-database
|
||||||
|
|
||||||
DROP DATABASE `test-database`;
|
DROP DATABASE `test-database`;
|
||||||
|
USE test;
|
||||||
|
|
||||||
--echo #
|
--echo #
|
||||||
--echo # End of 5.1 tests
|
--echo # End of 5.1 tests
|
||||||
|
Reference in New Issue
Block a user