mirror of
https://github.com/MariaDB/server.git
synced 2025-11-16 20:23:18 +03:00
The above query created a field of koi8r charset, not cp1251 Change: CREATE TABLE a (a CHAR(1) CHARACTER SET utf8) Length now means character length, not byte length. The above creates a field that guarantees can store a multibyte value 1 character long. For utf8 the above creates a field that can store 3 bytes.
43 KiB
43 KiB