Files
tidb/statistics
lysu 87ce884b2e *:check max/min timestamp bound with timezone aware (#6581)
- mytime: max/min configure with UTC tz, convert to local tz during process starting, convert it to session tz before checking bound.
- time: so `check()`/`add()` need force pass `StatementContext` parameter.
- builtin_time: pass `StatementContext` from `b.ctx.sessionVars` into check/add.
- dump: also set timezone for StatementContext with UTC.
- *_test/mock: fix test case, make mock context with stmt TimeZone.
- add testcase for checkTimestamp and mytime convert timezone.
2018-05-24 15:27:38 +08:00
..
2018-04-26 17:40:10 +08:00
2018-05-05 22:36:54 +08:00
2018-04-26 17:40:10 +08:00
2018-05-05 22:36:54 +08:00
2018-05-23 20:33:30 +08:00
2017-06-07 18:19:52 +08:00