Placeholder for Lob SQL

This commit is contained in:
obdev
2022-12-09 04:06:01 +00:00
committed by ob-robot
parent 59df2a1a27
commit 7ef8b5ebc9
12 changed files with 108 additions and 3 deletions

View File

@ -235,6 +235,7 @@ namespace share
static const char* const OB_SV__WINDOWFUNC_OPTIMIZATION_SETTINGS = "_windowfunc_optimization_settings";
static const char* const OB_SV_ENABLE_RICH_ERROR_MSG = "ob_enable_rich_error_msg";
static const char* const OB_SV_SQL_PLAN_MEMORY_PERCENTAGE = "ob_sql_plan_memory_percentage";
static const char* const OB_SV_LOG_ROW_VALUE_OPTIONS = "log_row_value_options";
}
}