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 `spider_link_failed_log` ( `db_name` char(64) COLLATE utf8_binutf8mb3_bin NOT NULL DEFAULT '', `table_name` char(199) COLLATE utf8_binutf8mb3_bin NOT NULL DEFAULT '', `link_id` char(64) COLLATE utf8_binutf8mb3_bin NOT NULL DEFAULT '', `failed_time` timestamp NOT NULL DEFAULT current_timestamp() )
Schema changed in MariaDB Community Server 10.6.11: ... CREATE TABLE `spider_link_failed_log` ( `db_name` char(64) COLLATE utf8mb3_bin NOT NULL DEFAULT '', `table_name` char(199) COLLATE utf8mb3_bin NOT NULL DEFAULT '', `link_id` char(64) COLLATE utf8mb3_bin NOT NULL DEFAULT '', `failed_time` timestamp NOT NULL DEFAULT current_timestamp() )
|
10.5 Enterprise
|
|
10.5 Community
|
|
10.4 Enterprise
|
|
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_link_failed_log` ( `db_name` char(64) COLLATE utf8_bin NOT NULL DEFAULT '', `table_name` char(64199) COLLATE utf8_bin NOT NULL DEFAULT '', `link_id` int(11)char(64) COLLATE utf8_bin NOT NULL DEFAULT 0'', `failed_time` timestamp NOT NULL DEFAULT current_timestamp() )
Schema changed in MariaDB Community Server 10.3.36: ... CREATE TABLE `spider_link_failed_log` ( `db_name` char(64) COLLATE utf8_bin NOT NULL DEFAULT '', `table_name` char(199) COLLATE utf8_bin NOT NULL DEFAULT '', `link_id` char(64) COLLATE utf8_bin NOT NULL DEFAULT '', `failed_time` timestamp NOT NULL DEFAULT current_timestamp() )
|
10.2 Enterprise
|
|
10.2 Community
|
Present starting in MariaDB Community Server 10.2.0.
Schema changed in MariaDB Community Server 10.2.2: ... CREATE TABLE `spider_link_failed_log` ( `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, `failed_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP )
Schema changed in MariaDB Community Server 10.2.3: ... CREATE TABLE `spider_link_failed_log` ( `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, `failed_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMPcurrent_timestamp() )
|