~ubuntu-branches/ubuntu/precise/mysql-5.1/precise

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Tretkowski
  • Date: 2010-03-17 14:56:02 UTC
  • Revision ID: james.westby@ubuntu.com-20100317145602-x7e30l1b2sb5s6w6
Tags: upstream-5.1.45
Import upstream version 5.1.45

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 = ucs2;
 
6
SET character_set_server = ucs2;
 
7
CREATE DATABASE `�ƎΎݎ���`;
 
8
CREATE DATABASE `���ܸ�`;
 
9
CREATE DATABASE `��܏�ݏ��`;
 
10
SELECT schema_name from information_schema.schemata where schema_name <> 'mtr';
 
11
schema_name
 
12
information_schema
 
13
���ܸ�
 
14
��܏�ݏ��
 
15
�ƎΎݎ���
 
16
mysql
 
17
test
 
18
USE `�ƎΎݎ���`;
 
19
USE `���ܸ�`;
 
20
USE `��܏�ݏ��`;
 
21
DROP DATABASE `�ƎΎݎ���`;
 
22
DROP DATABASE `���ܸ�`;
 
23
DROP DATABASE `��܏�ݏ��`;