fix of warning on windows
This commit is contained in:
parent
496f7090a8
commit
9c84852809
@ -374,8 +374,7 @@ INSERT INTO t1 VALUES (_cp1251 0xC0C1C2C3);
|
||||
Warnings:
|
||||
Level Warning
|
||||
Code 1105
|
||||
Message Com error: Impossible d'enregistrer le caractère dans le codage iso-8859-1.
|
||||
|
||||
Message warning about characters outside of iso-8859-1
|
||||
INSERT INTO t1 VALUES ('&<>"\'');
|
||||
SELECT node, hex(node) FROM t1;
|
||||
node &<>"'
|
||||
|
@ -300,6 +300,7 @@ CREATE TABLE t1 (node VARCHAR(50))
|
||||
ENGINE=connect TABLE_TYPE=xml FILE_NAME='t1.xml'
|
||||
OPTION_LIST='xmlsup=domdoc,rownode=line,encoding=iso-8859-1';
|
||||
INSERT INTO t1 VALUES (_latin1 0xC0C1C2C3);
|
||||
--replace_regex /.*iso-8859-1.*/warning about characters outside of iso-8859-1/
|
||||
INSERT INTO t1 VALUES (_cp1251 0xC0C1C2C3);
|
||||
INSERT INTO t1 VALUES ('&<>"\'');
|
||||
SELECT node, hex(node) FROM t1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user