Commit Graph

2690 Commits

Author SHA1 Message Date
Alexey Milovidov
5494becf65 Merge 2014-05-19 11:17:38 +04:00
Alexey Milovidov
8b5be77c11 dbms: updated test [#METR-2944]. 2014-05-19 11:17:15 +04:00
Alexey Milovidov
c99921fc14 dbms: tiny improvement [#METR-2944]. 2014-05-19 08:54:54 +04:00
Alexey Milovidov
ea4c75ac82 dbms: TwoLevelHashTable: improvement [#METR-2944]. 2014-05-19 08:53:05 +04:00
Michael Kolupaev
06edb12dbe Merge 2014-05-16 19:55:57 +04:00
Michael Kolupaev
ca6f5df30e zkutil: tiny logging improvement. [#METR-2807] 2014-05-16 19:54:39 +04:00
Pavel Kartavyy
226ea78f5b Revert "improved revision detection"
This reverts commit 6bfc93eac0b05885e1cbc7954d394f4d64a607e5.
2014-05-16 16:37:21 +04:00
Sergey Fedorov
cd48cb6cba dbms: extracting columns list from select query for storage view [METR-11084] 2014-05-16 15:06:31 +04:00
Alexey Milovidov
a4fc77a8cb dbms: removed useless code, fixed error [#METR-10719]. 2014-05-16 05:25:20 +04:00
Sergey Fedorov
aae61e105b client: not allowing unknown options in client [METR-11064] 2014-05-15 17:14:57 +04:00
Pavel Kartavyy
0dabdd9950 improved revision detection 2014-05-15 15:26:16 +04:00
Sergey Fedorov
f5d07ed9dd dbms: fixed uninitialized variable in set.h [METR-11023] 2014-05-15 14:45:44 +04:00
Sergey Fedorov
32e1a76960 dbms: fixed number parsing error in table function remote [METR-11112] 2014-05-15 14:39:52 +04:00
Sergey Fedorov
2bdcb127ec dbms: fixed compilation bug [METR-11023] 2014-05-15 14:35:02 +04:00
Sergey Fedorov
b308db2434 dbms: limits for transfering external tables, only_external mode in set [METR-11023] 2014-05-15 14:24:03 +04:00
Michael Kolupaev
ed26098886 Merge 2014-05-14 21:51:43 +04:00
Alexey Milovidov
ca4717e69a dbms: Client: fixed error in command line options [#METR-2944]. 2014-05-14 21:35:51 +04:00
Sergey Fedorov
208e5ccdce dbms: rewriting logic of global in queries [METR-10974] 2014-05-14 19:07:51 +04:00
Michael Kolupaev
90c5aacde6 dbms: fixed a test with undefined result. [#METR-2807] 2014-05-14 18:34:33 +04:00
Michael Kolupaev
4e2f2eca05 dbms: small fix. [#METR-2807] 2014-05-14 18:20:34 +04:00
Michael Kolupaev
19a037c8a4 dbms: fixed default users config name. [#METR-2807] 2014-05-14 18:19:58 +04:00
Pavel Kartavyy
c39737b755 zkcpp: timeout if zk session is expired [#METR-11085] 2014-05-13 23:01:03 +04:00
Michael Kolupaev
728bdf4928 Merge 2014-05-13 15:24:16 +04:00
Michael Kolupaev
f17b46548c fixed build. [#METR-10202] 2014-05-13 14:34:45 +04:00
Michael Kolupaev
2765b93851 Merge 2014-05-13 14:16:33 +04:00
Michael Kolupaev
90e93b171d Merge 2014-05-13 14:10:26 +04:00
Evgeniy Gatov
889365cebe Merge 2014-05-13 12:01:24 +04:00
Alexey Milovidov
2326d31f62 dbms: fixed error [#METR-10945]. 2014-05-12 21:27:48 +04:00
Sergey Magidovich
9e1410931e Merge 2014-05-12 08:42:06 +04:00
Alexey Milovidov
7c923f5799 dbms: TwoLevelHashTable: fixed error [#METR-2944]. 2014-05-12 07:11:45 +04:00
Alexey Milovidov
027e80e2b6 dbms: Fixed possible uninitialized memory read [#METR-2944]. 2014-05-12 04:49:24 +04:00
Alexey Milovidov
8198d86f5a dbms: fixed errors on clang [#METR-2807]. 2014-05-12 04:45:50 +04:00
Alexey Milovidov
4f15ea1c09 dbms: tiny improvement [#METR-2944]. 2014-05-12 00:49:08 +04:00
Alexey Milovidov
c0e1aa8f2c dbms: fixed error [#METR-2944]. 2014-05-12 00:48:39 +04:00
Alexey Milovidov
3411b9fe68 dbms: TwoLevelHashTable: development [#METR-2944]. 2014-05-11 00:47:12 +04:00
Alexey Milovidov
f0792f0deb dbms: improved performance of aggregation and aggregate function uniq [#METR-2944]. 2014-05-10 09:17:08 +04:00
Alexey Milovidov
b5eb465f84 dbms: preparation [#METR-2944]. 2014-05-10 09:16:23 +04:00
Alexey Milovidov
95827e2dc2 dbms: improved performance of aggregation by string key [#METR-2944]. 2014-05-10 06:42:45 +04:00
Alexey Milovidov
82a44f8eec dbms: tiny improved performance of aggregation [#METR-2944]. 2014-05-10 05:37:12 +04:00
Alexey Milovidov
47afe8bd9c dbms: Aggregator: decomposed code to easier trying more aggregation methods; performance is suddenly improved up to 25%; fixed memory leak when exception while aggregating by KEYS_128 method [#METR-2944]. 2014-05-10 04:31:22 +04:00
Alexey Milovidov
ea3a22102d dbms: MemoryTracker: added whitespace [#METR-11015]. 2014-05-10 04:29:50 +04:00
Alexey Milovidov
f855ff1803 zkutil_test: fixed error [#METR-10687]. 2014-05-08 23:03:22 +04:00
Alexey Milovidov
6e83aa2253 zkutil_test: added history support [#METR-10687]. 2014-05-08 22:50:31 +04:00
Alexey Milovidov
19078df53c zkutil_test: added support for quoted data [#METR-10687]. 2014-05-08 22:48:34 +04:00
Alexey Milovidov
19d6a632b6 Fixed build [#METR-2807]. 2014-05-08 22:34:43 +04:00
Alexey Milovidov
9a6691aa6b dbms: MemoryTracker: fixed error [#METR-11015]. 2014-05-08 19:54:51 +04:00
Michael Kolupaev
be5a9cf820 Merge 2014-05-08 17:27:18 +04:00
Michael Kolupaev
a6d0c9693e dbms: development. [#METR-10202] 2014-05-08 17:27:18 +04:00
Michael Kolupaev
f93db5572e dbms: added a check to active_parts.py. [#METR-10202] 2014-05-08 16:35:46 +04:00
Sergey Magidovich
2f58911e98 Merge 2014-05-08 16:26:52 +04:00