Skip to main content
MariaDB

Keyboard users: Escape to exit.

Enterprise Documentation / Reference / Reference for MariaDB Enterprise Server / System Tables for MariaDB Enterprise Server / spider_link_failed_log

Enterprise Documentation

Topics:

  • Deployment
  • Service Management
  • Connect and Query
  • Data Operations
  • Storage Engines
  • Security
  • SQL Reference
  • Architecture

Products:

  • MariaDB Enterprise
    • MariaDB ColumnStore
    • MariaDB Connectors
    • MariaDB MaxScale
    • MariaDB Server
    • MariaDB Xpand
  • MariaDB SkySQL DBaaS

Resources:

  • Reference Tables
  • Release Notes
  • What's New
  • Glossary
  • Sample Code
  • Feedback
  • MariaDB Forums
  • Support

Topics on This Page

  • Overview

  • DETAILS

    • SCHEMA

  • CHANGE HISTORY

Reader Tools

  • Pages that link here
  • Pages linked from here
  • Send Feedback

spider_link_failed_log

This page is part of MariaDB's Enterprise Documentation.

The parent of this page is: System Tables for MariaDB Enterprise Server

Topics on this page:

  • Overview

  • DETAILS

    • SCHEMA

  • CHANGE HISTORY

Overview

A description for this System Table has not yet been added to this Documentation.

See also: System Tables for MariaDB Enterprise Server 10.6, in 10.6 CS, in 10.5 ES, in 10.5 CS, in 10.4 ES, in 10.4 CS, in 10.3 ES, in 10.3 CS, in 10.2 ES, and in 10.2 CS

DETAILS

SCHEMA

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()
)

CHANGE HISTORY

Release Series

History

10.6 Enterprise

  • Schema changed in MariaDB Enterprise Server 10.6.4-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()
    )

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()
    )

10.5 Enterprise

  • Present starting in MariaDB Enterprise Server 10.5.3-1.

10.5 Community

  • Present starting in MariaDB Community Server 10.5.0.

10.4 Enterprise

  • Present starting in MariaDB Enterprise Server 10.4.6-1.

10.4 Community

  • Present starting in MariaDB Community Server 10.4.0.

10.3 Enterprise

  • Present starting in MariaDB Enterprise Server 10.3.16-1.

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()
    )

10.2 Enterprise

  • Present starting in MariaDB Enterprise Server 10.2.25-1.

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()
    )


© 2022 MariaDB. All rights reserved.

Products | Services | Resources

Legal | Privacy Policy | Cookie Policy

| | | Newsletter | About Us | Contact