MySQL 8.3.0
Source Code Documentation
manifest Namespace Reference

Classes

class  Manifest_reader
 

Variables

std::string manifest_version_1_0
 

Variable Documentation

◆ manifest_version_1_0

std::string manifest::manifest_version_1_0
Initial value:
=
"{"
" \"title\": \"Manifest validator version 1.0\","
" \"description\": \"Expected schema for version 1.0\","
" \"type\": \"object\","
" \"properties\": {"
" \"read_local_manifest\": {"
" \"description\": \"Flag to indicate that manifest information is in "
"data directory\","
" \"type\": \"boolean\""
" },"
" \"components\": {"
" \"description\": \"The list of components to be loaded at "
"bootstrap\","
" \"type\": \"string\""
" }"
" }"
"}"