COLLATION_CHARACTER_SET_APPLICABILITY
This page is part of MariaDB's Documentation.
The parent of this page is: Information Schema for MariaDB Enterprise Server
Topics on this page:
Overview
A description for this Information-schema Table has not yet been added to this Documentation.
DETAILS
SCHEMA
CREATE TEMPORARY TABLE `COLLATION_CHARACTER_SET_APPLICABILITY` (
`COLLATION_NAME` varchar(64) NOT NULL,
`CHARACTER_SET_NAME` varchar(32) NOT NULL,
`FULL_COLLATION_NAME` varchar(64) NOT NULL,
`ID` bigint(11) NOT NULL,
`IS_DEFAULT` varchar(3) NOT NULL
)
CHANGE HISTORY
EXTERNAL REFERENCES
Additional information on this topic may be found in the MariaDB Public Knowledge Base.