fix: correct bootstarp typo to bootstrap issue #121 (#124)

* fix: correct bootstarp typo to bootstrap issue #121

* fix: remove misleading error message #137
This commit is contained in:
rgyu
2021-07-12 13:58:47 +08:00
committed by GitHub
parent d2f257f846
commit 01321d90c7
4 changed files with 4 additions and 5 deletions

View File

@ -937,7 +937,7 @@ int ObBasicSessionInfo::update_query_sensitive_system_variable(ObSchemaGetterGua
return ret;
}
// used for bootstarp, in which we can not get system variables from inner table.
// used for bootstrap, in which we can not get system variables from inner table.
int ObBasicSessionInfo::load_default_sys_variable(const bool print_info_log, const bool is_sys_tenant)
{
int ret = OB_SUCCESS;