~stewart/drizzle/embedded-innodb-create-select-transaction-arrgh

« back to all changes in this revision

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

  • Committer: brian
  • Date: 2008-06-25 05:29:13 UTC
  • Revision ID: brian@localhost.localdomain-20080625052913-6upwo0jsrl4lnapl
clean slate

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 `��܏�ݏ��`;