1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Bug#29323 mysql client only accetps ANSI encoded files

Fix: ignore BOM marker in the first line.
This commit is contained in:
bar@mysql.com/bar.myoffice.izhnet.ru
2007-10-04 13:06:01 +05:00
parent d155f65a96
commit 2b42750a51
3 changed files with 22 additions and 0 deletions

View File

@ -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