~vadim-tk/percona-server/percona-galera-5.1.57

« back to all changes in this revision

Viewing changes to mysql-test/suite/jp/r/jp_create_db_ujis.result

  • Committer: root
  • Date: 2011-07-10 16:09:24 UTC
  • Revision ID: root@r815.office.percona.com-20110710160924-fyffqsbaclgu6vui
Initial port

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
drop database if exists `�ƎΎݎ���`;
 
2
drop database if exists `���ܸ�`;
 
3
drop database if exists `��܏�ݏ��`;
 
4
SET NAMES ujis;
 
5
SET character_set_database = ujis;
 
6
CREATE DATABASE `�ƎΎݎ���`;
 
7
CREATE DATABASE `���ܸ�`;
 
8
CREATE DATABASE `��܏�ݏ��`;
 
9
SELECT schema_name from information_schema.schemata where schema_name <> 'mtr';
 
10
schema_name
 
11
information_schema
 
12
���ܸ�
 
13
��܏�ݏ��
 
14
�ƎΎݎ���
 
15
mysql
 
16
test
 
17
USE `�ƎΎݎ���`;
 
18
USE `���ܸ�`;
 
19
USE `��܏�ݏ��`;
 
20
DROP DATABASE `�ƎΎݎ���`;
 
21
DROP DATABASE `���ܸ�`;
 
22
DROP DATABASE `��܏�ݏ��`;