Commit fdd9af56 authored by Olivier Bertrand's avatar Olivier Bertrand

Correct typo in endian.test

parent 0efaedf4
......@@ -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;
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment