Alexey Milovidov
|
ce10e5bd6f
|
Modified example config for running clickhouse-server from the source tree to run tests smoothly [#CLICKHOUSE-2]
|
2018-08-19 23:21:36 +03:00 |
|
Alexey Milovidov
|
6fb8b4e5cd
|
Opinionated changes #2893
|
2018-08-19 23:18:31 +03:00 |
|
alexey-milovidov
|
57a3afa5b7
|
Merge pull request #2893 from alesapin/master
CLICKHOUSE-3878: Move last interaction with ODBC from main code to br…
|
2018-08-19 23:14:34 +03:00 |
|
alexey-milovidov
|
5a30b4790e
|
Update ColumnInfoHandler.h
|
2018-08-19 23:13:22 +03:00 |
|
alesapin
|
f6c9587d0a
|
CLICKHOUSE-3878: Move last interaction with ODBC from main code to bridge, split Handlers file on three different, slightly remove copy-paste code
|
2018-08-19 20:09:54 +03:00 |
|
Alexey Milovidov
|
b38cc88d9d
|
Suppress warning in 3rd-party library #2807
|
2018-08-19 08:53:02 +03:00 |
|
Alexey Milovidov
|
a6945ba00b
|
Fix according to @ludv1x advise #2482
|
2018-08-19 08:33:50 +03:00 |
|
Alexey Milovidov
|
06a7d0194d
|
Fixed test #2482
|
2018-08-19 07:56:20 +03:00 |
|
Alexey Milovidov
|
6741582950
|
Better diagnostic in test #2482
|
2018-08-19 07:54:14 +03:00 |
|
Alexey Milovidov
|
99b19c3a66
|
Miscellaneous #2482
|
2018-08-19 07:45:39 +03:00 |
|
Alexey Milovidov
|
bf68280bf3
|
Miscellaneous #2482
|
2018-08-19 07:43:58 +03:00 |
|
Alexey Milovidov
|
c81eaf66da
|
Corrected comment #2482
|
2018-08-19 07:31:51 +03:00 |
|
Alexey Milovidov
|
1802b00c0b
|
Fixed bad arithmetic; miscellaneous #2482
|
2018-08-19 07:25:53 +03:00 |
|
Alexey Milovidov
|
1373b2e78d
|
Suppress warning in 3rd-party library #2807
|
2018-08-19 06:42:43 +03:00 |
|
alexey-milovidov
|
89655b5f2d
|
Merge pull request #2482 from yandex/CLICKHOUSE-2910
Performance introspection
|
2018-08-19 06:37:55 +03:00 |
|
Alexey Milovidov
|
925ab91b66
|
Added clarifying comment [#CLICKHOUSE-2]
|
2018-08-19 06:36:35 +03:00 |
|
Alexey Milovidov
|
81dd290a42
|
Removed bad code #2864
|
2018-08-19 06:26:28 +03:00 |
|
Alexey Milovidov
|
ef5d08532a
|
Removed bad code #2864
|
2018-08-19 06:25:38 +03:00 |
|
alexey-milovidov
|
cc93e7d7bd
|
Merge pull request #2891 from amosbird/patch-11
avoid cmake compatible behavior for better linking
|
2018-08-18 16:50:23 +03:00 |
|
Amos Bird
|
28288b7b72
|
avoid cmake compatible behavior for better linking
https://cmake.org/cmake/help/v3.9/policy/CMP0060.html#policy:CMP0060
Link fails when libraries like `ICU` reside in `/usr/local/` while cmake uses old flavor of linking, which adds `-l<SONAME>` directly without the actual library paths.
|
2018-08-18 15:59:52 +08:00 |
|
Alexey Milovidov
|
2dae8f9396
|
Merge remote-tracking branch 'origin/master' into CLICKHOUSE-2910
|
2018-08-18 04:45:00 +03:00 |
|
Alexey Milovidov
|
1c4f5d3359
|
Miscellaneous #2482
|
2018-08-17 21:57:07 +03:00 |
|
alexey-milovidov
|
f978fafd85
|
Merge pull request #2889 from proller/fix3
Rare segfault fix
|
2018-08-17 21:33:08 +03:00 |
|
proller
|
62b6b6d73e
|
Rare segfault fix
|
2018-08-17 21:23:10 +03:00 |
|
alexey-milovidov
|
bc082156e6
|
Merge pull request #2886 from amosbird/patch-10
Using correct config ref to initialize odbc bridge
|
2018-08-17 20:21:41 +03:00 |
|
Amos Bird
|
57970a8bef
|
Using correct config ref to initialize odbc bridge
|
2018-08-17 19:00:42 +08:00 |
|
Alexey Milovidov
|
aef490d173
|
Merge remote-tracking branch 'origin/master' into CLICKHOUSE-2910
Conflicts:
dbms/src/Common/ODBCBridgeHelper.h
|
2018-08-17 00:47:15 +03:00 |
|
alexey-milovidov
|
7c87aee6ee
|
Merge pull request #2882 from zamulla/patch-1
Typo fix
|
2018-08-17 00:42:13 +03:00 |
|
alexey-milovidov
|
5cf1ec159e
|
Merge pull request #2884 from proller/fix20
Apple build fix
|
2018-08-17 00:41:03 +03:00 |
|
proller
|
40c3b13f3b
|
Apple build fix
|
2018-08-16 22:34:57 +03:00 |
|
Artem Zuikov
|
00f3c1c805
|
changelog draft for 18.10.3
|
2018-08-16 21:50:18 +03:00 |
|
zamulla
|
dbd4971273
|
Typo fix
|
2018-08-16 17:45:50 +03:00 |
|
chertus
|
23c0e8efb5
|
Merge branch 'master' of github.com:yandex/ClickHouse
|
2018-08-16 14:05:20 +03:00 |
|
chertus
|
70d2c4ecf6
|
minor changes [CLICKHOUSE-3765]
|
2018-08-16 14:05:14 +03:00 |
|
Alexey Milovidov
|
b088154b14
|
Merge branch 'CLICKHOUSE-2910' of github.com:yandex/ClickHouse into CLICKHOUSE-2910
|
2018-08-16 01:43:59 +03:00 |
|
Alexey Milovidov
|
e2eb0650b8
|
Auto version update to [18.11.0] [54406]
|
2018-08-16 01:43:16 +03:00 |
|
Alexey Milovidov
|
56af576fe5
|
Removed duplicate query_id logging #2482
|
2018-08-16 01:39:19 +03:00 |
|
alexey-milovidov
|
b5adb509e8
|
Merge pull request #2879 from alesapin/master
Fixes in ODBC Bridge build
|
2018-08-16 01:09:01 +03:00 |
|
alesapin
|
2583abfccf
|
CLICKHOUSE-3878: Conflict fixes
|
2018-08-16 01:02:36 +03:00 |
|
alesapin
|
62c166db79
|
CLICKHOUSE-3878: Build fixes
|
2018-08-16 01:00:45 +03:00 |
|
alesapin
|
6fa4af882f
|
CLICKHOUSE-3878: Build fixes
|
2018-08-16 01:00:28 +03:00 |
|
Alexey Milovidov
|
9a78ee3e44
|
Removed static std::string variable #2482
|
2018-08-16 00:57:40 +03:00 |
|
Alexey Milovidov
|
76af46ed5d
|
Merge remote-tracking branch 'origin/master' into CLICKHOUSE-2910
Conflicts:
dbms/src/Interpreters/Settings.h
dbms/tests/queries/0_stateless/00687_top_and_offset.sql
|
2018-08-16 00:44:24 +03:00 |
|
chertus
|
0415c9e34a
|
fix int128 to float comparison [CLICKHOUSE-3765]
|
2018-08-15 19:43:40 +03:00 |
|
chertus
|
c8e945d73d
|
one another build fix
|
2018-08-15 18:29:57 +03:00 |
|
chertus
|
3805794e66
|
some more build fixes
|
2018-08-15 16:27:22 +03:00 |
|
alexey-milovidov
|
4524dcaf9a
|
Merge pull request #2871 from zhang2014/fix/build_failure
ISSUES-2846 fix build failure with gcc 8.1
|
2018-08-15 13:35:23 +03:00 |
|
alexey-milovidov
|
e11631178d
|
Merge pull request #2873 from zhang2014/fix/ISSUES-863
ISSUES-863 fix test failure
|
2018-08-15 13:33:46 +03:00 |
|
zhang2014
|
1549baa4e9
|
ISSUES-863 fix test failure #2015 #2840
|
2018-08-15 13:43:44 +08:00 |
|
zhang2014
|
3b0f0ac01e
|
ISSUES-2846 fix build failure with gcc 8.1
|
2018-08-15 11:51:03 +08:00 |
|