Commit Graph

6383 Commits

Author SHA1 Message Date
Alexey Vasiliev
5c88081c3f Merge 2015-10-30 20:25:53 +03:00
Alexey Vasiliev
5defa05680 Merge 2015-10-30 16:58:09 +03:00
Roman Peshkurov
6443a1a20d Merge 2015-10-29 17:46:11 +03:00
Alexey Vasiliev
4087f3dff2 Merge 2015-10-29 17:04:03 +03:00
Alexey Vasiliev
0082aefefe Merge 2015-10-29 10:46:04 +03:00
Roman Peshkurov
817eed2276 Merge 2015-10-28 18:14:24 +03:00
Vsevolod Orlov
1bf17a684b Merge 2015-10-28 17:22:54 +03:00
Roman Peshkurov
40849690e2 Merge 2015-10-28 16:34:30 +03:00
Roman Peshkurov
cc955c6e38 Merge 2015-10-28 16:33:41 +03:00
Roman Peshkurov
eb607dc611 Merge 2015-10-28 16:33:01 +03:00
Andrey Urusov
0309509db1 Merge 2015-10-28 16:30:48 +03:00
Alexey Milovidov
248dec8194 dbms: added comment [#METR-15790]. 2015-10-27 22:40:14 +03:00
Roman Peshkurov
0ea6fc509d Merge 2015-10-27 18:13:03 +03:00
Andrey Urusov
63943b7a9a Merge 2015-10-27 17:05:43 +03:00
Andrey Urusov
c0acd54f06 Merge 2015-10-27 15:48:35 +03:00
Roman Peshkurov
e27fd80064 Merge 2015-10-27 15:14:24 +03:00
Alexey Milovidov
3f52d7d509 dbms: when parsing DateTime in unix timestamp form, allow timestamps with leading zeros [#METR-15790]. 2015-10-27 03:53:38 +03:00
Alexey Milovidov
23144fb2c1 Revert "dbms: fixed error with ARRAY JOIN, ORDER BY and LIMIT when no aggregation and joined arrays is not used before ORDER BY [#METR-18534]."
This reverts commit d5a33de26e7f69f65d7c056394e6a1d70b3a3f2a.
2015-10-27 03:50:01 +03:00
Roman Peshkurov
f7559521bf Merge 2015-10-26 18:06:33 +03:00
Andrey Urusov
a9cd7be970 Merge 2015-10-26 17:59:37 +03:00
Roman Peshkurov
bac2faf674 Merge 2015-10-26 17:49:57 +03:00
Roman Peshkurov
bec9248bb6 Merge 2015-10-26 17:30:33 +03:00
Alexey Vasiliev
9b777209d7 Merge 2015-10-26 17:26:22 +03:00
Alexey Arno
a5e1c3a603 dbms: Server: Set max_threads to max_distributed_connections in order to improve response times of CHECK TABLE. [#METR-16213] 2015-10-26 17:16:29 +03:00
Andrey Urusov
326aa0aaf7 Merge 2015-10-26 17:08:28 +03:00
Alexey Arno
46113b0fb3 dbms: Server: Small improvement [#METR-17985] 2015-10-26 16:30:36 +03:00
Alexey Arno
1bea69c0e2 dbms: Server: Small improvement [#METR-17985] 2015-10-26 16:26:24 +03:00
Alexey Arno
c326cf8624 dbms: Server: Small improvement [#METR-17985] 2015-10-26 16:21:46 +03:00
Roman Peshkurov
f23098c0ca Merge 2015-10-26 16:13:13 +03:00
Evgeniy Gatov
0faf16a192 Merge 2015-10-26 15:52:47 +03:00
Andrey Urusov
9d04ffc698 Merge 2015-10-26 15:37:34 +03:00
Roman Peshkurov
1b2cdb0e35 Merge 2015-10-26 14:38:06 +03:00
Roman Peshkurov
f83ab85447 Merge 2015-10-26 14:37:28 +03:00
Andrey Urusov
c1879eef7f Merge 2015-10-26 13:50:15 +03:00
Roman Peshkurov
011413e272 Merge 2015-10-26 10:59:03 +03:00
Roman Peshkurov
1aa72b38d0 Merge 2015-10-26 10:58:00 +03:00
Roman Peshkurov
9ea3bbe305 Merge 2015-10-26 10:48:21 +03:00
Alexey Milovidov
3a7985b09b dbms: ODBC: development [#METR-18538]. 2015-10-26 10:41:05 +03:00
Alexey Milovidov
9bcb09c371 dbms: ODBC: development [#METR-18538]. 2015-10-26 08:09:50 +03:00
Alexey Milovidov
03abdc0b93 dbms: ODBC: development [#METR-18538]. 2015-10-26 04:08:26 +03:00
Alexey Milovidov
a23b3c487c dbms: ODBC: development [#METR-18538]. 2015-10-25 11:01:19 +03:00
Alexey Milovidov
9fdec4bcd2 dbms: ODBC: development [#METR-18538]. 2015-10-25 07:53:30 +03:00
Alexey Milovidov
3a2a7a2e17 dbms: ODBC: development [#METR-18538]. 2015-10-25 07:45:02 +03:00
Alexey Milovidov
1bf1883c87 dbms: ODBC: just "connecting" [#METR-18538]. 2015-10-25 03:47:15 +03:00
Alexey Milovidov
c42ad08ff0 dbms: added ODBC driver stub [#METR-18538]. 2015-10-24 22:12:37 +03:00
Alexey Arno
497b9ba3c8 Merge 2015-10-24 01:43:06 +03:00
Alexey Milovidov
6affd9f342 dbms: fixed error with ARRAY JOIN, ORDER BY and LIMIT when no aggregation and joined arrays is not used before ORDER BY [#METR-18534]. 2015-10-23 22:05:21 +03:00
Alexey Milovidov
d2ba5e1afe dbms: updated test result (meaningless values was changed) [#METR-17109]. 2015-10-23 20:21:26 +03:00
Alexey Vasiliev
8f8ad1204b Merge 2015-10-23 13:33:50 +03:00
Alexey Vasiliev
7f68f0ec88 Merge 2015-10-23 13:33:17 +03:00