1
--source include/have_ucs2.inc
4
drop database if exists `�ƎΎݎ���`;
5
drop database if exists `���ܸ�`;
6
drop database if exists `���ݏ��`;
10
# Test Creating databases using Japanese charact for DB name in ucs2 encoding
14
SET character_set_database = ucs2;
15
SET character_set_server = ucs2;
17
CREATE DATABASE `�ƎΎݎ���`;
18
CREATE DATABASE `���ܸ�`;
19
CREATE DATABASE `���ݏ��`;
27
DROP DATABASE `�ƎΎݎ���`;
28
DROP DATABASE `���ܸ�`;
29
DROP DATABASE `���ݏ��`;