mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
Modified because different result on Windows and Linux
This commit is contained in:
parent
4b3b3bfe56
commit
720dedb333
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ id msg
|
|||
CREATE TABLE xt3 (
|
||||
id INT KEY NOT NULL,
|
||||
msg VARCHAR(32))
|
||||
ENGINE=CONNECT TABLE_TYPE=CSV AVG_ROW_LENGTH=5;
|
||||
ENGINE=CONNECT TABLE_TYPE=CSV AVG_ROW_LENGTH=6;
|
||||
Warnings:
|
||||
Warning 1105 No file name. Table will use xt3.csv
|
||||
INSERT INTO xt3 VALUES(60,'sixty'),(81,'eighty one'),(72,'seventy two');
|
||||
|
|
Loading…
Reference in a new issue