You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-05 16:15:50 +03:00
MCOL-392 Fix time() for a DATETIME value
This commit is contained in:
@@ -216,7 +216,7 @@ struct Time
|
|||||||
{}
|
{}
|
||||||
|
|
||||||
Time(signed d, signed h, signed min, signed sec, signed msec) :
|
Time(signed d, signed h, signed min, signed sec, signed msec) :
|
||||||
msecond(sec), second(sec), minute(min), hour(h), day(d) {}
|
msecond(msec), second(sec), minute(min), hour(h), day(d) {}
|
||||||
|
|
||||||
int64_t convertToMySQLint() const;
|
int64_t convertToMySQLint() const;
|
||||||
void reset();
|
void reset();
|
||||||
|
Reference in New Issue
Block a user