dbms: added test [#METR-15371].

This commit is contained in:
Alexey Milovidov 2015-03-10 23:18:44 +03:00
parent ad71fa8155
commit afeba8479c
2 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,9 @@
\0
\0\0
\0\0\0
\0\0\0\0
\0\0\0\0\0
\0\0\0\0\0\0
\0\0\0\0\0\0\0
\0\0\0\0\0\0\0\0
\0\0\0\0\0\0\0\0\0

View File

@ -0,0 +1,9 @@
SELECT materialize(toFixedString('', 1)) AS x FROM system.one GROUP BY x;
SELECT materialize(toFixedString('', 2)) AS x FROM system.one GROUP BY x;
SELECT materialize(toFixedString('', 3)) AS x FROM system.one GROUP BY x;
SELECT materialize(toFixedString('', 4)) AS x FROM system.one GROUP BY x;
SELECT materialize(toFixedString('', 5)) AS x FROM system.one GROUP BY x;
SELECT materialize(toFixedString('', 6)) AS x FROM system.one GROUP BY x;
SELECT materialize(toFixedString('', 7)) AS x FROM system.one GROUP BY x;
SELECT materialize(toFixedString('', 8)) AS x FROM system.one GROUP BY x;
SELECT materialize(toFixedString('', 9)) AS x FROM system.one GROUP BY x;