Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MariaDB/server
/ usec
Method
usec
sql/sql_type.h:675–675 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
673
bool truncated() const { return m_truncated; }
674
ulonglong sec() const { return m_sec; }
675
long usec() const { return m_usec; }
676
/**
677
Converts Sec6 to MYSQL_TIME
678
@param thd current thd
Callers
4
get_interval_value
Function · 0.45
val_native
Method · 0.45
Time
Method · 0.45
usec
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected