add static check whitelist for tables in 421

This commit is contained in:
obdev
2024-09-20 07:48:43 +00:00
committed by ob-robot
parent 30c15e8233
commit 532ce2efec
2 changed files with 5 additions and 1 deletions

View File

@ -5,4 +5,5 @@
# 样例:
# 1 --> 2 # ObTinyIntType --> ObSmallIntType
# 该样例表示tinyint类型的列可以转换至smallint类型的列,其中有效的内容只有1 --> 2,但是为了review方便,请在注释中写出其实际对应的列类型
######################################################################################################################################
######################################################################################################################################
22 --> 30 # ObVarcharType --> ObLongTextType

View File

@ -5,3 +5,6 @@
########################################################################
table_name oceanbase.__all_virtual_tablet_sstable_macro_info table_id 11056
table_name oceanbase.__all_virtual_memstore_info table_id 11024
table_name mysql.user table_id 12009
table_name mysql.db table_id 12010
table_name mysql.proc table_id 12030