10.6 Enterprise
|
Schema changed in MariaDB Enterprise Server 10.6.4-1: ... CREATE TABLE `session_connect_attrs` ( `PROCESSLIST_ID` int(11) NOT NULL, `ATTR_NAME` varchar(32) COLLATE utf8_binutf8mb3_bin NOT NULL, `ATTR_VALUE` varchar(1024) COLLATE utf8_binutf8mb3_bin DEFAULT NULL, `ORDINAL_POSITION` int(11) DEFAULT NULL )
Schema changed in MariaDB Enterprise Server 10.6.5-2: ... CREATE TABLE `session_connect_attrs` ( `PROCESSLIST_ID` int(11) NOT NULL COMMENT 'Session connection identifier.', `ATTR_NAME` varchar(32) COLLATE utf8mb3_bin NOT NULL COMMENT 'Attribute name.', `ATTR_VALUE` varchar(1024) COLLATE utf8mb3_bin DEFAULT NULL COMMENT 'Attribute value.', `ORDINAL_POSITION` int(11) DEFAULT NULL COMMENT 'Order in which attribute was added to the connection attributes.' )
Schema changed in MariaDB Enterprise Server 10.6.11-6: ... CREATE TABLE `session_connect_attrs` ( `PROCESSLIST_ID` int(11) NOT NULL COMMENT 'Session connection identifier.', `ATTR_NAME` varchar(32) COLLATE utf8mb3_bin NOT NULL COMMENT 'Attribute name.', `ATTR_VALUE` varchar(1024) COLLATE utf8mb3_bin DEFAULT NULL COMMENT 'Attribute value.', `ORDINAL_POSITION` int(11) DEFAULT NULL COMMENT 'Order in which attribute was added to the connection attributes.' )
|
10.6 Community
|
Present starting in MariaDB Community Server 10.6.0.
Schema changed in MariaDB Community Server 10.6.1: ... CREATE TABLE `session_connect_attrs` ( `PROCESSLIST_ID` int(11) NOT NULL, `ATTR_NAME` varchar(32) COLLATE utf8_binutf8mb3_bin NOT NULL, `ATTR_VALUE` varchar(1024) COLLATE utf8_binutf8mb3_bin DEFAULT NULL, `ORDINAL_POSITION` int(11) DEFAULT NULL )
Schema changed in MariaDB Community Server 10.6.5: ... CREATE TABLE `session_connect_attrs` ( `PROCESSLIST_ID` int(11) NOT NULL COMMENT 'Session connection identifier.', `ATTR_NAME` varchar(32) COLLATE utf8mb3_bin NOT NULL COMMENT 'Attribute name.', `ATTR_VALUE` varchar(1024) COLLATE utf8mb3_bin DEFAULT NULL COMMENT 'Attribute value.', `ORDINAL_POSITION` int(11) DEFAULT NULL COMMENT 'Order in which attribute was added to the connection attributes.' )
Schema changed in MariaDB Community Server 10.6.11: ... CREATE TABLE `session_connect_attrs` ( `PROCESSLIST_ID` int(11) NOT NULL COMMENT 'Session connection identifier.', `ATTR_NAME` varchar(32) COLLATE utf8mb3_bin NOT NULL COMMENT 'Attribute name.', `ATTR_VALUE` varchar(1024) COLLATE utf8mb3_bin DEFAULT NULL COMMENT 'Attribute value.', `ORDINAL_POSITION` int(11) DEFAULT NULL COMMENT 'Order in which attribute was added to the connection attributes.' )
|
10.5 Enterprise
|
Present starting in MariaDB Enterprise Server 10.5.3-1.
Schema changed in MariaDB Enterprise Server 10.5.13-9: ... CREATE TABLE `session_connect_attrs` ( `PROCESSLIST_ID` int(11) NOT NULL COMMENT 'Session connection identifier.', `ATTR_NAME` varchar(32) COLLATE utf8_bin NOT NULL COMMENT 'Attribute name.', `ATTR_VALUE` varchar(1024) COLLATE utf8_bin DEFAULT NULL COMMENT 'Attribute value.', `ORDINAL_POSITION` int(11) DEFAULT NULL COMMENT 'Order in which attribute was added to the connection attributes.' )
Schema changed in MariaDB Enterprise Server 10.5.18-13: ... CREATE TABLE `session_connect_attrs` ( `PROCESSLIST_ID` int(11) NOT NULL COMMENT 'Session connection identifier.', `ATTR_NAME` varchar(32) COLLATE utf8_bin NOT NULL COMMENT 'Attribute name.', `ATTR_VALUE` varchar(1024) COLLATE utf8_bin DEFAULT NULL COMMENT 'Attribute value.', `ORDINAL_POSITION` int(11) DEFAULT NULL COMMENT 'Order in which attribute was added to the connection attributes.' )
|
10.5 Community
|
Present starting in MariaDB Community Server 10.5.0.
Schema changed in MariaDB Community Server 10.5.13: ... CREATE TABLE `session_connect_attrs` ( `PROCESSLIST_ID` int(11) NOT NULL COMMENT 'Session connection identifier.', `ATTR_NAME` varchar(32) COLLATE utf8_bin NOT NULL COMMENT 'Attribute name.', `ATTR_VALUE` varchar(1024) COLLATE utf8_bin DEFAULT NULL COMMENT 'Attribute value.', `ORDINAL_POSITION` int(11) DEFAULT NULL COMMENT 'Order in which attribute was added to the connection attributes.' )
Schema changed in MariaDB Community Server 10.5.18: ... CREATE TABLE `session_connect_attrs` ( `PROCESSLIST_ID` int(11) NOT NULL COMMENT 'Session connection identifier.', `ATTR_NAME` varchar(32) COLLATE utf8_bin NOT NULL COMMENT 'Attribute name.', `ATTR_VALUE` varchar(1024) COLLATE utf8_bin DEFAULT NULL COMMENT 'Attribute value.', `ORDINAL_POSITION` int(11) DEFAULT NULL COMMENT 'Order in which attribute was added to the connection attributes.' )
|
10.4 Enterprise
|
Present starting in MariaDB Enterprise Server 10.4.6-1.
Schema changed in MariaDB Enterprise Server 10.4.22-14: ... CREATE TABLE `session_connect_attrs` ( `PROCESSLIST_ID` int(11) NOT NULL COMMENT 'Session connection identifier.', `ATTR_NAME` varchar(32) COLLATE utf8_bin NOT NULL COMMENT 'Attribute name.', `ATTR_VALUE` varchar(1024) COLLATE utf8_bin DEFAULT NULL COMMENT 'Attribute value.', `ORDINAL_POSITION` int(11) DEFAULT NULL COMMENT 'Order in which attribute was added to the connection attributes.' )
Schema changed in MariaDB Enterprise Server 10.4.27-18: ... CREATE TABLE `session_connect_attrs` ( `PROCESSLIST_ID` int(11) NOT NULL COMMENT 'Session connection identifier.', `ATTR_NAME` varchar(32) COLLATE utf8_bin NOT NULL COMMENT 'Attribute name.', `ATTR_VALUE` varchar(1024) COLLATE utf8_bin DEFAULT NULL COMMENT 'Attribute value.', `ORDINAL_POSITION` int(11) DEFAULT NULL COMMENT 'Order in which attribute was added to the connection attributes.' )
|
10.4 Community
|
Present starting in MariaDB Community Server 10.4.0.
Schema changed in MariaDB Community Server 10.4.22: ... CREATE TABLE `session_connect_attrs` ( `PROCESSLIST_ID` int(11) NOT NULL COMMENT 'Session connection identifier.', `ATTR_NAME` varchar(32) COLLATE utf8_bin NOT NULL COMMENT 'Attribute name.', `ATTR_VALUE` varchar(1024) COLLATE utf8_bin DEFAULT NULL COMMENT 'Attribute value.', `ORDINAL_POSITION` int(11) DEFAULT NULL COMMENT 'Order in which attribute was added to the connection attributes.' )
Schema changed in MariaDB Community Server 10.4.27: ... CREATE TABLE `session_connect_attrs` ( `PROCESSLIST_ID` int(11) NOT NULL COMMENT 'Session connection identifier.', `ATTR_NAME` varchar(32) COLLATE utf8_bin NOT NULL COMMENT 'Attribute name.', `ATTR_VALUE` varchar(1024) COLLATE utf8_bin DEFAULT NULL COMMENT 'Attribute value.', `ORDINAL_POSITION` int(11) DEFAULT NULL COMMENT 'Order in which attribute was added to the connection attributes.' )
|
10.3 Enterprise
|
Present starting in MariaDB Enterprise Server 10.3.16-1.
Schema changed in MariaDB Enterprise Server 10.3.32-14: ... CREATE TABLE `session_connect_attrs` ( `PROCESSLIST_ID` int(11) NOT NULL COMMENT 'Session connection identifier.', `ATTR_NAME` varchar(32) COLLATE utf8_bin NOT NULL COMMENT 'Attribute name.', `ATTR_VALUE` varchar(1024) COLLATE utf8_bin DEFAULT NULL COMMENT 'Attribute value.', `ORDINAL_POSITION` int(11) DEFAULT NULL COMMENT 'Order in which attribute was added to the connection attributes.' )
Schema changed in MariaDB Enterprise Server 10.3.37-18: ... CREATE TABLE `session_connect_attrs` ( `PROCESSLIST_ID` int(11) NOT NULL COMMENT 'Session connection identifier.', `ATTR_NAME` varchar(32) COLLATE utf8_bin NOT NULL COMMENT 'Attribute name.', `ATTR_VALUE` varchar(1024) COLLATE utf8_bin DEFAULT NULL COMMENT 'Attribute value.', `ORDINAL_POSITION` int(11) DEFAULT NULL COMMENT 'Order in which attribute was added to the connection attributes.' )
|
10.3 Community
|
Present starting in MariaDB Community Server 10.3.0.
Schema changed in MariaDB Community Server 10.3.32: ... CREATE TABLE `session_connect_attrs` ( `PROCESSLIST_ID` int(11) NOT NULL COMMENT 'Session connection identifier.', `ATTR_NAME` varchar(32) COLLATE utf8_bin NOT NULL COMMENT 'Attribute name.', `ATTR_VALUE` varchar(1024) COLLATE utf8_bin DEFAULT NULL COMMENT 'Attribute value.', `ORDINAL_POSITION` int(11) DEFAULT NULL COMMENT 'Order in which attribute was added to the connection attributes.' )
Schema changed in MariaDB Community Server 10.3.36: ... CREATE TABLE `session_connect_attrs` ( `PROCESSLIST_ID` int(11) NOT NULL COMMENT 'Session connection identifier.', `ATTR_NAME` varchar(32) COLLATE utf8_bin NOT NULL COMMENT 'Attribute name.', `ATTR_VALUE` varchar(1024) COLLATE utf8_bin DEFAULT NULL COMMENT 'Attribute value.', `ORDINAL_POSITION` int(11) DEFAULT NULL COMMENT 'Order in which attribute was added to the connection attributes.' )
|
10.2 Enterprise
|
|
10.2 Community
|
|