Commit e58e0ff0 authored by Rich Prohaska's avatar Rich Prohaska

#154 translate CRNL to NL

parent 5c147cc9
......@@ -7,9 +7,9 @@ SET DEFAULT_STORAGE_ENGINE = 'tokudb';
DROP TABLE IF EXISTS test_bug;
--enable_warnings
create table test_bug (
id INT NOT NULL PRIMARY KEY,
foo CHAR(10)
create table test_bug (
id INT NOT NULL PRIMARY KEY,
foo CHAR(10)
) ENGINE=TokuDB;
set session transaction isolation level read uncommitted;
......
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