Skip to content

Commit

Permalink
Modified because different result on Windows and Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Buggynours committed Jan 1, 2019
1 parent 4cdeee1 commit 4b3b3bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/connect/mysql-test/connect/t/part_table.test
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ SELECT * FROM xt2;
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;
INSERT INTO xt3 VALUES(60,'sixty'),(81,'eighty one'),(72,'seventy two');
SELECT * FROM xt3;

Expand Down

0 comments on commit 4b3b3bf

Please sign in to comment.