Lynn

Results 9 comments of Lynn

> @Tema What are the labels for TiDB nodes? There is no documentation at present, please refer to the example in the test: https://github.com/pingcap/tidb/pull/19212/files#diff-373f5578b8f362a364b50b0d01919a57da64c128547ca10d49df8ae422237c82R215 In addition, how to configure the...

The information in this table is actually obtained by accessing `/pd/api/v1/stats/region? start_key=%s&end_key=%s`. But I didn't find the relevant documents. I asked @rleungx , and the unit was MB.

Case1: ``` set @@sql_mode='STRICT_TRANS_TABLES'; drop table if exists t1; create table t1(a int); insert into t1 values(1); alter table t1 add column(b tinyint default '11111111'); ``` Case2: ``` set @@sql_mode='';...

UT failed because encountered this issue: https://github.com/pingcap/tidb/issues/51289.

> Looking at [`getFuncCallDefaultValue()`](https://github.com/pingcap/tidb/blob/0878b1518afc9354ddc08a94381bcfd34bd7f24b/pkg/ddl/ddl_api.go#L1286) it looks like these are supported: > > * `CURRENT_TIMESTAMP()`, > * `CURRENT_DATE()` > * `NEXTVAL()` > * `RAND()` > * `UUID()` > * `UUID_TO_BIN()` >...