ClickHouse/dbms
Pavel Kartavyy 8d857bd434 Fixed coding style. Changed extractAll behaviour [#CONV-8285]
Now extractAll works without overcrossing.
New version:
#extractAll('abba', 'abbabba)
>['abba']

Old one:
#extractAll('abba', 'abbabba)
>['abba', 'abba']
2013-08-05 08:40:56 +00:00
..
include/DB Fixed coding style. Changed extractAll behaviour [#CONV-8285] 2013-08-05 08:40:56 +00:00
scripts RegionsNames development [#CONV-7735] 2013-06-05 10:41:36 +00:00
src dbms: fixed error when receiving incorrect packet type [#CONV-2944]. 2013-08-04 00:42:35 +00:00