2019-11-27 10:29:03 +01:00
|
|
|
#
|
|
|
|
# MDEV-17088 Provide tools to encode/decode mysql-encoded file system names
|
|
|
|
#
|
|
|
|
# default encoding
|
|
|
|
t1
|
|
|
|
t1
|
|
|
|
t1
|
|
|
|
# invalid option
|
|
|
|
mariadb-conv: unknown option '-r'
|
|
|
|
# unknown "to" character set
|
|
|
|
Character set unknown-cs is not supported
|
|
|
|
# unknown "from" character set
|
|
|
|
Character set unknown-cs is not supported
|
2019-12-03 14:21:25 +01:00
|
|
|
# Bad delimiter
|
|
|
|
Bad --delimiter value
|
|
|
|
# Conversion error
|
2021-02-14 21:09:37 +01:00
|
|
|
Conversion from utf8mb3 to latin1 failed at position 7
|
2019-12-03 14:21:25 +01:00
|
|
|
aaa
|
|
|
|
xxx???xxx
|
|
|
|
bbb
|
|
|
|
# Bad input character
|
2021-02-14 21:09:37 +01:00
|
|
|
Illegal utf8mb3 byte sequence at position 7
|
2019-12-03 14:21:25 +01:00
|
|
|
aaa
|
|
|
|
xxx???xxx
|
|
|
|
bbb
|