mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 03:47:17 +02:00
An additional test for 'CREATE DATABASE' with non-default character set.
This commit is contained in:
parent
0dacdfcc75
commit
f2c1ccb416
2 changed files with 26 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue