Michael Kolupaev
|
4c92b5f220
|
Fixed segfault when some of the nested columns are missing. [#METR-10564]
|
2014-03-24 20:10:14 +04:00 |
|
Michael Kolupaev
|
258b14b506
|
Fixed segfault with table functions. [#METR-10549]
|
2014-03-24 17:24:47 +04:00 |
|
Evgeniy Gatov
|
0623447960
|
Merge
|
2014-03-24 15:00:08 +04:00 |
|
Alexey Milovidov
|
9abadce603
|
dbms: updated tests [#METR-2944].
|
2014-03-24 06:50:39 +04:00 |
|
Alexey Milovidov
|
8aaecae5fb
|
dbms: updated tests [#METR-2944].
|
2014-03-24 06:50:25 +04:00 |
|
Alexey Milovidov
|
e2292225ef
|
Added gitignore [#METR-2944].
|
2014-03-24 04:37:39 +04:00 |
|
Alexey Milovidov
|
2813909ed3
|
dbms: modified test [#METR-2944].
|
2014-03-24 00:45:42 +04:00 |
|
Alexey Milovidov
|
dae349ba00
|
dbms: added tests [#METR-2944].
|
2014-03-24 00:40:55 +04:00 |
|
Alexey Milovidov
|
fc45d3cc5b
|
dbms: mofified test [#METR-2944].
|
2014-03-23 19:16:58 +04:00 |
|
Alexey Milovidov
|
93472c9103
|
dbms: added test [#METR-2944].
|
2014-03-23 19:08:31 +04:00 |
|
Alexey Milovidov
|
a646848ded
|
dbms: modified test [#METR-2944].
|
2014-03-23 07:46:25 +04:00 |
|
Alexey Milovidov
|
84ce7d6225
|
dbms: modified test [#METR-2944].
|
2014-03-23 07:40:09 +04:00 |
|
Alexey Milovidov
|
18a7749a04
|
dbms: modified test [#METR-2944].
|
2014-03-23 07:37:51 +04:00 |
|
Alexey Milovidov
|
40b02cae63
|
dbms: added test script [#METR-2944].
|
2014-03-23 07:26:07 +04:00 |
|
Alexey Milovidov
|
428618cd8e
|
Merge
|
2014-03-23 02:12:47 +04:00 |
|
Alexey Milovidov
|
21daad39e4
|
Merge
|
2014-03-23 02:05:45 +04:00 |
|
Alexey Milovidov
|
cfba8b355f
|
Merge
|
2014-03-23 01:49:12 +04:00 |
|
Alexey Milovidov
|
05376a3c5f
|
Merge
|
2014-03-23 01:34:14 +04:00 |
|
Alexey Milovidov
|
354f99b47f
|
Merge
|
2014-03-23 01:26:57 +04:00 |
|
Alexey Milovidov
|
46b97524ee
|
Merge
|
2014-03-23 00:48:31 +04:00 |
|
Alexey Milovidov
|
e48d397697
|
Merge
|
2014-03-23 00:42:35 +04:00 |
|
Alexey Milovidov
|
7d266becf1
|
Merge
|
2014-03-23 00:18:35 +04:00 |
|
Alexey Milovidov
|
e4665a9f95
|
Merge
|
2014-03-22 22:29:30 +04:00 |
|
Alexey Milovidov
|
2ff699ce6f
|
Merge
|
2014-03-22 22:27:19 +04:00 |
|
Michael Kolupaev
|
3a6d19d639
|
Removed unnecessary context lock during ALTER. [METR-10202]
|
2014-03-21 13:26:01 +03:00 |
|
Pavel Kartavyy
|
7dc31a3ba3
|
olap compability: removed ClickPhraseID, ClickTargetPhraseID [#METR-10322]
|
2014-03-21 12:33:35 +04:00 |
|
Michael Kolupaev
|
708f87a307
|
Merge
|
2014-03-20 21:36:30 +04:00 |
|
Michael Kolupaev
|
4d201fa0e5
|
Merge
|
2014-03-20 21:34:40 +04:00 |
|
Michael Kolupaev
|
280dd19e63
|
Fixed SELECT without table. [#METR-10202]
|
2014-03-20 21:05:22 +04:00 |
|
Michael Kolupaev
|
6df8500852
|
Fixed dropping tables. [#METR-10202]
|
2014-03-20 17:28:49 +04:00 |
|
Michael Kolupaev
|
c5da5fd5f0
|
Merge
|
2014-03-20 17:00:42 +04:00 |
|
Michael Kolupaev
|
059e0f7e11
|
Fixed build. [#METR-10202]
|
2014-03-20 15:01:56 +04:00 |
|
Michael Kolupaev
|
e10125a052
|
Using IStorage locks properly in most places. Got rid of StoragePtr and DatabaseDropper. Drops are now synchronous. [#METR-10202]
|
2014-03-20 14:59:45 +04:00 |
|
Sergey Fedorov
|
730079e99d
|
dbms: fixed bug with incorrect to_stage calculation in storage distributed [METR-10499]
|
2014-03-19 16:49:40 +04:00 |
|
Michael Kolupaev
|
d123bbc271
|
clickhouse: fixed bad_cast when formatting AST with PREWHERE. [#METR-10504]
|
2014-03-19 16:01:39 +04:00 |
|
Michael Kolupaev
|
4f46874933
|
added a couple of comments. [#METR-10202]
|
2014-03-19 15:44:41 +04:00 |
|
Michael Kolupaev
|
67c563a4d3
|
Added locks to IStorage. Some race conditions are fixed, some are introduced, along with some possible deadlocks. [#METR-10202]
|
2014-03-19 14:45:13 +04:00 |
|
Alexey Milovidov
|
9ffad47bdc
|
dbms: fixed error [#METR-10489].
|
2014-03-18 21:45:54 +04:00 |
|
Alexey Milovidov
|
68dd884b1f
|
dbms: tiny modification [#METR-10489].
|
2014-03-18 21:23:30 +04:00 |
|
Alexey Milovidov
|
2c4a89b7fe
|
Merge
|
2014-03-18 21:21:17 +04:00 |
|
Alexey Milovidov
|
ce98defebe
|
dbms: fixed error [#METR-10489].
|
2014-03-18 21:20:44 +04:00 |
|
Sergey Fedorov
|
a92d7255ef
|
dbms: removed cerr in table function remote [METR-10477]
|
2014-03-18 17:19:22 +04:00 |
|
Sergey Fedorov
|
5d04a9ba34
|
dbms: bug-fix, exception on empty shard list in table function remote [METR-10477]
|
2014-03-18 16:40:50 +04:00 |
|
Alexey Milovidov
|
f7e2ba67c0
|
dbms: fixed error with query formatting [#METR-10476].
|
2014-03-17 23:56:37 +04:00 |
|
Michael Kolupaev
|
0faca75b37
|
Merge
|
2014-03-17 22:27:43 +04:00 |
|
Alexey Milovidov
|
806003d19e
|
dbms: removed old commented code [#METR-2944].
|
2014-03-16 19:56:42 +04:00 |
|
Michael Kolupaev
|
758b1414a7
|
Merge
|
2014-03-14 21:19:38 +04:00 |
|
Michael Kolupaev
|
ba9315d264
|
Merge
|
2014-03-14 21:03:52 +04:00 |
|
Pavel Kartavyy
|
4384ba0009
|
zookeeper: added config description [#METR-10172]
|
2014-03-14 13:31:25 +04:00 |
|
Michael Kolupaev
|
420d5696ea
|
clickhouse: fixed ARRAY JOIN in distributed queries without WHERE and aggregation. [#METR-10349]
|
2014-03-14 12:30:50 +04:00 |
|