Re: some questions related to Unicode
Posted by: Peter Gulutzan
Date: August 26, 2008 03:23PM

1. Data is sorted according to the collation that you pick.
2. To see a list of supported collations, "show collation"
or "select * from information_schema.collations".
3. We don't distinguish "Unicode" from "English".
4. Collation depends on data, not on user. But you can change defaults.
5. "show create table" or "select ... from information_schema.columns ...".
6. English names take 4 bytes in latin1, 4 bytes in UTF8, 8 bytes in UCS2.

Peter Gulutzan
MySQL / Sun

Options: ReplyQuote


Subject
Views
Written By
Posted
3556
August 25, 2008 08:33PM
Re: some questions related to Unicode
2523
August 26, 2008 03:23PM
2521
August 26, 2008 09:10PM
2385
September 01, 2008 09:38PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.