10.6 Enterprise
|
|
10.6 Community
|
Present starting in MariaDB Community Server 10.6.0.
Schema changed in MariaDB Community Server 10.6.1: ... CREATE TABLE `users` ( `USER` char(128) CHARACTER SET utf8mb3 COLLATE utf8_binutf8mb3_bin DEFAULT NULL, `CURRENT_CONNECTIONS` bigint(20) NOT NULL, `TOTAL_CONNECTIONS` bigint(20) NOT NULL )
Schema changed in MariaDB Community Server 10.6.5: ... CREATE TABLE `users` ( `USER` char(128) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin DEFAULT NULL COMMENT 'The connection''s client user name for the connection, or NULL if an internal thread.', `CURRENT_CONNECTIONS` bigint(20) NOT NULL COMMENT 'Current connections for the user.', `TOTAL_CONNECTIONS` bigint(20) NOT NULL COMMENT 'Total connections for the user.' )
|
10.5 Enterprise
|
|
10.5 Community
|
Present starting in MariaDB Community Server 10.5.0.
Schema changed in MariaDB Community Server 10.5.2: ... CREATE TABLE `users` ( `USER` char(16128) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL, `CURRENT_CONNECTIONS` bigint(20) NOT NULL, `TOTAL_CONNECTIONS` bigint(20) NOT NULL )
Schema changed in MariaDB Community Server 10.5.13: ... CREATE TABLE `users` ( `USER` char(128) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL COMMENT 'The connection''s client user name for the connection, or NULL if an internal thread.', `CURRENT_CONNECTIONS` bigint(20) NOT NULL COMMENT 'Current connections for the user.', `TOTAL_CONNECTIONS` bigint(20) NOT NULL COMMENT 'Total connections for the user.' )
|
10.4 Enterprise
|
Present starting in MariaDB Enterprise Server 10.4.6-1.
Schema changed in MariaDB Enterprise Server 10.4.18-11: ... CREATE TABLE `users` ( `USER` char(16128) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL, `CURRENT_CONNECTIONS` bigint(20) NOT NULL, `TOTAL_CONNECTIONS` bigint(20) NOT NULL )
Schema changed in MariaDB Enterprise Server 10.4.22-14: ... CREATE TABLE `users` ( `USER` char(128) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL COMMENT 'The connection''s client user name for the connection, or NULL if an internal thread.', `CURRENT_CONNECTIONS` bigint(20) NOT NULL COMMENT 'Current connections for the user.', `TOTAL_CONNECTIONS` bigint(20) NOT NULL COMMENT 'Total connections for the user.' )
|
10.4 Community
|
Present starting in MariaDB Community Server 10.4.0.
Schema changed in MariaDB Community Server 10.4.18: ... CREATE TABLE `users` ( `USER` char(16128) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL, `CURRENT_CONNECTIONS` bigint(20) NOT NULL, `TOTAL_CONNECTIONS` bigint(20) NOT NULL )
Schema changed in MariaDB Community Server 10.4.22: ... CREATE TABLE `users` ( `USER` char(128) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL COMMENT 'The connection''s client user name for the connection, or NULL if an internal thread.', `CURRENT_CONNECTIONS` bigint(20) NOT NULL COMMENT 'Current connections for the user.', `TOTAL_CONNECTIONS` bigint(20) NOT NULL COMMENT 'Total connections for the user.' )
|
10.3 Enterprise
|
Present starting in MariaDB Enterprise Server 10.3.16-1.
Schema changed in MariaDB Enterprise Server 10.3.28-11: ... CREATE TABLE `users` ( `USER` char(16128) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL, `CURRENT_CONNECTIONS` bigint(20) NOT NULL, `TOTAL_CONNECTIONS` bigint(20) NOT NULL )
Schema changed in MariaDB Enterprise Server 10.3.32-14: ... CREATE TABLE `users` ( `USER` char(128) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL COMMENT 'The connection''s client user name for the connection, or NULL if an internal thread.', `CURRENT_CONNECTIONS` bigint(20) NOT NULL COMMENT 'Current connections for the user.', `TOTAL_CONNECTIONS` bigint(20) NOT NULL COMMENT 'Total connections for the user.' )
|
10.3 Community
|
Present starting in MariaDB Community Server 10.3.0.
Schema changed in MariaDB Community Server 10.3.28: ... CREATE TABLE `users` ( `USER` char(16128) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL, `CURRENT_CONNECTIONS` bigint(20) NOT NULL, `TOTAL_CONNECTIONS` bigint(20) NOT NULL )
Schema changed in MariaDB Community Server 10.3.32: ... CREATE TABLE `users` ( `USER` char(128) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL COMMENT 'The connection''s client user name for the connection, or NULL if an internal thread.', `CURRENT_CONNECTIONS` bigint(20) NOT NULL COMMENT 'Current connections for the user.', `TOTAL_CONNECTIONS` bigint(20) NOT NULL COMMENT 'Total connections for the user.' )
|
10.2 Enterprise
|
Present starting in MariaDB Enterprise Server 10.2.25-1.
Schema changed in MariaDB Enterprise Server 10.2.37-11: ... CREATE TABLE `users` ( `USER` char(16128) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL, `CURRENT_CONNECTIONS` bigint(20) NOT NULL, `TOTAL_CONNECTIONS` bigint(20) NOT NULL )
Schema changed in MariaDB Enterprise Server 10.2.41-14: ... CREATE TABLE `users` ( `USER` char(128) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL COMMENT 'The connection''s client user name for the connection, or NULL if an internal thread.', `CURRENT_CONNECTIONS` bigint(20) NOT NULL COMMENT 'Current connections for the user.', `TOTAL_CONNECTIONS` bigint(20) NOT NULL COMMENT 'Total connections for the user.' )
|
10.2 Community
|
Present starting in MariaDB Community Server 10.2.0.
Schema changed in MariaDB Community Server 10.2.37: ... CREATE TABLE `users` ( `USER` char(16128) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL, `CURRENT_CONNECTIONS` bigint(20) NOT NULL, `TOTAL_CONNECTIONS` bigint(20) NOT NULL )
Schema changed in MariaDB Community Server 10.2.41: ... CREATE TABLE `users` ( `USER` char(128) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL COMMENT 'The connection''s client user name for the connection, or NULL if an internal thread.', `CURRENT_CONNECTIONS` bigint(20) NOT NULL COMMENT 'Current connections for the user.', `TOTAL_CONNECTIONS` bigint(20) NOT NULL COMMENT 'Total connections for the user.' )
|