~ubuntu-branches/ubuntu/karmic/mysql-dfsg-5.1/karmic

« back to all changes in this revision

Viewing changes to mysql-test/suite/jp/t/jp_create_db_utf8.test

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug
  • Date: 2009-06-25 12:55:45 UTC
  • mfrom: (0.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20090625125545-v27uqh8rlsj8uh2y
Tags: upstream-5.1.34
Import upstream version 5.1.34

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
CREATE DATABASE `日本語`;
17
17
CREATE DATABASE `龔龖龗`;
18
18
 
19
 
SHOW DATABASES;
 
19
SELECT schema_name from information_schema.schemata where schema_name <> 'mtr';
20
20
 
21
21
USE `ニホンゴ`;
22
22
USE `日本語`;