mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Create 'main' test directory and move 't' and 'r' there
This commit is contained in:
72
mysql-test/main/mysql_locale_posix.result
Normal file
72
mysql-test/main/mysql_locale_posix.result
Normal file
@ -0,0 +1,72 @@
|
||||
SET NAMES utf8;
|
||||
DROP DATABASE IF EXISTS `ó`;
|
||||
DROP DATABASE IF EXISTS `Ăł`;
|
||||
DROP DATABASE IF EXISTS `цЁ`;
|
||||
DROP DATABASE IF EXISTS `ó`;
|
||||
|
||||
iso88591
|
||||
@@character_set_client
|
||||
latin1
|
||||
Database: ó
|
||||
+--------+
|
||||
| Tables |
|
||||
+--------+
|
||||
+--------+
|
||||
|
||||
iso88592
|
||||
@@character_set_client
|
||||
latin2
|
||||
Database: ó
|
||||
+--------+
|
||||
| Tables |
|
||||
+--------+
|
||||
+--------+
|
||||
|
||||
koi8r
|
||||
@@character_set_client
|
||||
koi8r
|
||||
Database: ó
|
||||
+--------+
|
||||
| Tables |
|
||||
+--------+
|
||||
+--------+
|
||||
|
||||
utf8
|
||||
@@character_set_client
|
||||
utf8
|
||||
Database: ó
|
||||
+--------+
|
||||
| Tables |
|
||||
+--------+
|
||||
+--------+
|
||||
Database: ó
|
||||
+--------+
|
||||
| Tables |
|
||||
+--------+
|
||||
+--------+
|
||||
Database: Ăł
|
||||
+--------+
|
||||
| Tables |
|
||||
+--------+
|
||||
+--------+
|
||||
Database: цЁ
|
||||
+--------+
|
||||
| Tables |
|
||||
+--------+
|
||||
+--------+
|
||||
SHOW DATABASES LIKE 'ó';
|
||||
Database (ó)
|
||||
ó
|
||||
SHOW DATABASES LIKE 'Ăł';
|
||||
Database (Ăł)
|
||||
Ăł
|
||||
SHOW DATABASES LIKE 'цЁ';
|
||||
Database (цЁ)
|
||||
цЁ
|
||||
SHOW DATABASES LIKE 'ó';
|
||||
Database (ó)
|
||||
ó
|
||||
DROP DATABASE `ó`;
|
||||
DROP DATABASE `Ăł`;
|
||||
DROP DATABASE `цЁ`;
|
||||
DROP DATABASE `ó`;
|
Reference in New Issue
Block a user