~drizzle-developers/ubuntu/natty/drizzle/natty

« back to all changes in this revision

Viewing changes to tests/suite/jp/r/jp_create_db_ujis.result

  • Committer: Monty Taylor
  • Date: 2010-03-03 19:27:30 UTC
  • mto: (1308.1.2 trunk)
  • mto: This revision was merged to the branch mainline in revision 1278.
  • Revision ID: mordred@inaugust.com-20100303192730-o2o3nmp0lzhuatbe
Tags: upstream-2010.03.1317
Import upstream version 2010.03.1317

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
 
SHOW DATABASES;
10
 
Database
11
 
mysql
12
 
test
13
 
���ܸ�
14
 
��܏�ݏ��
15
 
�ƎΎݎ���
16
 
USE `�ƎΎݎ���`;
17
 
USE `���ܸ�`;
18
 
USE `��܏�ݏ��`;
19
 
DROP DATABASE `�ƎΎݎ���`;
20
 
DROP DATABASE `���ܸ�`;
21
 
DROP DATABASE `��܏�ݏ��`;