10.6 Enterprise
|
|
10.6 Community
|
Schema changed in MariaDB Community Server 10.6.0: ... CREATE TABLE `setup_actors` ( `HOST` char(60255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '%', `USER` char(128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '%', `ROLE` char(128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '%', `ENABLED` enum('YES','NO') NOT NULL DEFAULT 'YES', `HISTORY` enum('YES','NO') NOT NULL DEFAULT 'YES' )
Schema changed in MariaDB Community Server 10.6.1: ... CREATE TABLE `setup_actors` ( `HOST` char(255) CHARACTER SET utf8mb3 COLLATE utf8_binutf8mb3_bin NOT NULL DEFAULT '%', `USER` char(128) CHARACTER SET utf8mb3 COLLATE utf8_binutf8mb3_bin NOT NULL DEFAULT '%', `ROLE` char(128) CHARACTER SET utf8mb3 COLLATE utf8_binutf8mb3_bin NOT NULL DEFAULT '%', `ENABLED` enum('YES','NO') NOT NULL DEFAULT 'YES', `HISTORY` enum('YES','NO') NOT NULL DEFAULT 'YES' )
Schema changed in MariaDB Community Server 10.6.5: ... CREATE TABLE `setup_actors` ( `HOST` char(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL DEFAULT '%', '%' COMMENT 'Host name, either a literal, or the % wildcard representing any host.', `USER` char(128) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL DEFAULT '%', '%' COMMENT 'User name, either a literal or the % wildcard representing any name.', `ROLE` char(128) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL DEFAULT '%', '%' COMMENT 'Unused', `ENABLED` enum('YES','NO') NOT NULL DEFAULT 'YES',' COMMENT 'Whether to enable instrumentation for foreground threads matched by the row.', `HISTORY` enum('YES','NO') NOT NULL DEFAULT 'YES' COMMENT 'Whether to log historical events for foreground threads matched by the row.' )
|
10.5 Enterprise
|
Schema changed in MariaDB Enterprise Server 10.5.3-1: ... CREATE TABLE `setup_actors` ( `HOST` char(60) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '%', `USER` char(16128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '%', `ROLE` char(16) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '%', `ENABLED` enum('YES','NO') NOT NULL DEFAULT 'YES', `HISTORY` enum('YES','NO') NOT NULL DEFAULT 'YES' )
Schema changed in MariaDB Enterprise Server 10.5.9-6: ... CREATE TABLE `setup_actors` ( `HOST` char(60) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '%', `USER` char(128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '%', `ROLE` char(16128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '%', `ENABLED` enum('YES','NO') NOT NULL DEFAULT 'YES', `HISTORY` enum('YES','NO') NOT NULL DEFAULT 'YES' )
Schema changed in MariaDB Enterprise Server 10.5.13-9: ... CREATE TABLE `setup_actors` ( `HOST` char(60) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '%', '%' COMMENT 'Host name, either a literal, or the % wildcard representing any host.', `USER` char(128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '%', '%' COMMENT 'User name, either a literal or the % wildcard representing any name.', `ROLE` char(128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '%', '%' COMMENT 'Unused', `ENABLED` enum('YES','NO') NOT NULL DEFAULT 'YES',' COMMENT 'Whether to enable instrumentation for foreground threads matched by the row.', `HISTORY` enum('YES','NO') NOT NULL DEFAULT 'YES' COMMENT 'Whether to log historical events for foreground threads matched by the row.' )
|
10.5 Community
|
Present starting in MariaDB Community Server 10.5.0.
Schema changed in MariaDB Community Server 10.5.2: ... CREATE TABLE `setup_actors` ( `HOST` char(60) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '%', `USER` char(16128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '%', `ROLE` char(16) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '%', `ENABLED` enum('YES','NO') NOT NULL DEFAULT 'YES', `HISTORY` enum('YES','NO') NOT NULL DEFAULT 'YES' )
Schema changed in MariaDB Community Server 10.5.9: ... CREATE TABLE `setup_actors` ( `HOST` char(60) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '%', `USER` char(128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '%', `ROLE` char(16128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '%', `ENABLED` enum('YES','NO') NOT NULL DEFAULT 'YES', `HISTORY` enum('YES','NO') NOT NULL DEFAULT 'YES' )
Schema changed in MariaDB Community Server 10.5.13: ... CREATE TABLE `setup_actors` ( `HOST` char(60) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '%', '%' COMMENT 'Host name, either a literal, or the % wildcard representing any host.', `USER` char(128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '%', '%' COMMENT 'User name, either a literal or the % wildcard representing any name.', `ROLE` char(128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '%', '%' COMMENT 'Unused', `ENABLED` enum('YES','NO') NOT NULL DEFAULT 'YES',' COMMENT 'Whether to enable instrumentation for foreground threads matched by the row.', `HISTORY` enum('YES','NO') NOT NULL DEFAULT 'YES' COMMENT 'Whether to log historical events for foreground threads matched by the row.' )
|
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 `setup_actors` ( `HOST` char(60) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '%', `USER` char(16128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '%', `ROLE` char(16128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '%' )
Schema changed in MariaDB Enterprise Server 10.4.22-14: ... CREATE TABLE `setup_actors` ( `HOST` char(60) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '%', '%' COMMENT 'Host name, either a literal, or the % wildcard representing any host.', `USER` char(128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '%', '%' COMMENT 'User name, either a literal or the % wildcard representing any name.', `ROLE` char(128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '%' COMMENT 'Unused' )
|
10.4 Community
|
Present starting in MariaDB Community Server 10.4.0.
Schema changed in MariaDB Community Server 10.4.18: ... CREATE TABLE `setup_actors` ( `HOST` char(60) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '%', `USER` char(16128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '%', `ROLE` char(16128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '%' )
Schema changed in MariaDB Community Server 10.4.22: ... CREATE TABLE `setup_actors` ( `HOST` char(60) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '%', '%' COMMENT 'Host name, either a literal, or the % wildcard representing any host.', `USER` char(128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '%', '%' COMMENT 'User name, either a literal or the % wildcard representing any name.', `ROLE` char(128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '%' COMMENT 'Unused' )
|
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 `setup_actors` ( `HOST` char(60) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '%', `USER` char(16128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '%', `ROLE` char(16128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '%' )
Schema changed in MariaDB Enterprise Server 10.3.32-14: ... CREATE TABLE `setup_actors` ( `HOST` char(60) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '%', '%' COMMENT 'Host name, either a literal, or the % wildcard representing any host.', `USER` char(128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '%', '%' COMMENT 'User name, either a literal or the % wildcard representing any name.', `ROLE` char(128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '%' COMMENT 'Unused' )
|
10.3 Community
|
Present starting in MariaDB Community Server 10.3.0.
Schema changed in MariaDB Community Server 10.3.28: ... CREATE TABLE `setup_actors` ( `HOST` char(60) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '%', `USER` char(16128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '%', `ROLE` char(16128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '%' )
Schema changed in MariaDB Community Server 10.3.32: ... CREATE TABLE `setup_actors` ( `HOST` char(60) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '%', '%' COMMENT 'Host name, either a literal, or the % wildcard representing any host.', `USER` char(128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '%', '%' COMMENT 'User name, either a literal or the % wildcard representing any name.', `ROLE` char(128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '%' COMMENT 'Unused' )
|
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 `setup_actors` ( `HOST` char(60) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '%', `USER` char(16128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '%', `ROLE` char(16128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '%' )
Schema changed in MariaDB Enterprise Server 10.2.41-14: ... CREATE TABLE `setup_actors` ( `HOST` char(60) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '%', '%' COMMENT 'Host name, either a literal, or the % wildcard representing any host.', `USER` char(128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '%', '%' COMMENT 'User name, either a literal or the % wildcard representing any name.', `ROLE` char(128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '%' COMMENT 'Unused' )
|
10.2 Community
|
Present starting in MariaDB Community Server 10.2.0.
Schema changed in MariaDB Community Server 10.2.37: ... CREATE TABLE `setup_actors` ( `HOST` char(60) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '%', `USER` char(16128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '%', `ROLE` char(16128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '%' )
Schema changed in MariaDB Community Server 10.2.41: ... CREATE TABLE `setup_actors` ( `HOST` char(60) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '%', '%' COMMENT 'Host name, either a literal, or the % wildcard representing any host.', `USER` char(128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '%', '%' COMMENT 'User name, either a literal or the % wildcard representing any name.', `ROLE` char(128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '%' COMMENT 'Unused' )
|