Hangjie Mo
Hangjie Mo
Meet the same problem in my wsl env. After investigation, I found `http_proxy` and `https_proxy` are been set in my terminal env, after I deleted them, the curl is as...
TiKV will fix this issue, could get detail from https://github.com/tikv/tikv/issues/13493
> TiKV will fix this issue, could get detail from [tikv/tikv#13493](https://github.com/tikv/tikv/issues/13493) After discussed, we decided to change flashback to two phases. In the first phase, lock all regions. Then rewrite...
I think no `Asia/Beijing` timezone in golang and most time zone databases. Perfer use `Asia/Shanghai` instead of it.
One more thing, if the region lock can support specifiy key range, it will be more convenient to implement other functions later, such as `flashback table` and so on.
> Hi @Defined2014. Since this feature is expected to be released in v6.4, do we have an FD jira issue for it? I didn't find one in the v6.4 FD...
same as https://github.com/pingcap/tidb/issues/35916. The root case is we use an internal session which didn't set `tidb_enable_window_function = true` to execute tryFillViewColumnType
And pls fixed `TestTiDBClusterInfo` test case