You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
Fix code style
This commit is contained in:
@ -2769,6 +2769,7 @@ int64_t DataConvert::stringToTime(const string& data)
|
||||
|
||||
if (*end != '\0')
|
||||
return -1;
|
||||
|
||||
hour = day * 24;
|
||||
day = -1;
|
||||
time = data.substr(pos + 1, data.length() - pos - 1);
|
||||
|
Reference in New Issue
Block a user