Support show create table strictly compatible with MySQL

This commit is contained in:
xianyu-w
2023-04-18 06:45:09 +00:00
committed by ob-robot
parent acb7f537d6
commit 4872b46eef
11 changed files with 186 additions and 66 deletions

View File

@ -238,6 +238,7 @@ namespace share
static const char* const OB_SV_MAX_READ_STALE_TIME = "ob_max_read_stale_time";
static const char* const OB_SV__OPTIMIZER_GATHER_STATS_ON_LOAD = "_optimizer_gather_stats_on_load";
static const char* const OB_SV__SET_REVERSE_DBLINK_INFOS = "_set_reverse_dblink_infos";
static const char* const OB_SV__SHOW_DDL_IN_COMPAT_MODE = "_show_ddl_in_compat_mode";
}
}