提交 0ccf105b 编写于 作者: S st0 提交者: LINGuanRen

fix information_schema.statistics nullable bug

上级 ab74cf74
......@@ -648,9 +648,7 @@ int ObTableIndex::add_normal_index_column(const ObString& database_name, const O
}
// null
case OB_APP_MIN_COLUMN_ID + 12: {
if (column_schema->is_rowkey_column()) {
cells[cell_idx].set_varchar(ObString(""));
} else if (column_schema->is_nullable()) {
if (column_schema->is_nullable()) {
cells[cell_idx].set_varchar(ObString("YES"));
} else {
cells[cell_idx].set_varchar(ObString(""));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册