mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-20 13:15:42 +00:00
style fix
This commit is contained in:
parent
b22776d3a8
commit
98e5ea5206
@ -16,7 +16,7 @@ namespace DB
|
||||
namespace ErrorCodes
|
||||
{
|
||||
extern const int NOT_IMPLEMENTED;
|
||||
extern const int SUPPORT_IS_DISABLED;
|
||||
extern const int LOGICAL_ERROR;
|
||||
}
|
||||
|
||||
namespace
|
||||
@ -256,6 +256,7 @@ bool Authentication::areCredentialsValid(
|
||||
|
||||
|
||||
// below code sucks, but works for now I guess.
|
||||
// might be a problem if no auth method has been registered
|
||||
std::string possible_authentication_types;
|
||||
bool first = true;
|
||||
|
||||
|
@ -207,6 +207,7 @@ void SessionLogElement::appendToBlock(MutableColumns & columns) const
|
||||
columns[i++]->insertData(auth_failure_reason.data(), auth_failure_reason.length());
|
||||
}
|
||||
|
||||
// todo arthur fix this method
|
||||
void SessionLog::addLoginSuccess(const UUID & auth_id,
|
||||
const String & session_id,
|
||||
const Settings & settings,
|
||||
|
Loading…
Reference in New Issue
Block a user