add static check whitelist for tables in 421
This commit is contained in:
@ -5,4 +5,5 @@
|
||||
# 样例:
|
||||
# 1 --> 2 # ObTinyIntType --> ObSmallIntType
|
||||
# 该样例表示tinyint类型的列可以转换至smallint类型的列,其中有效的内容只有1 --> 2,但是为了review方便,请在注释中写出其实际对应的列类型
|
||||
######################################################################################################################################
|
||||
######################################################################################################################################
|
||||
22 --> 30 # ObVarcharType --> ObLongTextType
|
@ -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
|
||||
|
Reference in New Issue
Block a user