1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

An additional test for 'CREATE DATABASE' with non-default character set.

This commit is contained in:
ram@gw.mysql.r18.ru
2004-11-30 13:19:35 +04:00
parent 0ca8fd2ee9
commit 3f741570e9
2 changed files with 26 additions and 0 deletions

View File

@@ -133,3 +133,7 @@ drop table t1;
#
--exec $MYSQL_DUMP --skip-comments --databases test
create database mysqldump_test_db character set latin2 collate latin2_bin;
--exec $MYSQL_DUMP --skip-comments --databases mysqldump_test_db;
drop database mysqldump_test_db;