Michael Kolupaev
|
dba95b4de5
|
Merge
|
2014-04-22 15:20:02 +04:00 |
|
Michael Kolupaev
|
ad3954a28a
|
zkutil: explained a test. [#METR-10202]
|
2014-04-22 15:20:02 +04:00 |
|
Michael Kolupaev
|
052b2bd83b
|
zkcpp: added test showing that zkcpp blocks calls forever after session expiration. [#METR-10202]
|
2014-04-22 15:20:02 +04:00 |
|
Michael Kolupaev
|
c2b556f51b
|
Merge
|
2014-04-22 14:43:18 +04:00 |
|
Michael Kolupaev
|
345b1bfb44
|
Merge
|
2014-04-22 14:41:53 +04:00 |
|
Alexey Milovidov
|
87b81913eb
|
Merge
|
2014-04-21 21:51:19 +04:00 |
|
Evgeniy Gatov
|
eb4fcf9c7f
|
Merge
|
2014-04-21 21:17:42 +04:00 |
|
Alexey Milovidov
|
b07f478984
|
dbms: added tests [#METR-10705].
|
2014-04-21 20:20:57 +04:00 |
|
Alexey Milovidov
|
554d329064
|
dbms: fixed WITH TOTALS and LIMIT/DISTINCT [#METR-10705].
|
2014-04-21 20:09:04 +04:00 |
|
Evgeniy Gatov
|
7e5596b08e
|
Merge
|
2014-04-21 18:43:15 +04:00 |
|
Sergey Magidovich
|
ea1b40abb1
|
Merge
|
2014-04-21 17:27:27 +04:00 |
|
Pavel Kartavyy
|
72edd15363
|
███████████: added writing files to zookeeper [#METR-10172]
|
2014-04-21 16:29:23 +04:00 |
|
Sergey Magidovich
|
df1b10434c
|
Merge
|
2014-04-21 15:21:33 +04:00 |
|
Pavel Kartavyy
|
f53eba5eed
|
zkutil: added path to exception [#METR-10190]
|
2014-04-21 11:26:08 +04:00 |
|
Pavel Kartavyy
|
892cc08ece
|
added fetch tags in create_revision.sh
|
2014-04-21 11:26:08 +04:00 |
|
Sergey Fedorov
|
64ca649a27
|
dbms: fixed bug in Client, user and password now work properly [METR-10801]
|
2014-04-18 19:52:27 +04:00 |
|
Sergey Fedorov
|
e1c84869f7
|
dbms: fixed compilation buf [METR-8983]
|
2014-04-18 18:40:05 +04:00 |
|
Sergey Fedorov
|
5e4f412040
|
dbms: bug-fix, profile is not storing for now [METR-8983]
|
2014-04-18 18:33:44 +04:00 |
|
Pavel Kartavyy
|
521577dced
|
dbms: fixed bug [#METR-10190]
|
2014-04-18 18:26:00 +04:00 |
|
Pavel Kartavyy
|
2d131264e1
|
statdaemons: improvement [#METR-10190]
|
2014-04-18 18:26:00 +04:00 |
|
Pavel Kartavyy
|
16d8fe8ab0
|
zkutil: added state to LeaderElection [#METR-10190]
|
2014-04-18 18:25:59 +04:00 |
|
Sergey Fedorov
|
4c7dd4e269
|
dbms: storing settings and default database in client [METR-8983]
|
2014-04-18 17:59:39 +04:00 |
|
Michael Kolupaev
|
88644b2377
|
Merge
|
2014-04-18 15:05:30 +04:00 |
|
Michael Kolupaev
|
2ff0b62529
|
Merge
|
2014-04-18 14:37:26 +04:00 |
|
Michael Kolupaev
|
30db4e41ec
|
Merge
|
2014-04-18 14:05:38 +04:00 |
|
Michael Kolupaev
|
d5215ae37e
|
Better handling of old checksums files. [#METR-10202]
|
2014-04-18 13:55:25 +04:00 |
|
Michael Kolupaev
|
68049a0162
|
Merge
|
2014-04-18 13:55:25 +04:00 |
|
Sergey Fedorov
|
d0452204ad
|
dbms: profile event UncompressedCacheWeightLost [METR-10570]
|
2014-04-17 19:46:58 +04:00 |
|
Sergey Fedorov
|
a670bd654b
|
dbms: no exception on zero index, added to the test [METR-10798]
|
2014-04-17 18:56:58 +04:00 |
|
Sergey Fedorov
|
e48c3d7b5e
|
dbms: array element support non-constant index + test on new functionality [METR-10798]
|
2014-04-17 18:37:59 +04:00 |
|
Alexey Milovidov
|
04c7058d99
|
dbms: OLAP compatibility: fixed typo [#METR-10821].
|
2014-04-16 16:56:32 +04:00 |
|
Alexey Milovidov
|
0320c10381
|
dbms: trying to raise ulimit on number of file descriptors on startup [#METR-2944].
|
2014-04-15 20:39:56 +04:00 |
|
Sergey Fedorov
|
6bbf1c450d
|
client: small fix on sending settings [METR-10801]
|
2014-04-15 18:01:48 +04:00 |
|
Sergey Fedorov
|
e7756b8acc
|
dbms: fixed bug on droping database with materialized view [METR-10848]
|
2014-04-15 18:00:33 +04:00 |
|
Sergey Fedorov
|
342592bffb
|
dbms: exception if client sends settings in readonly mod, client loads settings also from config file [METR-10801]
|
2014-04-15 17:36:32 +04:00 |
|
Sergey Fedorov
|
414af624c7
|
functions: Fixed. Function array now accept arguments of different types. Also added simple test [METR-10799]
|
2014-04-15 16:13:24 +04:00 |
|
Michael Kolupaev
|
07d9ab9bbf
|
Merge
|
2014-04-14 17:13:20 +04:00 |
|
Michael Kolupaev
|
3dc646c066
|
Merge
|
2014-04-14 17:08:26 +04:00 |
|
Michael Kolupaev
|
ee6a647245
|
Merge
|
2014-04-14 14:56:06 +04:00 |
|
Michael Kolupaev
|
b9c4a3419a
|
Merge
|
2014-04-14 14:19:38 +04:00 |
|
Michael Kolupaev
|
f362d03611
|
Merge
|
2014-04-14 14:19:38 +04:00 |
|
Michael Kolupaev
|
7fa79382f4
|
PushingToViewsBlockOutputStream: not calling storage->write() on each block, not copying a block. [#METR-10763]
|
2014-04-14 14:19:38 +04:00 |
|
Alexey Milovidov
|
027ff900dc
|
dbms: added function to convert from FixedString [#METR-10840].
|
2014-04-13 17:58:54 +04:00 |
|
Alexey Milovidov
|
4dfbecd242
|
dbms: added tests [#METR-10840].
|
2014-04-13 17:56:28 +04:00 |
|
Alexey Milovidov
|
fedcc0081a
|
dbms: better [#METR-10841].
|
2014-04-13 13:46:36 +04:00 |
|
Alexey Milovidov
|
813406b01b
|
dbms: added line and column information in case of syntax error in multiline query [#METR-10728].
|
2014-04-13 12:52:50 +04:00 |
|
Alexey Milovidov
|
1700e1f761
|
Revert "functions: function array now accept arguments of different types [METR-10799]"
This reverts commit 6a217ce09f5f1e7f3ed753d356f5548ae58498c7.
|
2014-04-12 20:34:10 +04:00 |
|
Alexey Milovidov
|
b5c63dade9
|
Merge
|
2014-04-12 20:11:06 +04:00 |
|
Alexey Milovidov
|
29186e8a17
|
dbms: improved code [#METR-10498].
|
2014-04-12 19:49:36 +04:00 |
|
Michael Kolupaev
|
563e0bf025
|
Merge
|
2014-04-11 22:04:31 +04:00 |
|