refresh mysqltest for information_schema enhance

This commit is contained in:
obdev
2023-01-28 17:11:06 +08:00
committed by ob-robot
parent f7061b610e
commit 74e06e078c
2 changed files with 2 additions and 2 deletions

View File

@ -28426,7 +28426,7 @@ int ObDDLService::recompile_view(const ObTableSchema &view_schema, const bool re
ObSchemaService *schema_service = nullptr;
uint64_t data_version = 0;
CK (OB_NOT_NULL(schema_service_) && OB_NOT_NULL(schema_service = schema_service_->get_schema_service()));
LOG_WARN("recompile view", K(view_schema.get_table_id()), K(view_schema.get_table_name()), K(ret), K(reset_view_column_infos));
LOG_TRACE("recompile view", K(view_schema.get_table_id()), K(view_schema.get_table_name()), K(ret), K(reset_view_column_infos));
ObSchemaGetterGuard schema_guard;
const ObSimpleTableSchemaV2 *view_schema_in_guard = nullptr;
if (OB_FAIL(ret)) {

View File

@ -3163,7 +3163,7 @@ drop procedure bug7013|
#
--disable_warnings ONCE
drop table if exists t4|
--error 1115
create table t4 (
a mediumint(8) unsigned not null auto_increment,
b smallint(5) unsigned not null,