6 lines
124 B
MySQL
6 lines
124 B
MySQL
|
-- Test that deduplication respects chunk ordering
|
||
|
-- IOX_SETUP: ChunkOrder
|
||
|
|
||
|
-- query data
|
||
|
SELECT * from cpu order by time;
|