Skip to content

Commit

Permalink
Correct typo in endian.test
Browse files Browse the repository at this point in the history
  • Loading branch information
Buggynours committed Jul 7, 2015
1 parent 0efaedf commit fdd9af5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion storage/connect/mysql-test/connect/r/endian.result
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,4 @@ fig name birth id salary dept
123 OLIVER 1953-08-10 23456 3400.68 2158
3123 FOO 2002-07-23 888 0.00 318
5555 RONALD 1980-02-26 3333 4444.44 555
DROP TABLE t1, T2;
DROP TABLE t1, t2;
2 changes: 1 addition & 1 deletion storage/connect/mysql-test/connect/t/endian.test
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ CREATE TABLE t2 (
) ENGINE=CONNECT TABLE_TYPE=BIN BLOCK_SIZE=5 FILE_NAME='Testbal.bin';
SELECT * FROM t2;

DROP TABLE t1, T2;
DROP TABLE t1, t2;

#
# Clean up
Expand Down

0 comments on commit fdd9af5

Please sign in to comment.