10.6 Enterprise
|
|
10.6 Community
|
Schema changed in MariaDB Community Server 10.6.0: ... CREATE TABLE `spider_tables` ( `db_name` char(64) COLLATE utf8_bin NOT NULL DEFAULT '', `table_name` char(199) COLLATE utf8_bin NOT NULL DEFAULT '', `link_id` int(11) NOT NULL DEFAULT 0, `priority` bigint(20) NOT NULL DEFAULT 0, `server` char(64) COLLATE utf8_bin DEFAULT NULL, `scheme` char(64) COLLATE utf8_bin DEFAULT NULL, `host` char(64) COLLATE utf8_bin DEFAULT NULL, `port` char(5) COLLATE utf8_bin DEFAULT NULL, `socket` text COLLATE utf8_bin DEFAULT NULL, `username` char(64) COLLATE utf8_bin DEFAULT NULL, `password` char(64) COLLATE utf8_bin DEFAULT NULL, `ssl_ca` text COLLATE utf8_bin DEFAULT NULL, `ssl_capath` text COLLATE utf8_bin DEFAULT NULL, `ssl_cert` text COLLATE utf8_bin DEFAULT NULL, `ssl_cipher` char(64) COLLATE utf8_bin DEFAULT NULL, `ssl_key` text COLLATE utf8_bin DEFAULT NULL, `ssl_verify_server_cert` tinyint(4) NOT NULL DEFAULT 0, `monitoring_binlog_pos_at_failing` tinyint(4) NOT NULL DEFAULT 0, `default_file` text COLLATE utf8_bin DEFAULT NULL, `default_group` char(64) COLLATE utf8_bin DEFAULT NULL, `dsn` char(64) COLLATE utf8_bin DEFAULT NULL, `filedsn` text COLLATE utf8_bin DEFAULT NULL, `driver` char(64) COLLATE utf8_bin DEFAULT NULL, `tgt_db_name` char(64) COLLATE utf8_bin DEFAULT NULL, `tgt_table_name` char(64) COLLATE utf8_bin DEFAULT NULL, `link_status` tinyint(4) NOT NULL DEFAULT 1, `block_status` tinyint(4) NOT NULL DEFAULT 0, `static_link_id` char(64) COLLATE utf8_bin DEFAULT NULL, PRIMARY KEY (`db_name`,`table_name`,`link_id`), UNIQUE KEY `uidx1` (`db_name`,`table_name`,`static_link_id`), KEY `idx1` (`priority`) )
Schema changed in MariaDB Community Server 10.6.1: ... CREATE TABLE `spider_tables` ( `db_name` char(64) COLLATE utf8_binutf8mb3_bin NOT NULL DEFAULT '', `table_name` char(199) COLLATE utf8_binutf8mb3_bin NOT NULL DEFAULT '', `link_id` int(11) NOT NULL DEFAULT 0, `priority` bigint(20) NOT NULL DEFAULT 0, `server` char(64) COLLATE utf8_binutf8mb3_bin DEFAULT NULL, `scheme` char(64) COLLATE utf8_binutf8mb3_bin DEFAULT NULL, `host` char(64) COLLATE utf8_binutf8mb3_bin DEFAULT NULL, `port` char(5) COLLATE utf8_binutf8mb3_bin DEFAULT NULL, `socket` text COLLATE utf8_binutf8mb3_bin DEFAULT NULL, `username` char(64) COLLATE utf8_binutf8mb3_bin DEFAULT NULL, `password` char(64) COLLATE utf8_binutf8mb3_bin DEFAULT NULL, `ssl_ca` text COLLATE utf8_binutf8mb3_bin DEFAULT NULL, `ssl_capath` text COLLATE utf8_binutf8mb3_bin DEFAULT NULL, `ssl_cert` text COLLATE utf8_binutf8mb3_bin DEFAULT NULL, `ssl_cipher` char(64) COLLATE utf8_binutf8mb3_bin DEFAULT NULL, `ssl_key` text COLLATE utf8_binutf8mb3_bin DEFAULT NULL, `ssl_verify_server_cert` tinyint(4) NOT NULL DEFAULT 0, `monitoring_binlog_pos_at_failing` tinyint(4) NOT NULL DEFAULT 0, `default_file` text COLLATE utf8_binutf8mb3_bin DEFAULT NULL, `default_group` char(64) COLLATE utf8_binutf8mb3_bin DEFAULT NULL, `dsn` char(64) COLLATE utf8_binutf8mb3_bin DEFAULT NULL, `filedsn` text COLLATE utf8_binutf8mb3_bin DEFAULT NULL, `driver` char(64) COLLATE utf8_binutf8mb3_bin DEFAULT NULL, `tgt_db_name` char(64) COLLATE utf8_binutf8mb3_bin DEFAULT NULL, `tgt_table_name` char(64) COLLATE utf8_binutf8mb3_bin DEFAULT NULL, `link_status` tinyint(4) NOT NULL DEFAULT 1, `block_status` tinyint(4) NOT NULL DEFAULT 0, `static_link_id` char(64) COLLATE utf8_binutf8mb3_bin DEFAULT NULL, PRIMARY KEY (`db_name`,`table_name`,`link_id`), UNIQUE KEY `uidx1` (`db_name`,`table_name`,`static_link_id`), KEY `idx1` (`priority`) )
Schema changed in MariaDB Community Server 10.6.11: ... CREATE TABLE `spider_tables` ( `db_name` char(64) COLLATE utf8mb3_bin NOT NULL DEFAULT '', `table_name` char(199) COLLATE utf8mb3_bin NOT NULL DEFAULT '', `link_id` int(11) NOT NULL DEFAULT 0, `priority` bigint(20) NOT NULL DEFAULT 0, `server` char(64) COLLATE utf8mb3_bin DEFAULT NULL, `scheme` char(64) COLLATE utf8mb3_bin DEFAULT NULL, `host` char(64) COLLATE utf8mb3_bin DEFAULT NULL, `port` char(5) COLLATE utf8mb3_bin DEFAULT NULL, `socket` text COLLATE utf8mb3_bin DEFAULT NULL, `username` char(64) COLLATE utf8mb3_bin DEFAULT NULL, `password` char(64) COLLATE utf8mb3_bin DEFAULT NULL, `ssl_ca` text COLLATE utf8mb3_bin DEFAULT NULL, `ssl_capath` text COLLATE utf8mb3_bin DEFAULT NULL, `ssl_cert` text COLLATE utf8mb3_bin DEFAULT NULL, `ssl_cipher` char(64) COLLATE utf8mb3_bin DEFAULT NULL, `ssl_key` text COLLATE utf8mb3_bin DEFAULT NULL, `ssl_verify_server_cert` tinyint(4) NOT NULL DEFAULT 0, `monitoring_binlog_pos_at_failing` tinyint(4) NOT NULL DEFAULT 0, `default_file` text COLLATE utf8mb3_bin DEFAULT NULL, `default_group` char(64) COLLATE utf8mb3_bin DEFAULT NULL, `dsn` char(64) COLLATE utf8mb3_bin DEFAULT NULL, `filedsn` text COLLATE utf8mb3_bin DEFAULT NULL, `driver` char(64) COLLATE utf8mb3_bin DEFAULT NULL, `tgt_db_name` char(64) COLLATE utf8mb3_bin DEFAULT NULL, `tgt_table_name` char(64) COLLATE utf8mb3_bin DEFAULT NULL, `link_status` tinyint(4) NOT NULL DEFAULT 1, `block_status` tinyint(4) NOT NULL DEFAULT 0, `static_link_id` char(64) COLLATE utf8mb3_bin DEFAULT NULL, PRIMARY KEY (`db_name`,`table_name`,`link_id`), UNIQUE KEY `uidx1` (`db_name`,`table_name`,`static_link_id`), KEY `idx1` (`priority`) )
|
10.5 Enterprise
|
Present starting in MariaDB Enterprise Server 10.5.3-1.
Schema changed in MariaDB Enterprise Server 10.5.4-2: ... CREATE TABLE `spider_tables` ( `db_name` char(64) COLLATE utf8_bin NOT NULL DEFAULT '', `table_name` char(199) COLLATE utf8_bin NOT NULL DEFAULT '', `link_id` int(11) NOT NULL DEFAULT 0, `priority` bigint(20) NOT NULL DEFAULT 0, `server` char(64) COLLATE utf8_bin DEFAULT NULL, `scheme` char(64) COLLATE utf8_bin DEFAULT NULL, `host` char(64) COLLATE utf8_bin DEFAULT NULL, `port` char(5) COLLATE utf8_bin DEFAULT NULL, `socket` text COLLATE utf8_bin DEFAULT NULL, `username` char(64) COLLATE utf8_bin DEFAULT NULL, `password` char(64) COLLATE utf8_bin DEFAULT NULL, `ssl_ca` text COLLATE utf8_bin DEFAULT NULL, `ssl_capath` text COLLATE utf8_bin DEFAULT NULL, `ssl_cert` text COLLATE utf8_bin DEFAULT NULL, `ssl_cipher` char(64) COLLATE utf8_bin DEFAULT NULL, `ssl_key` text COLLATE utf8_bin DEFAULT NULL, `ssl_verify_server_cert` tinyint(4) NOT NULL DEFAULT 0, `monitoring_binlog_pos_at_failing` tinyint(4) NOT NULL DEFAULT 0, `default_file` text COLLATE utf8_bin DEFAULT NULL, `default_group` char(64) COLLATE utf8_bin DEFAULT NULL, `dsn` char(64) COLLATE utf8_bin DEFAULT NULL, `tgt_db_name` char(64) COLLATE utf8_bin DEFAULT NULL, `tgt_table_name` char(64) COLLATE utf8_bin DEFAULT NULL, `link_status` tinyint(4) NOT NULL DEFAULT 1, `block_status` tinyint(4) NOT NULL DEFAULT 0, `static_link_id` char(64) COLLATE utf8_bin DEFAULT NULL, PRIMARY KEY (`db_name`,`table_name`,`link_id`), UNIQUE KEY `uidx1` (`db_name`,`table_name`,`static_link_id`), KEY `idx1` (`priority`) )
Schema changed in MariaDB Enterprise Server 10.5.5-3: ... CREATE TABLE `spider_tables` ( `db_name` char(64) COLLATE utf8_bin NOT NULL DEFAULT '', `table_name` char(199) COLLATE utf8_bin NOT NULL DEFAULT '', `link_id` int(11) NOT NULL DEFAULT 0, `priority` bigint(20) NOT NULL DEFAULT 0, `server` char(64) COLLATE utf8_bin DEFAULT NULL, `scheme` char(64) COLLATE utf8_bin DEFAULT NULL, `host` char(64) COLLATE utf8_bin DEFAULT NULL, `port` char(5) COLLATE utf8_bin DEFAULT NULL, `socket` text COLLATE utf8_bin DEFAULT NULL, `username` char(64) COLLATE utf8_bin DEFAULT NULL, `password` char(64) COLLATE utf8_bin DEFAULT NULL, `ssl_ca` text COLLATE utf8_bin DEFAULT NULL, `ssl_capath` text COLLATE utf8_bin DEFAULT NULL, `ssl_cert` text COLLATE utf8_bin DEFAULT NULL, `ssl_cipher` char(64) COLLATE utf8_bin DEFAULT NULL, `ssl_key` text COLLATE utf8_bin DEFAULT NULL, `ssl_verify_server_cert` tinyint(4) NOT NULL DEFAULT 0, `monitoring_binlog_pos_at_failing` tinyint(4) NOT NULL DEFAULT 0, `default_file` text COLLATE utf8_bin DEFAULT NULL, `default_group` char(64) COLLATE utf8_bin DEFAULT NULL, `dsn` char(64) COLLATE utf8_bin DEFAULT NULL, `filedsn` text COLLATE utf8_bin DEFAULT NULL, `driver` char(64) COLLATE utf8_bin DEFAULT NULL, `tgt_db_name` char(64) COLLATE utf8_bin DEFAULT NULL, `tgt_table_name` char(64) COLLATE utf8_bin DEFAULT NULL, `link_status` tinyint(4) NOT NULL DEFAULT 1, `block_status` tinyint(4) NOT NULL DEFAULT 0, `static_link_id` char(64) COLLATE utf8_bin DEFAULT NULL, PRIMARY KEY (`db_name`,`table_name`,`link_id`), UNIQUE KEY `uidx1` (`db_name`,`table_name`,`static_link_id`), KEY `idx1` (`priority`) )
Schema changed in MariaDB Enterprise Server 10.5.18-13: ... CREATE TABLE `spider_tables` ( `db_name` char(64) COLLATE utf8_bin NOT NULL DEFAULT '', `table_name` char(199) COLLATE utf8_bin NOT NULL DEFAULT '', `link_id` int(11) NOT NULL DEFAULT 0, `priority` bigint(20) NOT NULL DEFAULT 0, `server` char(64) COLLATE utf8_bin DEFAULT NULL, `scheme` char(64) COLLATE utf8_bin DEFAULT NULL, `host` char(64) COLLATE utf8_bin DEFAULT NULL, `port` char(5) COLLATE utf8_bin DEFAULT NULL, `socket` text COLLATE utf8_bin DEFAULT NULL, `username` char(64) COLLATE utf8_bin DEFAULT NULL, `password` char(64) COLLATE utf8_bin DEFAULT NULL, `ssl_ca` text COLLATE utf8_bin DEFAULT NULL, `ssl_capath` text COLLATE utf8_bin DEFAULT NULL, `ssl_cert` text COLLATE utf8_bin DEFAULT NULL, `ssl_cipher` char(64) COLLATE utf8_bin DEFAULT NULL, `ssl_key` text COLLATE utf8_bin DEFAULT NULL, `ssl_verify_server_cert` tinyint(4) NOT NULL DEFAULT 0, `monitoring_binlog_pos_at_failing` tinyint(4) NOT NULL DEFAULT 0, `default_file` text COLLATE utf8_bin DEFAULT NULL, `default_group` char(64) COLLATE utf8_bin DEFAULT NULL, `dsn` char(64) COLLATE utf8_bin DEFAULT NULL, `filedsn` text COLLATE utf8_bin DEFAULT NULL, `driver` char(64) COLLATE utf8_bin DEFAULT NULL, `tgt_db_name` char(64) COLLATE utf8_bin DEFAULT NULL, `tgt_table_name` char(64) COLLATE utf8_bin DEFAULT NULL, `link_status` tinyint(4) NOT NULL DEFAULT 1, `block_status` tinyint(4) NOT NULL DEFAULT 0, `static_link_id` char(64) COLLATE utf8_bin DEFAULT NULL, PRIMARY KEY (`db_name`,`table_name`,`link_id`), UNIQUE KEY `uidx1` (`db_name`,`table_name`,`static_link_id`), KEY `idx1` (`priority`) )
|
10.5 Community
|
Present starting in MariaDB Community Server 10.5.0.
Schema changed in MariaDB Community Server 10.5.4: ... CREATE TABLE `spider_tables` ( `db_name` char(64) COLLATE utf8_bin NOT NULL DEFAULT '', `table_name` char(199) COLLATE utf8_bin NOT NULL DEFAULT '', `link_id` int(11) NOT NULL DEFAULT 0, `priority` bigint(20) NOT NULL DEFAULT 0, `server` char(64) COLLATE utf8_bin DEFAULT NULL, `scheme` char(64) COLLATE utf8_bin DEFAULT NULL, `host` char(64) COLLATE utf8_bin DEFAULT NULL, `port` char(5) COLLATE utf8_bin DEFAULT NULL, `socket` text COLLATE utf8_bin DEFAULT NULL, `username` char(64) COLLATE utf8_bin DEFAULT NULL, `password` char(64) COLLATE utf8_bin DEFAULT NULL, `ssl_ca` text COLLATE utf8_bin DEFAULT NULL, `ssl_capath` text COLLATE utf8_bin DEFAULT NULL, `ssl_cert` text COLLATE utf8_bin DEFAULT NULL, `ssl_cipher` char(64) COLLATE utf8_bin DEFAULT NULL, `ssl_key` text COLLATE utf8_bin DEFAULT NULL, `ssl_verify_server_cert` tinyint(4) NOT NULL DEFAULT 0, `monitoring_binlog_pos_at_failing` tinyint(4) NOT NULL DEFAULT 0, `default_file` text COLLATE utf8_bin DEFAULT NULL, `default_group` char(64) COLLATE utf8_bin DEFAULT NULL, `dsn` char(64) COLLATE utf8_bin DEFAULT NULL, `tgt_db_name` char(64) COLLATE utf8_bin DEFAULT NULL, `tgt_table_name` char(64) COLLATE utf8_bin DEFAULT NULL, `link_status` tinyint(4) NOT NULL DEFAULT 1, `block_status` tinyint(4) NOT NULL DEFAULT 0, `static_link_id` char(64) COLLATE utf8_bin DEFAULT NULL, PRIMARY KEY (`db_name`,`table_name`,`link_id`), UNIQUE KEY `uidx1` (`db_name`,`table_name`,`static_link_id`), KEY `idx1` (`priority`) )
Schema changed in MariaDB Community Server 10.5.18: ... CREATE TABLE `spider_tables` ( `db_name` char(64) COLLATE utf8_bin NOT NULL DEFAULT '', `table_name` char(199) COLLATE utf8_bin NOT NULL DEFAULT '', `link_id` int(11) NOT NULL DEFAULT 0, `priority` bigint(20) NOT NULL DEFAULT 0, `server` char(64) COLLATE utf8_bin DEFAULT NULL, `scheme` char(64) COLLATE utf8_bin DEFAULT NULL, `host` char(64) COLLATE utf8_bin DEFAULT NULL, `port` char(5) COLLATE utf8_bin DEFAULT NULL, `socket` text COLLATE utf8_bin DEFAULT NULL, `username` char(64) COLLATE utf8_bin DEFAULT NULL, `password` char(64) COLLATE utf8_bin DEFAULT NULL, `ssl_ca` text COLLATE utf8_bin DEFAULT NULL, `ssl_capath` text COLLATE utf8_bin DEFAULT NULL, `ssl_cert` text COLLATE utf8_bin DEFAULT NULL, `ssl_cipher` char(64) COLLATE utf8_bin DEFAULT NULL, `ssl_key` text COLLATE utf8_bin DEFAULT NULL, `ssl_verify_server_cert` tinyint(4) NOT NULL DEFAULT 0, `monitoring_binlog_pos_at_failing` tinyint(4) NOT NULL DEFAULT 0, `default_file` text COLLATE utf8_bin DEFAULT NULL, `default_group` char(64) COLLATE utf8_bin DEFAULT NULL, `dsn` char(64) COLLATE utf8_bin DEFAULT NULL, `tgt_db_name` char(64) COLLATE utf8_bin DEFAULT NULL, `tgt_table_name` char(64) COLLATE utf8_bin DEFAULT NULL, `link_status` tinyint(4) NOT NULL DEFAULT 1, `block_status` tinyint(4) NOT NULL DEFAULT 0, `static_link_id` char(64) COLLATE utf8_bin DEFAULT NULL, PRIMARY KEY (`db_name`,`table_name`,`link_id`), UNIQUE KEY `uidx1` (`db_name`,`table_name`,`static_link_id`), KEY `idx1` (`priority`) )
|
10.4 Enterprise
|
Present starting in MariaDB Enterprise Server 10.4.6-1.
Schema changed in MariaDB Enterprise Server 10.4.25-16: ... CREATE TABLE `spider_tables` ( `db_name` char(64) COLLATE utf8_bin NOT NULL DEFAULT '', `table_name` char(199) COLLATE utf8_bin NOT NULL DEFAULT '', `link_id` int(11) NOT NULL DEFAULT 0, `priority` bigint(20) NOT NULL DEFAULT 0, `server` char(64) COLLATE utf8_bin DEFAULT NULL, `scheme` char(64) COLLATE utf8_bin DEFAULT NULL, `host` char(64) COLLATE utf8_bin DEFAULT NULL, `port` char(5) COLLATE utf8_bin DEFAULT NULL, `socket` text COLLATE utf8_bin DEFAULT NULL, `username` char(64) COLLATE utf8_bin DEFAULT NULL, `password` char(64) COLLATE utf8_bin DEFAULT NULL, `ssl_ca` text COLLATE utf8_bin DEFAULT NULL, `ssl_capath` text COLLATE utf8_bin DEFAULT NULL, `ssl_cert` text COLLATE utf8_bin DEFAULT NULL, `ssl_cipher` char(64) COLLATE utf8_bin DEFAULT NULL, `ssl_key` text COLLATE utf8_bin DEFAULT NULL, `ssl_verify_server_cert` tinyint(4) NOT NULL DEFAULT 0, `monitoring_binlog_pos_at_failing` tinyint(4) NOT NULL DEFAULT 0, `default_file` text COLLATE utf8_bin DEFAULT NULL, `default_group` char(64) COLLATE utf8_bin DEFAULT NULL, `dsn` char(64) COLLATE utf8_bin DEFAULT NULL, `filedsn` text COLLATE utf8_bin DEFAULT NULL, `driver` char(64) COLLATE utf8_bin DEFAULT NULL, `tgt_db_name` char(64) COLLATE utf8_bin DEFAULT NULL, `tgt_table_name` char(64) COLLATE utf8_bin DEFAULT NULL, `link_status` tinyint(4) NOT NULL DEFAULT 1, `block_status` tinyint(4) NOT NULL DEFAULT 0, `static_link_id` char(64) COLLATE utf8_bin DEFAULT NULL, PRIMARY KEY (`db_name`,`table_name`,`link_id`), UNIQUE KEY `uidx1` (`db_name`,`table_name`,`static_link_id`), KEY `idx1` (`priority`) )
Schema changed in MariaDB Enterprise Server 10.4.27-18: ... CREATE TABLE `spider_tables` ( `db_name` char(64) COLLATE utf8_bin NOT NULL DEFAULT '', `table_name` char(199) COLLATE utf8_bin NOT NULL DEFAULT '', `link_id` int(11) NOT NULL DEFAULT 0, `priority` bigint(20) NOT NULL DEFAULT 0, `server` char(64) COLLATE utf8_bin DEFAULT NULL, `scheme` char(64) COLLATE utf8_bin DEFAULT NULL, `host` char(64) COLLATE utf8_bin DEFAULT NULL, `port` char(5) COLLATE utf8_bin DEFAULT NULL, `socket` text COLLATE utf8_bin DEFAULT NULL, `username` char(64) COLLATE utf8_bin DEFAULT NULL, `password` char(64) COLLATE utf8_bin DEFAULT NULL, `ssl_ca` text COLLATE utf8_bin DEFAULT NULL, `ssl_capath` text COLLATE utf8_bin DEFAULT NULL, `ssl_cert` text COLLATE utf8_bin DEFAULT NULL, `ssl_cipher` char(64) COLLATE utf8_bin DEFAULT NULL, `ssl_key` text COLLATE utf8_bin DEFAULT NULL, `ssl_verify_server_cert` tinyint(4) NOT NULL DEFAULT 0, `monitoring_binlog_pos_at_failing` tinyint(4) NOT NULL DEFAULT 0, `default_file` text COLLATE utf8_bin DEFAULT NULL, `default_group` char(64) COLLATE utf8_bin DEFAULT NULL, `dsn` char(64) COLLATE utf8_bin DEFAULT NULL, `filedsn` text COLLATE utf8_bin DEFAULT NULL, `driver` char(64) COLLATE utf8_bin DEFAULT NULL, `tgt_db_name` char(64) COLLATE utf8_bin DEFAULT NULL, `tgt_table_name` char(64) COLLATE utf8_bin DEFAULT NULL, `link_status` tinyint(4) NOT NULL DEFAULT 1, `block_status` tinyint(4) NOT NULL DEFAULT 0, `static_link_id` char(64) COLLATE utf8_bin DEFAULT NULL, PRIMARY KEY (`db_name`,`table_name`,`link_id`), UNIQUE KEY `uidx1` (`db_name`,`table_name`,`static_link_id`), KEY `idx1` (`priority`) )
|
10.4 Community
|
|
10.3 Enterprise
|
|
10.3 Community
|
Present starting in MariaDB Community Server 10.3.0.
Schema changed in MariaDB Community Server 10.3.3: ... CREATE TABLE `spider_tables` ( `db_name` char(64) COLLATE utf8_bin NOT NULL DEFAULT '', `table_name` char(64199) COLLATE utf8_bin NOT NULL DEFAULT '', `link_id` int(11) NOT NULL DEFAULT 0, `priority` bigint(20) NOT NULL DEFAULT 0, `server` char(64) COLLATE utf8_bin DEFAULT NULL, `scheme` char(64) COLLATE utf8_bin DEFAULT NULL, `host` char(64) COLLATE utf8_bin DEFAULT NULL, `port` char(5) COLLATE utf8_bin DEFAULT NULL, `socket` text COLLATE utf8_bin DEFAULT NULL, `username` char(64) COLLATE utf8_bin DEFAULT NULL, `password` char(64) COLLATE utf8_bin DEFAULT NULL, `ssl_ca` text COLLATE utf8_bin DEFAULT NULL, `ssl_capath` text COLLATE utf8_bin DEFAULT NULL, `ssl_cert` text COLLATE utf8_bin DEFAULT NULL, `ssl_cipher` char(64) COLLATE utf8_bin DEFAULT NULL, `ssl_key` text COLLATE utf8_bin DEFAULT NULL, `ssl_verify_server_cert` tinyint(4) NOT NULL DEFAULT 0, `monitoring_binlog_pos_at_failing` tinyint(4) NOT NULL DEFAULT 0, `default_file` text COLLATE utf8_bin DEFAULT NULL, `default_group` char(64) COLLATE utf8_bin DEFAULT NULL, `tgt_db_name` char(64) COLLATE utf8_bin DEFAULT NULL, `tgt_table_name` char(64) COLLATE utf8_bin DEFAULT NULL, `link_status` tinyint(4) NOT NULL DEFAULT 1, PRIMARY KEY (`db_name`,`table_name`,``block_status` tinyint(4) NOT NULL DEFAULT 0, `static_link_id` char(64) COLLATE utf8_bin DEFAULT NULL, PRIMARY KEY (`db_name`,`table_name`,`link_id`), UNIQUE KEY `uidx1` (`db_name`,`table_name`,`static_link_id`), KEY `idx1` (`priority`) )
Schema changed in MariaDB Community Server 10.3.36: ... CREATE TABLE `spider_tables` ( `db_name` char(64) COLLATE utf8_bin NOT NULL DEFAULT '', `table_name` char(199) COLLATE utf8_bin NOT NULL DEFAULT '', `link_id` int(11) NOT NULL DEFAULT 0, `priority` bigint(20) NOT NULL DEFAULT 0, `server` char(64) COLLATE utf8_bin DEFAULT NULL, `scheme` char(64) COLLATE utf8_bin DEFAULT NULL, `host` char(64) COLLATE utf8_bin DEFAULT NULL, `port` char(5) COLLATE utf8_bin DEFAULT NULL, `socket` text COLLATE utf8_bin DEFAULT NULL, `username` char(64) COLLATE utf8_bin DEFAULT NULL, `password` char(64) COLLATE utf8_bin DEFAULT NULL, `ssl_ca` text COLLATE utf8_bin DEFAULT NULL, `ssl_capath` text COLLATE utf8_bin DEFAULT NULL, `ssl_cert` text COLLATE utf8_bin DEFAULT NULL, `ssl_cipher` char(64) COLLATE utf8_bin DEFAULT NULL, `ssl_key` text COLLATE utf8_bin DEFAULT NULL, `ssl_verify_server_cert` tinyint(4) NOT NULL DEFAULT 0, `monitoring_binlog_pos_at_failing` tinyint(4) NOT NULL DEFAULT 0, `default_file` text COLLATE utf8_bin DEFAULT NULL, `default_group` char(64) COLLATE utf8_bin DEFAULT NULL, `tgt_db_name` char(64) COLLATE utf8_bin DEFAULT NULL, `tgt_table_name` char(64) COLLATE utf8_bin DEFAULT NULL, `link_status` tinyint(4) NOT NULL DEFAULT 1, `block_status` tinyint(4) NOT NULL DEFAULT 0, `static_link_id` char(64) COLLATE utf8_bin DEFAULT NULL, PRIMARY KEY (`db_name`,`table_name`,`link_id`), UNIQUE KEY `uidx1` (`db_name`,`table_name`,`static_link_id`), KEY `idx1` (`priority`) )
|
10.2 Enterprise
|
|
10.2 Community
|
Present starting in MariaDB Community Server 10.2.0.
Schema changed in MariaDB Community Server 10.2.1: ... CREATE TABLE `spider_tables` ( `db_name` char(64) COLLATE utf8_bin NOT NULL DEFAULT '', `table_name` char(64) COLLATE utf8_bin NOT NULL DEFAULT '', `link_id` int(11) NOT NULL DEFAULT '0', `priority` bigint(20) NOT NULL DEFAULT '0', `server` char(64) COLLATE utf8_bin DEFAULT NULL, `scheme` char(64) COLLATE utf8_bin DEFAULT NULL, `host` char(64) COLLATE utf8_bin DEFAULT NULL, `port` char(5) COLLATE utf8_bin DEFAULT NULL, `socket` text COLLATE utf8_bin DEFAULT NULL, `username` char(64) COLLATE utf8_bin DEFAULT NULL, `password` char(64) COLLATE utf8_bin DEFAULT NULL, `ssl_ca` text COLLATE utf8_bin DEFAULT NULL, `ssl_capath` text COLLATE utf8_bin DEFAULT NULL, `ssl_cert` text COLLATE utf8_bin DEFAULT NULL, `ssl_cipher` char(64) COLLATE utf8_bin DEFAULT NULL, `ssl_key` text COLLATE utf8_bin DEFAULT NULL, `ssl_verify_server_cert` tinyint(4) NOT NULL DEFAULT '0', `default_file` text COLLATE utf8_bin DEFAULT NULL, `default_group` char(64) COLLATE utf8_bin DEFAULT NULL, `tgt_db_name` char(64) COLLATE utf8_bin DEFAULT NULL, `tgt_table_name` char(64) COLLATE utf8_bin DEFAULT NULL, `link_status` tinyint(4) NOT NULL DEFAULT '1', PRIMARY KEY (`db_name`,`table_name`,`link_id`), KEY `idx1` (`priority`) )
Schema changed in MariaDB Community Server 10.2.2: ... CREATE TABLE `spider_tables` ( `db_name` char(64) COLLATE utf8_bin NOT NULL DEFAULT '', `table_name` char(64) COLLATE utf8_bin NOT NULL DEFAULT '', `link_id` int(11) NOT NULL DEFAULT '0'0, `priority` bigint(20) NOT NULL DEFAULT '0'0, `server` char(64) COLLATE utf8_bin DEFAULT NULL, `scheme` char(64) COLLATE utf8_bin DEFAULT NULL, `host` char(64) COLLATE utf8_bin DEFAULT NULL, `port` char(5) COLLATE utf8_bin DEFAULT NULL, `socket` text COLLATE utf8_bin DEFAULT NULL, `username` char(64) COLLATE utf8_bin DEFAULT NULL, `password` char(64) COLLATE utf8_bin DEFAULT NULL, `ssl_ca` text COLLATE utf8_bin DEFAULT NULL, `ssl_capath` text COLLATE utf8_bin DEFAULT NULL, `ssl_cert` text COLLATE utf8_bin DEFAULT NULL, `ssl_cipher` char(64) COLLATE utf8_bin DEFAULT NULL, `ssl_key` text COLLATE utf8_bin DEFAULT NULL, `ssl_verify_server_cert` tinyint(4) NOT NULL DEFAULT '0'0, `default_file` text COLLATE utf8_bin DEFAULT NULL, `default_group` char(64) COLLATE utf8_bin DEFAULT NULL, `tgt_db_name` char(64) COLLATE utf8_bin DEFAULT NULL, `tgt_table_name` char(64) COLLATE utf8_bin DEFAULT NULL, `link_status` tinyint(4) NOT NULL DEFAULT '1'1, PRIMARY KEY (`db_name`,`table_name`,`link_id`), KEY `idx1` (`priority`) )
|