mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
mysqlxx: fixed ambiguity in methods take char * and int and default args [#CONV-2807].
This commit is contained in:
parent
5b7f634b59
commit
f306242847
@ -55,7 +55,7 @@ public:
|
||||
/// Создать соединение.
|
||||
Connection(
|
||||
const char* db,
|
||||
const char* server = 0,
|
||||
const char* server,
|
||||
const char* user = 0,
|
||||
const char* password = 0,
|
||||
unsigned int port = 0);
|
||||
|
Loading…
Reference in New Issue
Block a user