pub fn system_schema_name(schema: &str) -> Option<&'static str>Expand description
Returns the canonical name of the system schema schema refers to, ignoring ASCII
case, or None if it is not one.
Only system schemas are matched case-insensitively, as MySQL does; user schema names keep the case they were created with.