myang2021

Results 2 issues of myang2021

Jira Link: [DB-11248](https://yugabyte.atlassian.net/browse/DB-11248) ### Description ``` typedef struct RelationData { ... YbTableProperties yb_table_properties; /* NULL if not loaded */ ... } RelationData; ``` In `write_relcache_init_file` ``` /* first write the...

kind/bug
area/ysql
priority/medium

Jira Link: [DB-12618](https://yugabyte.atlassian.net/browse/DB-12618) ### Description To reproduce the bug: (1) create a local cluster with the following command ``` bin/yb-ctl create --rf 1 --tserver_flags=report_ysql_ddl_txn_status_to_master=false ``` (2) Run the following SQL...

kind/bug
area/ysql
priority/medium