3pointer
3pointer
/run-integration-br-tests
`sql_mode` is a global/session variable, it may changed easily. I think we can not truly tell what `sql_mode` is when the table created. so record the `sql_mode` for current snapshot...
https://github.com/pingcap/tidb/pull/38948 may fix it
After rusoto entered maintenance mode and the official SDK announced its availability for some time, after internal discussions, we hope to merge this PR as long as the conflicts are...
> Seems that the aws-sdk is using some of the banned dependencies. We are conducting internal discussions and will analyze each of these dependent libraries to see if adjustments can...
> > Seems that the aws-sdk is using some of the banned dependencies. > > We are conducting internal discussions and will analyze each of these dependent libraries to see...
basically, there is no natural way to import sst files. you need to build SSTMeta requests in your code and use ingest method to import sst files.
There is no guide for these code. and sst-importer is not a independent component to import sst files. It's a part of tidb-lightning before. And the most code has migrated...
And it seems a little strange. When I put the illegal DNS name **after** the legal DNS name in my test env. it works. but it doesn't work if I...