diff options
Diffstat (limited to 'mysql-test/suite/client/mariadb-conv-utf16.result')
-rw-r--r-- | mysql-test/suite/client/mariadb-conv-utf16.result | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mysql-test/suite/client/mariadb-conv-utf16.result b/mysql-test/suite/client/mariadb-conv-utf16.result new file mode 100644 index 00000000000..76b98ef81ce --- /dev/null +++ b/mysql-test/suite/client/mariadb-conv-utf16.result @@ -0,0 +1,13 @@ +# +# MDEV-17088 Provide tools to encode/decode mysql-encoded file system names +# +SET NAMES utf8; +# Bad delimiter +--delimiter cannot be used with utf16 to utf8 conversion +# Bad delimiter +--delimiter cannot be used with utf8 to utf16 conversion +# Start of file01.utf16.txt +aaa +xxxяяяxxx +bbb +# End of file01.utf16.txt |