~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_ujis.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 = 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 `��܏�ݏ��`;