Files
MaxScale/maxscale-system-test/create.sql
Timofey Turenko 8c6ca38a8a add tests
2017-05-23 21:09:30 +03:00

3 lines
93 B
SQL

DROP TABLE IF EXISTS test.large_event;
CREATE TABLE test.large_event(id INT, data LONGBLOB);