diff options
author | unknown <bar@mysql.com/bar.myoffice.izhnet.ru> | 2007-10-04 13:06:01 +0500 |
---|---|---|
committer | unknown <bar@mysql.com/bar.myoffice.izhnet.ru> | 2007-10-04 13:06:01 +0500 |
commit | d0b076b66cef0335a884fa96c1c636bbef31a9db (patch) | |
tree | 9a32d919ba7b45b7843068fafa4433d65f6c1dff /mysql-test/r/mysql.result | |
parent | 11045636df54d53159cba0dfdfe4ffae47586cdb (diff) | |
download | mariadb-git-d0b076b66cef0335a884fa96c1c636bbef31a9db.tar.gz |
Bug#29323 mysql client only accetps ANSI encoded files
Fix: ignore BOM marker in the first line.
client/mysql.cc:
Skip BOM marker in the very first line.
mysql-test/r/mysql.result:
Adding test
mysql-test/t/mysql.test:
Adding test
Diffstat (limited to 'mysql-test/r/mysql.result')
-rw-r--r-- | mysql-test/r/mysql.result | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/r/mysql.result b/mysql-test/r/mysql.result index c6e589a5fb7..eded1a3fc3b 100644 --- a/mysql-test/r/mysql.result +++ b/mysql-test/r/mysql.result @@ -178,4 +178,6 @@ ERROR at line 1: DELIMITER cannot contain a backslash character 1 1 1 +This is a file starting with UTF8 BOM 0xEFBBBF +This is a file starting with UTF8 BOM 0xEFBBBF End of 5.0 tests |