Details
-
Task
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
There is a long standing feature request from Myanmar users:
http://bugs.mysql.com/bug.php?id=22008
The users are still waiting for the collation.
This task needs MDEV-4928 to be merged from MySQL-5.6 first.
Attachments
Issue Links
- is blocked by
-
MDEV-4928 Merge collation customization improvements
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Description |
There is a long standing feature request from Myanmar users: http://bugs.mysql.com/bug.php?id=22008 The users are still waiting for the collation: https://lists.askmonty.org/pipermailp/info/2013-August/001006.html This task needs |
There is a long standing feature request from Myanmar users: http://bugs.mysql.com/bug.php?id=22008 The users are still waiting for the collation. This task needs |
Issue Type | Bug [ 1 ] | Task [ 3 ] |
Comment | [ I meant "Sorry for a late reply" of course :) ] |
Attachment | Index.xml.gz [ 23900 ] |
Comment |
[ Here is output MariaDB [mysql]> drop table if exists t1; Query OK, 0 rows affected, 1 warning (0.00 sec) MariaDB [mysql]> create table t1 (a varchar(10) character set utf8 collate utf8_myanmar_ci); ERROR 1273 (HY000): Unknown collation: 'utf8_myanmar_ci' MariaDB [mysql]> show warnings; +-------+------+--------------------------------------+ +-------+------+--------------------------------------+ +-------+------+--------------------------------------+ 1 row in set (0.00 sec) MariaDB [mysql]> On Tue, Oct 15, 2013 at 1:21 PM, Sithu Thwin (JIRA) < jira@mariadb.atlassian.net> wrote: -- ] |
Attachment | sorting.zip [ 23905 ] | |
Attachment | sorting.png [ 23906 ] |
Attachment | sorting.zip [ 23910 ] | |
Attachment | great_sa.jpg [ 23911 ] | |
Attachment | sort.sql [ 23912 ] |
Attachment | vowel O exception.jpg [ 23918 ] |
Attachment | my100.txt [ 24101 ] |
Attachment | Index.xml.gz [ 24305 ] |
Fix Version/s | 10.0.7 [ 14100 ] | |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Workflow | defaullt [ 28509 ] | MariaDB v2 [ 42673 ] |
Workflow | MariaDB v2 [ 42673 ] | MariaDB v3 [ 61664 ] |
Workflow | MariaDB v3 [ 61664 ] | MariaDB v4 [ 132182 ] |
I want to help. But I don't know how. I've already checkout latest source code from launchpad. Can anyone guide me how to and where to start ?