MySQL 9.1.0
Source Code Documentation
|
Class to fetch dd::Objects with GMT time. More...
Public Member Functions | |
Timestamp_timezone_guard (THD *thd) | |
~Timestamp_timezone_guard () | |
Private Attributes | |
::Time_zone * | m_tz |
THD * | m_thd |
Class to fetch dd::Objects with GMT time.
When dictionary object is fetched to create dd::Objects, the timestamp data should be according to GMT and independent of time_zone. Time_zone data should be added to time column before using the data.
Any timestamp column in dictionary should implement the data retrieval function to return GMT data to dictionary framework but consider time_zone when returning data to server.
|
inline |
|
inline |
|
private |
|
private |