Yuriy Baranov
|
1df4250b2f
|
Update MySQLHandler.cpp
|
2019-12-05 04:52:48 +03:00 |
|
Yuriy
|
564b58d2f6
|
using mysql_native_password for passwordless users
|
2019-12-05 02:37:11 +03:00 |
|
Yuriy
|
dbe7dc1185
|
using SHA1 MySQL auth plugin for plaintext passwords
|
2019-12-05 02:30:06 +03:00 |
|
alexey-milovidov
|
43c47bdb55
|
Merge pull request #7717 from MaxFedotov/support_mysql_federated
support clickhouse as mysql federated server
|
2019-12-03 02:21:35 +03:00 |
|
alexey-milovidov
|
972156066d
|
Update MySQLHandler.cpp
|
2019-12-03 02:20:58 +03:00 |
|
alexey-milovidov
|
b08446a8c5
|
Update MySQLHandler.cpp
|
2019-12-03 02:18:19 +03:00 |
|
Maksim Fedotov
|
6381d33981
|
support clickhouse as mysql federated server. apply code review notes p4
|
2019-12-02 14:32:45 +03:00 |
|
Maksim Fedotov
|
13a1a33834
|
support clickhouse as mysql federated server. apply code review notes p3
|
2019-11-29 16:37:13 +03:00 |
|
Maksim Fedotov
|
6f0f9f855a
|
support clickhouse as mysql federated server. fix code style
|
2019-11-28 18:02:02 +03:00 |
|
Maksim Fedotov
|
4844b9b230
|
support clickhouse as mysql federated server. apply code review notes p2
|
2019-11-28 17:43:52 +03:00 |
|
Maksim Fedotov
|
5e40311266
|
support clickhouse as mysql federated server. apply code review notes
|
2019-11-26 18:39:36 +03:00 |
|
alexey-milovidov
|
420aeb25a4
|
Update MySQLHandler.cpp
|
2019-11-20 07:30:00 +03:00 |
|
Yuriy
|
5be62948bc
|
merged master
|
2019-11-20 02:34:05 +03:00 |
|
Yuriy
|
1bf4d21c67
|
more precise error messages in MySQL protocol
|
2019-11-20 02:27:30 +03:00 |
|
alexey-milovidov
|
5017a090bf
|
Update MySQLHandler.cpp
|
2019-11-14 20:32:56 +03:00 |
|
Dmitry Muzyka
|
38f34bd437
|
fix detection of remote ip
|
2019-11-12 22:57:39 +03:00 |
|
Maksim Fedotov
|
0403444f14
|
support clickhouse as mysql federated server
|
2019-11-11 17:31:12 +03:00 |
|
proller
|
6a573b4092
|
Allow to use mysql format without ssl - try2 with mysql interface split (#7524)
* Allow use mysql format without ssl
* fix
* fix
* fix
* Also disable poco's optional libraries
* clean
* fix
* fix
* Requested changes
* clean
* Requested fixes
* Update MySQLHandler.cpp
|
2019-11-02 13:20:46 +03:00 |
|
Vitaly Baranov
|
12d1d87d64
|
Move authentication code to a separate class.
|
2019-10-11 00:18:52 +03:00 |
|
proller
|
594c535bd4
|
Build fixes (#7063)
* Build fixes
* fix
* Fix
* fix
* Fix install(export..
* Freebsd fixes
* Freebsd fixes
* Fix warning
* fix
* More PRIVATE linking
* Fix review
* Timmy
* fix
* fix
|
2019-10-05 22:25:31 +03:00 |
|
Amos Bird
|
93c0880ca7
|
Fix non-ssl build.
|
2019-09-12 04:20:27 +08:00 |
|
Yuriy
|
6700314ce5
|
destroying context after executeQuery
|
2019-09-09 04:04:37 +03:00 |
|
Yuriy
|
c5b6d1f9bf
|
merged origin/master
|
2019-08-15 19:48:10 +03:00 |
|
kreuzerkrieg
|
112fc71276
|
adding -Wshadow for GCC
|
2019-08-09 23:58:16 +03:00 |
|
Alexey Milovidov
|
d256fb9d57
|
Removed extra verbose logging from MySQL handler
|
2019-08-07 22:14:58 +03:00 |
|
Alexey Milovidov
|
a19d05d6df
|
Fixed minor discrepancies
|
2019-08-05 19:05:37 +03:00 |
|
Yuriy
|
b1d5f4ca20
|
disabled mysql_native_password when password is specified as a plain text as it allows to connect to ClickHouse knowing only SHA1 instead of a password
|
2019-07-28 17:17:33 +03:00 |
|
Yuriy
|
21ce5331d1
|
implemented mysql_native_password auth plugin for compatibility with mysqljs
|
2019-07-28 16:12:26 +03:00 |
|
Yuriy
|
997c94d093
|
includes order
|
2019-07-28 03:55:46 +03:00 |
|
Yuriy
|
96552a4d4e
|
prevent rewriting packet in case of attempt to write more than initially calculated payload length
|
2019-07-28 03:41:41 +03:00 |
|
Yuriy
|
383fa25c51
|
resolved conflict
|
2019-07-28 02:00:15 +03:00 |
|
alexey-milovidov
|
ea9b36e531
|
Merge pull request #6091 from yurriy/php-client-test
MySQL Native Driver test
|
2019-07-21 23:29:24 +03:00 |
|
Yuriy
|
28a0481f1a
|
php mysql client test
|
2019-07-21 15:19:14 +03:00 |
|
Yuriy
|
34a4d6a57a
|
better
|
2019-07-19 21:46:57 +03:00 |
|
Yuriy
|
39ea5486f5
|
removed reinterpret_cast
|
2019-07-19 21:29:39 +03:00 |
|
Yuriy
|
475179cec7
|
added size limit for packets which are read without memory tracker (all packets except for COM_QUERY)
|
2019-07-19 20:55:07 +03:00 |
|
Yuriy
|
1913ae9cee
|
fixed asan check
|
2019-07-18 08:00:35 +03:00 |
|
Yuriy
|
1d6e31be4d
|
merged master
|
2019-07-16 10:33:25 +03:00 |
|
Yuriy
|
a514de943c
|
replacing not implemented query
|
2019-07-16 10:11:59 +03:00 |
|
Yuriy
|
4df72f18ce
|
writing packets in parts
|
2019-07-16 09:39:18 +03:00 |
|
Yuriy
|
0ed77453d3
|
reading packets in parts
|
2019-07-15 01:13:56 +03:00 |
|
Yuriy
|
a6bd5bccff
|
tiny fix
|
2019-07-14 11:27:58 +03:00 |
|
Alexey Milovidov
|
ed5abe83c0
|
Fixed build without SSL (disable MySQL protocol support)
|
2019-07-09 17:59:52 +03:00 |
|
Alexey Milovidov
|
553e6a273e
|
Two more fixes for PVS-Studio
|
2019-07-08 03:51:43 +03:00 |
|
Yuriy
|
450b20ca89
|
max_memory_usage support in MySQL wire protocol
|
2019-07-01 08:58:31 +03:00 |
|
Yuriy
|
2e29ea7b2e
|
support of sessions and default_database in MySQL wire protocol
|
2019-06-16 18:12:37 +03:00 |
|
Alexey Milovidov
|
05737678e2
|
Remove debug logging from MySQL protocol
|
2019-05-30 11:25:16 +03:00 |
|
Vitaly Baranov
|
a35d1e0b3d
|
Allow using MariaDB as a client without exception.
|
2019-05-28 03:15:05 +03:00 |
|
Vitaly Baranov
|
c07bd87716
|
Print "ClickHouse" when writing server's info at the start of the client session.
|
2019-05-28 03:09:19 +03:00 |
|
Vitaly Baranov
|
7af34954f9
|
Clearer message if the client doesn't have plugin sha256_password.
|
2019-05-28 03:08:12 +03:00 |
|